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 :
- relation (ontology) between user data & user connection
- load user data
- 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 :
- free-influx db is not supported for shardings
- Dgraph is “amazing”, and i wanna try it
Some reference :
So yeah, tell me your story about “Real Time Big Data Analysis” ^^