Re: Is there a standard, human-friendly, serialization format?
Evgeniy Ignatiev <yevgeniy...@...>
Hi Laura,
toggle quoted message
Show quoted text
Many people use CSV for data and JSON for schemas (in other graph databases too). Not sure what will be the most "standard" or "efficient" approach, but CSV/JSON seems to be most common. For example https://github.com/IBM/janusgraph-utils and https://github.com/dengziming/janusgraph-util Best regards, Evgenii Ignatev. On 14.12.2020 09:22, Laura Morales wrote:
All the examples that I see in the Janus documentation seem to use Groovy. Instructions such as JanusGraphFactory.open(), graph.openManagement(), mgmt.makeEdgeLabel() etc. |
|