-
Notifications
You must be signed in to change notification settings - Fork 62
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
Loading a Graph with Cypher inserts #356
Comments
So your data is stored as Cypher To start out, you could follow the outline of the Does this help? |
Single databases really won't work for my use case. That's why I'm trying CAPS in the first place. |
I'll keep this issue open, because it seems like an interesting use case for us to consider. I believe we have the necessary architecture to support this, but it isn't immediately available yet. In our testing layer we do have a converter from |
@dboshardy would it be sufficient for your use case if we provide a data source that is able to read multiple |
For my use case specifically, the I will add, however, that I've decided to pause exploration on Neo4J for my purposes in favor of other methods. If those don't work I'll take a look at Neo4J again. |
I'm trying to get this working, but all data I have is stored as a Cypher insert. So far as I can tell, there isn't a way to load data by running arbitrary Cypher queries, they all are using existing data structures.
Is this functionality available?
The text was updated successfully, but these errors were encountered: