-
Write huge data to Postgres efficiently
Hi, I'm a data engineer and working for walmart labs. my team is using dataiku to create flows and for creating a data lake and analysis. In one scenario we're writing huge data from a HDFS DSS down to postgres table. The process is taking a lot of time. I have checked this is because the insertion is happening…
-
Graph Analytics
Two questions. 1. Graph analytics plugin: https://www.dataiku.com/product/plugins/graph-analytics/. On that page I found "This recipe takes the list of edges as input, and compute several graph statistics. ", but couldn't find any more specifics on what statistics is computed. 2. Documentation…
-
Is there a processor for creating a network graph?
My data has three columns, each representing a node in a tree (a->b->c) and i was curious if there existed a recipe that helped prepare the data for import into Neo4j or other graph/network explorer. Thanks.
-
Whats the best way to export to Neo4J?
Hi, I wanted to export data into neo4j from a dss flow. I was thinking the easiest way would be to use a python package via http://neo4j.com/developer/python/. But wanted to see if anyone had thoughts on the best way to do this.