Using Flat Data With Neo4j #54
johnymontana
started this conversation in
Flat in Action
Replies: 1 comment 1 reply
-
@johnymontana that's lovely! It's cool to see flat composed into workflows this way. You mention in the writeup that you could have done the writing to neo4j in a postprocessing step, but you ended up writing the |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi Folks 👋
I've been experimenting with using Flat Data to import data into Neo4j.
To make this workflow easier I published an Action called Flat Graph that allows for defining an Action step that includes the database connection credentials and a database query (using Cypher, the query language for Neo4j) to run that handles importing the data fetched by the Flat action in the previous step. For example, here's how you would use it to import data from the Lobsters JSON feed:
To see it in action I wrote a tutorial / blog post showing how to use Flat Data + Neo4j.
Would love to know what folks think of this workflow or any suggestions on how to improve it.
Cheers,
Will
Beta Was this translation helpful? Give feedback.
All reactions