Synchronize data between Memgraph and Elasticsearch
As part of my job at Memgraph, I worked on a challenging task of synchronizing text-search tool Elasticsearch with Memgraph graph database.
As part of my job at Memgraph, I worked on a challenging task of synchronizing text-search tool Elasticsearch with Memgraph graph database.
Databases expose their data in a parallel way to multiple users. However, synchronization must occur so that in every moment of its lifespan, the database's state is consistent....
My attempt to work with Jepsen, testing tool for distributed systems....