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.

Forum Posts

Beta Opportunity for Neo4j Workspace

Introducing Neo4j Workspace We’re inviting you to check out Neo4j Workspace. Workspace combines our most powerful graph tools (Data Importer, Bloom, and Browser) all in one place to help you get up and running with graph databases faster. For experie...

Screen Shot 2022-10-14 at 12.48.07 PM.png
TrevorS by Community Team
  • 854 Views
  • 1 replies
  • 0 kudos

About the Neo4j Graph Platform Category

The Neo4j Graph Platform includes the core database and all the technologies surrounding the database, making it useful and accessible for a lot of different users. When asking a question, please select a descriptive label that best matches your quer...

Neo4j-graph-database-to-graph-platform.png
yolande by Community Team
  • 1117 Views
  • 1 replies
  • 1 kudos

I have some questions about importing data

I am a neo4j beginner. I have some questions about importing data. When we import billions of data, how to use java to import, what better information? What better way? Must they all be converted to CSV format? If converted to csv, is it necessary to...

Neo4j getting disconnected again and again

In neo4j , I am facing some strange problem. when i am performing some long running operatin like data importing then it is getting disconnected after some time then nothing helps only restart the server and i can again login into neo4j. here i am ju...

12kunal34 by Graph Fellow
  • 1530 Views
  • 7 replies
  • 0 kudos

Persons and tables in a session

I asked this question on stackoverflow and they offered me to try your community. Please refer to the problem description: stackoverflow.com what cypher query can find what I need cypher asked by ...

2X_5_55682953c6818cbee634aa5e5b1c4aa4716e11f2.jpeg

Resolved! Advice for storing international/unicode data

I'm working on a new data set coming from a MS SQL Server. There are columns that are NVARCHAR and a quick glance shows there are data in languages of Arabic, Chinese, etc... Can Neo4j store these values? Will I need to do any conversions or similar ...

Resolved! DateTime Format

How can I save and retrieve DateTime along with timezone in neo4j while creating a new node? CREATE (n:Person {name: "John", age: 24, dob: datetime("what should be the format here")}); I am sending the format "2018-12-26T22:10:15.120+05:30" from the ...

Syntax error in apoc.create.addLabel

Sorry, I'm again here. I was not able to find the apoc.create.addLabel correct syntax. I'm trying to add the labels in the "Label1" column to the previously created nodes Trying to adapt this code https://neo4j.com/developer/kb/using-cypher-and-apo...

Get child nodes from main node

Im trying to get all the nodes that belong to ukcoastal in this image, so navarea 1 has messages that belong to it, uk coastal also has messages that belong to it, how do I get this back in the query im using MATCH (message:NavareaMessage{active:tru...

2X_5_5e8859c1cd7d24424ee4c5f25c5703e7da2d3782.png

Connection issue while data importing

Hello , i am facing a strange problem with neo4j. i am running some jar that is importing the data in neo4j . i am running this jar using crontab. i have established the connection using this jar and inserting the data in neo4j. but after some 1 miil...

Resolved! Creating index on already imported data

Hello Everyone, I want to create index on my data property . Accidentally i have created index on a property that is not needed . now in my lable already 400k records available and when i am trying to create index on desired property it is taking so...

12kunal34 by Graph Fellow
  • 1011 Views
  • 2 replies
  • 0 kudos

How to restrict a few nodes in Neo4j Database

Hi, I have created an application with Neo4j using Neovis and for backend - neo4j-driver. Now i have to create a login page for which i need to i need to store login id and password in Neo4j database. But when i display the nodes , i donot want the l...

sucheta by Graph Buddy
  • 2049 Views
  • 7 replies
  • 3 kudos

Batch Import data

Hello Everyone, I am importing the data in neo4j using batch import. I am getting the data from impala using java client code , creating data batches of 1000 records and passing this data for importing using unwind. i am using following query for imp...

12kunal34 by Graph Fellow
  • 1395 Views
  • 1 replies
  • 0 kudos