Replies: 1 comment
-
Is there any output format I should conform myself to? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I work on a graph database that implements a query language that is similar to, but not identical to openCypher. The database returns data in a JSON-like format, but not exact JSON. If I wanted to have graph-notebook be compatible with my project what would that require?
We are implementing a graph database in Postgres, which has several repercussions. Right now, my project requires wrapping the query with metadata that we hope to eliminate from the project. Would this cause an issue?
There is a planned project to change this, but that project will be introducing new drivers for every programming language that wraps the openCypher query with the necessary SQL. How does this project interface with database drivers?
Beta Was this translation helpful? Give feedback.
All reactions