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
  • 922 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
  • 1164 Views
  • 1 replies
  • 1 kudos

Loading data into a Neo4j instance on AWS EC2

I'm trying to set up an EC2 server with Neo4j and a GraphQL API that our development team can access. I could hack together a solution but I was curious to know what others recommend, in case I'm missing anything. We have data stored in Google Sheets...

Construction of a graph from dataset DARPA

Hi, I have to construct a graph from a DARPA TC dataset especially CADETS, this one contain raw data but it has a relationships, so to construct the graph we must map this data into appropriate format. for this purpose I found library which it did th...

Failure to load

Hi guys I´m trying to use Neo4j 4.0. I am having difficulty loading a CSV file although I can load two others from the same folder. This is the screen shot. Any thought on why Neo4j thinks this is Null and what to do about it? Kind regards Ian

2X_2_2a763676d2bc4c4bdc44e376cb96a6a44fb9db2b.png
ianrbi by Node Clone
  • 475 Views
  • 1 replies
  • 0 kudos

Installing and activation key

Hi, Just intstalled the latest Neo4J desktop, 1.1.18. signed in with my personal google account. So far I got no activation key and it shows as it still needs a license to us the desktop version.. Is there any step I should do or I missed?

2X_9_9709e26970be1dd37ca02cc5e6fcbf4c5daa13d9.png
joslat by Node
  • 9010 Views
  • 14 replies
  • 0 kudos

Resolved! Get the first or last node from a list

First of all I must admit I could not find a suitable title for the problem, thus could not find results in search. Trying to explain it. I have a situation where i store few translations of a node like following. (n1)-[:HAS_TRANSLATION { code: "en" ...

Create Community Nodes

Can nodes for each community (of Louvain/ LPA/ unionFind) and their relationships to individual nodes be created AT RUNTIME instead of assembling all of these after completion of the algorithm version that stores the communities on individual nodes "...

Resolved! Import nodes from recursively structured json

Hello, How would I go about creating a cypher query that imports and merges Nodes which are inside json of type: groups -> groups .. * .. groups groups within groups within groups groups may also be shared amongst other groups all of the same type...

Resolved! Return a list of strings after importing a JSON

Hello there, I'm trying to get a list of strings without null values, but I can't get the result that I want. I've tried it in two different ways: WITH 'recursivo.json' AS json_file CALL apoc.load.json(json_file, "$..id_requisito") YIELD value AS res...

2X_3_3cb7ee95a189ac40ad5d36e05e696b07aa51bd17.png 2X_6_6f08c7d376ef8a0ccae82e9189f1fbe2c9550d93.png