You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think it was mentioned before, but it would be good to have a simple representation (easily mappable to JSON) of a schema. I would like to express easily which vertex labels I want, with which properties, and edges between them. Such a simple structure could be given then to the topology to ensure it exists. by having a simple structure with a JSON representation we can easily store it in configuration, etc. Maybe something already exists, or a standard.
The text was updated successfully, but these errors were encountered:
I think long ago we mentioned GraphQL with regards to schema definition. I briefly looked at GraphQL and at the time it did not really look to me like a graph at all as I did not find any mention of edges as a first class citizen. Seemed more a OO like api with pointer to objects.
There is also TinkerPop's xml format. As the schema is itself a graph we can already export/import it with their io api. I have not tried it but it might work.
I think it was mentioned before, but it would be good to have a simple representation (easily mappable to JSON) of a schema. I would like to express easily which vertex labels I want, with which properties, and edges between them. Such a simple structure could be given then to the topology to ensure it exists. by having a simple structure with a JSON representation we can easily store it in configuration, etc. Maybe something already exists, or a standard.
The text was updated successfully, but these errors were encountered: