Posts

Showing posts with the label memgraph

Exploring MemGraph & MAGE

 In this post I will be exploring Memgraph and MAGE to understand more about the scalability and support for machine learning in Memgraph.  As I was interested in understanding more about the Gaia astrometry/photometry data as well, I will use the csv files from Gaia archive to load the data into memgraph and try to see if i can explore any algorithms from MAGE.  Of course, Gaia data might not exactly be a fit for a graph database but still want to use this data to explore the scalability and performance of Memgraph My intention is to get an estimate of the machine configuration to run machine learning algorithms from MAGE and also the replication configurations for high throughput and low latency.  I will start with single machine non-replicated setup and later move to a replicated setup to compare the replicated and non-replicated setup.  Since this task involves multiple items to explore I intend to split this post into multiple parts  1) Loading data to...