Real Time Big Data Analysis

so i’ve been spend a day for looking a fast & scalable database for search and graph (by time series), the case is, there is 60M user data (+20k daily), and i wanna make a :

  1. relation (ontology) between user data & user connection
  2. load user data
  3. search data (depth first search)

before this, i have multiple micro-service that calculate data before the update being delivered to user page

I found that :

  1. free-influx db is not supported for shardings
  2. Dgraph is “amazing”, and i wanna try it

Some reference :

  1. https://docs.google.com/spreadsheets/d/1sMQe9oOKhMhIVw9WmuCEWdPtAoccJ4a-IuZv4fXDHxM/edit#gid=0

So yeah, tell me your story about “Real Time Big Data Analysis” ^^

1 Like