Blog

Created with Sketch.

Talks for ApacheCon North America 2018

ApacheCon brings developers and technologists from around the world together to discuss the latest innovations in containers, cloud, DevOps, IoT, servers, web frameworks, and many other Apache projects and communities in a collaborative, vendor-neutral environment. We, Metatron team members, have been announcing annually on ApacheCon about open source projects. Upcoming ApacheCon will be held September…
Read more

Visualize Real-time Data with Metatron Discovery

Let’s find out how to create a real-time dashboard when having a streaming data. First of all, you need a streaming data. I just create an artificial one for this test. If you already have one, just skip this step. import sys import json import math from datetime import datetime from time import sleep from…
Read more

Worldcup Analysis with Metatron Discovery

Let’s make a dashboard for analysis using the World Cup match results data. This document will show you how Metatron Discovery ‘s Data Prep function and workbook features can be used in your analysis. 1. Creating datasets for Worldcup First, let’s get the data with World Cup matches result information. You can download data for…
Read more

Metatron distributed Druid

Metatron implements distributed in-memory engine based on Druid which is a high-performance, column-oriented, distributed data store. It supports users can discover insights from data intuitively and query for the massive volume of data. Adaptation of Druid Technology Why choose Druid? Metatron needed an end-to-end solution that enables management of the whole process of data analysis…
Read more