Raphtory
Raphtory copied to clipboard
Graphql server metadata store
There are several pieces of information about the graphs that it doesn't make sense to store directly on them. This is especially the case for elements which do not update reguarly, but need to be read all of the time.
It is suggested to add a small metastore via something like sqlite which manages this information. This can then also be extended to manage the list of available graphs.