Skip to content
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

Separate the parser and the neo4j backend #88

Open
Tracked by #87
alexgarel opened this issue Sep 23, 2022 · 0 comments
Open
Tracked by #87

Separate the parser and the neo4j backend #88

alexgarel opened this issue Sep 23, 2022 · 0 comments

Comments

@alexgarel
Copy link
Member

alexgarel commented Sep 23, 2022

The idea is to refactor current parser so that we have:

  • the parser class that just parse the file and yield the different nodes (with a type)
  • a backend that iterates over a set of nodes in the format released by the parser and add them to the Neo4J database

There should be an abstract GenericBackend base class.

Checks should be implemented on the backend side if needed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Development

No branches or pull requests

2 participants