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
  • 999 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
  • 1212 Views
  • 1 replies
  • 1 kudos

I create separate trees, but each next tree is loaded slower

The JSON is loaded. For each new tree, I create individual Labels and relations. But each next tree is loaded slower than previous. Example: The first tree is loaded for 1 minute. The second tree is loaded for 2 minutes. .... Why? If I create each ti...

pavloN by Node Clone
  • 1199 Views
  • 6 replies
  • 0 kudos

Resolved! 'Next' button not clickable after mapping from SQL Server

In light of recent difficulties I've had mapping data directly from a Db2 database hosted on IBM i, I've decided to try importing data from Db2 to a Microsoft SQL Server. I've got two tables I've created (CUSTPRMP and CUSTEXTP) along with various ot...

2X_b_b82b05cf6506e0f8ac2852bed0f17fd23d99ba93.png 2X_f_f8e418009c750366b11bee2f86584ef398a39c48.png

Graph Creation

Something went wrong with my Neo4j desktop version and I reinstalled it. However, when I am trying to create a graph, I am getting the following error: Database failed to create: Error: Could not change password Can someone help me rectify this probl...

Neo4j query for relationship

Hello guys, i have existing five node with same label and i want to create one other node and also create a relation with all existing five node i was try but its create one to one relation on one to many relation. please help. thanks match (e:video)...

2X_b_b3d01f16fe0b8f26b1b72a6914d95960acd30424.png 2X_c_c67e70fd4a99615e30142bdd2e2bb7b58bab9302.png

How do you import a json tree file without an identifier?

Hello, I have a json file that is already structured as a tree and I'm trying to import it into neo4j. The problem is there is no identifier within the keys since it is already in a tree. A sample of the json file is shown below: { "sales":[ { "saleD...

Usual workflow for querying neo4j database

Hello, I'm getting up and started with using neo4j, but I'm a bit confused about the usual workflow. I have neo4j setup on an ubuntu box that I ssh into. Is the idea that I can run neo4j on that box and then access the database for exploring with my ...

Rogie by Node Link
  • 1419 Views
  • 9 replies
  • 2 kudos

Unable to find project menu in community edition

Hi I am using Neo4j Community Edition version 3.3.0 I couldn't see embedded menu like projects , my projects , ETL DB , plugins etc.. I am not sure of root cause , could any one pl help I would want to explore with plugins and routines , but got stu...

Unable to create new DB

Hi I am trying to create new db using java at new location ...\data\databases\new_db . But i am getting error referring original database location ...\data\databases xception in thread "main" java.lang.RuntimeException: Error starting org.neo4j.grap...

srt_ynr by Node
  • 2001 Views
  • 1 replies
  • 0 kudos

Data Type detection within apoc.convert.fromJsonMap

I'm using the APOC function apoc.convert.fromJsonMap() from (apoc-3.5.0.4-all.jar) to consume JSON encoded data within a CSV column, like this: LOAD CSV WITH HEADERS FROM 'http://myservice/?feed' AS line FIELDTERMINATOR ',' WITH line WITH line, apoc...

Too slowly recount nodes and relationships

Hi community, I need some help with a query, we are very happy with funtion of database but we have a problem when we count a lot of data and all their relations. For example, when we have a count from 1.000 nodes the database reply very quickly, bu...

2X_a_a87062dfcf576b992a3eead0d16b6335a1b76a38.png

Does count aggregation not use page cache?

Do aggregations not make use of page cache? I have a database with 4.6G of data, and 3.3G of indexes, the page cache is 10G, and is currently using 7.9G. My queries are showing millions of db hits, even after all the db is loaded in memory?

2X_e_ecb71f8382da4f293106d6033d58420d58e905b7.png
shash by Node Link
  • 2352 Views
  • 9 replies
  • 6 kudos