cancel
Showing results for 
Search instead for 
Did you mean: 

Head's Up! These forums are read-only. All users and content have migrated. Please join us at community.neo4j.com.

Neo4j Graph Platform
cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Rapid data ingest : 1 min intervals

Good day [ Insert name here ], I am looking for an effective way of bulk loading data into neo4j in 1 min intervals (so far I am just loading in from csv's but not sure how to set up a 1 min ingest trigger , should I use a python script) neo4j versio...

werner by Node Clone
  • 1047 Views
  • 5 replies
  • 1 kudos

Geohash NEO4j Graph with Spark

I am using Neo4j/Cypher , my data is about 200GB , so i thought of scalable solution "spark". Two solutions are available to make neo4j graphs with spark : Cypher for Apache Spark (CAPS) Neo4j-Spark-Connector I used the first one ,CAPS . The pr...

1X_aa238ec617f4031ba24f8fcb18cbea614e624476.png

Import postgres data from VM

Hi everyone, I'm trying to import a Postgres database from a VM, and use Neo4j to visualize the graph. For a sample of such a database, I am able to load the data using ETL tools and run it on my local Windows machine using Neo4j desktop. However, wh...

2X_d_dc6d70335c1dcaf5b8cdec30de9e8521df647072.png 2X_c_cf1d47e1bbfdfbad072cc7900ec52416b6f378e0.png
yu_li by Node
  • 1912 Views
  • 8 replies
  • 0 kudos

Resolved! Syntax error

Dear Everyone, I am trying to import a CSV, but there is a syntax error that I am not seeing. After 20 mins of re-reading it, I've now turned to the community. I have added the error as a screenshot attachment.

2X_7_7ef133685786d8ba54398c06695d8d92533a1c6e.png

Resolved! Importing data string where the string is a path

I am importing from a very old db I have. It saves relationship only for display so it is saved as stirng like "a/b/c/d" where the path is a->b->c->d of the same label. Each row have this path and im trying to make a new node where it connected to t...

No graph visualization for BTC dataset

Hello, I am using Neo4j Browser version: 3.2.17, Neo4j Server version: [3.4.7]. Platform: Windows Neo4j Application. I am trying to import a .nt file into neo4j to view the graph visualization using the below code <CALL semantics.importRDF("file:///U...

Using sparse matrices in this platform

Hi I am new here. I am not sure this is a good place to ask this or not. I have thousand of matrices with different dimension. All of them are square matrices. I want to convert them in graph or any embeddings that can be applied as input for Neural ...

External querying and export

Hi All, I really apologise if I'm writing this all wrong as it's my first post and I'm new to neo4j. I simply want to find an external tool that I can connect to neo4j dB with to query the json. Ideally I'm looking for a way to automate the export of...

Weighted Relationship

Hello I have a table about transactions with same collumns as ID_TRANSACTION, DT_TRANSACION, ID_COMPANY, ID_CUSTOMER, etc. I need to create a graph with relation between the companies, the more common customers the greater the relationship. The table...