How to store large arrays of data in neo4j

Hi all,

I am looking for help on importing large arrays into neo4j.

I currently create data by solving differential equations, varying parameters and generating at least large 2+ dimensional arrays. Say a spatiotemporal array over R^3 (x,y,z) and time (t). This data could be 100100100*100 = 100000000 data points. In raw form, there is no need to label the columns,rows, layers, etc.

How would I go about importing this type of data into a neo4j database?

Thanks

Hi @fieldofnodes

Can you share some sample data examples? That might make it easier to try to see how the data looks like and that maybe help us in suggesting ways to save that in neo4j database.

Regards.