Giter Site home page Giter Site logo

misterciput / multiverse Goto Github PK

View Code? Open in Web Editor NEW

This project forked from go-hackathon/multiverse

0.0 0.0 0.0 194.74 MB

Real time geospatial data analytic & visualization platform

Shell 2.74% Batchfile 2.60% Python 1.91% JavaScript 3.32% Ruby 51.99% Clojure 0.21% Java 24.70% HTML 9.14% CSS 0.73% C 2.65% C++ 0.02%

multiverse's Introduction

Multiverse::Graviton

Real time geospatial data analytic & visualization platform

Background

Booming of geolocation data with high volume, variety, & velocity.
 Example: 


  • Gojek data: driver real time location, order location, merchant location, etc.
  • iOT data: humidity sensor, air pollution sensor, river level sensor, etc

Problem

Business perspective:

The need to visualise & analyse real time geospatial data.

Technical perspective:

The need of platform, library, data modelling/architecture that can easily visualise & analyse realtime geospatial data.

Challenges

Realtime Geospatial data characteristics:

  • high volume
  • high variety
  • high velocity

Some people call it: BIG DATA

Multiverse solution

In this project we provide:

  • Data modelling (convention & configuration)
  • Data architecture
  • Data visualisation

...that can be reusable for any kind of time series geospatial/geolocation data.

Our goal is to create architecture & data modelling that:

  • Optimised for timeseries realtime geolocation data.
  • Horizontally scalable
  • Fault tolerant
  • Produce near realtime insight

Current available query of data aggregation:

  • Query minutely aggregated geolocation data per event_name.
  • Query hourly aggregated geolocation data per event_name.
  • Query daily aggregated geolocation data per event_name.

Guideline

Event data format:

   {
      "header": {
        "event_name": "event_name",
        "timestamp": utc_unix_formatted_timestamp
      },
      "body": {
        "location": [lat, long],
        "other_data1": "sample1",
        "other_data2": "sample2",
      }
    }

Example:

   {
      "header": {
        "event_name": "gofood.order.canceled",
        "timestamp": 1490492075
      },
      "body": {
        "location": [-6.178005,106.7881563],
        "order_id": "order-1234",
        "customer_id": "customer-345",
        "merchant_id": "merchant-678",
        "reason": "waited.too.long"
      }
    }

Architecture

13611ff

  1. Apache Kafka

    High-throughput, low-latency platform for handling real-time high load of Gojek event data.

  2. Apache Storm

    Distributed realtime computation system to compute/aggregate data stream from Kafka into analytical data model.

  3. Aerospike

    NoSQL database for real-time operational applications to save analytical data.

  4. Rails

    To build API of analytical data (query abstraction) from Aerospike

  5. d3.js

    To build rich interactive front end visualization of analytical data.

Sample front-end screenshot

heatmap of order.canceled event today screen shot 2017-03-26 at 9 34 41 am

Team:

Multiverse

  • Andri Setiawan
  • Azhar Amir
  • Fauzan Qadri

multiverse's People

Contributors

andrisetiawan avatar fauzan182 avatar shevtiawan avatar jancuk avatar azharamir avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.