Re: Schema management tools
Florian Hockmann <f...@...>
Thanks for publishing your tool! It looks really helpful to get an overview of the schema. At my company we developed a tool that generates the schema creation groovy script together with C# and TypeScript entity classes (support for other languages would probably be easy to add) from a schema defined in a custom XML format. This has the advantage for us that we can define restrictions for the schema to make it usable for our use case. We for example require each vertex label to have a property with a composite index that is expected to be unique. Another restriction for us is that each edge label can only connect vertices with certain vertex labels. This would for example specify that the pet edge label can only connect human vertices with monster vertices. Such a "strict" schema allows to generate helpful entity classes, but it may not be appropriate for everyone. I can check if we can open source this tool when there is some interest from others. Am Donnerstag, 6. Juli 2017 10:25:21 UTC+2 schrieb HadoopMarc:
|
|