Beam: Distributed knowledge graph store written in Go by eBay
In other places, some functionality is lacking before Beam could be used as a critical production data store, including deletion of facts, backup/restore, and automated cluster management. If that’s not for you, here are a few alternative open-source knowledge and property graph stores that you may want to consider (we have no affiliation with these projects):
The remainder of this README describes how to get Beam up and running. After cloning the Beam repository, pull down several Go libraries and additional Go tools:
The fastest way to run Beam locally is to launch the in-memory log store:
Then open another terminal and run:
This will bring up several Beam servers locally.
Source: github.com