giovibal commented on pull request #1374:
URL: https://github.com/apache/tinkerpop/pull/1374#issuecomment-748631478


   > How do you like Bitsy by the way (if you don't mind taking a moment to 
share your experience)?
   
   We use bitsy and gremlin-server to store configurations and schema of our 
IoT Cloud Platform.
   
   We manage it in production for about 3 years, 2 instances in cloud with 
kubernetes.
   
   Our graphs are "tenantized" with partition strategy, 
   and sizes are around of 10-20k edges / and 5-10k vertices for bigger 
partitions.
   
   The main goals we reach with Bitsy are:
   
   1. speed (in ram, so speed for little graphs is great)
   
   2. storage data format is easy readable and manipulation can be done with 
little effort. So we can mantain for long time also if need to change 
everithing or fix things.
   
   For now the only drawback is leak of a sort of high availability.
   
   Recently I'am working on a sort of "change-data-capture" throught a gremlin 
server plugin that intercept modifications and send json events throught kafka.
   
   I Confess: would like a rust implementation of gremlin server with 
clustering features.
   
   Hope to not got out of topic, thank for your kindness.


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to