-
-
Notifications
You must be signed in to change notification settings - Fork 23
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix: Changed JSON according to spec #19
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Some comments !
I think it would be even more important to have a file that we could import in neo4j. I don't know if you took some time to look at it already ?
Do you mean an importable schema? I researched and found that a direct "data model" (in Neo4j terms) can't be imported from a file. So, I think that the creation of each node and relationship must be done through the parser (that's been already implemented). |
@alexgarel I hope all changes except the "previous_entry" and "next_entry" properties addition has been addressed. Once the spec has been updated, I'll go through it and change both the schema and JSON appropriately. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@aadarsh-ram let's merge.
On my side I will do a PR with:
- a neo4j importable file
- spec update
- eventual update to those files
What