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

Unable to start database after bulk import

I have stopped the neo4j server and then ran the neo4j-admin import command. this command loaded the data into database successfully. After loading data into database I have restarted the neo4j server and getting following error while running query o...

No active database

Hello, After opening Neo4J Desktop I connect to my Aura-Database. So far this woks properly and the button transforms into "Disconnect" and it says that the DB is active. Then I want to visualize the graph with Bloom (Open -> Bloom) it says: What's ...

2X_2_288fc7a4fc563bbd25db545d8cbb7062980349de.png
janezic by Graph Voyager
  • 756 Views
  • 2 replies
  • 0 kudos

Post Feed - relationed posts

Hi all, we are trying to use Neo4j to provide users feed. For this we are using specific user relations and trying to give weights on these relations. We want also to sum the weights for identical posts to sort them up in the results. Can someone poi...

joao by Node
  • 253 Views
  • 0 replies
  • 0 kudos

Import JSON/GraphML with existing nodes and merge

I receive data from various external systems and need to import/load this data into my neo4j graph. The structure of the various systems can differ, so I was planning to convert the received data into JSON Lines or GraphML and then import it via the ...

chrszrkl by Node Clone
  • 876 Views
  • 4 replies
  • 0 kudos

Unexpected trigger behaviour?

Hi, I am using Neo and Apoc 3.5. In my application I want to have some unchanging ID for nodes and relations, so i use a trigger to add an uuid as node_id and a rel_id (to be able to keep track of things after creating virtual relations and one is no...

kaptenh by Node Clone
  • 293 Views
  • 0 replies
  • 0 kudos

Some entities are not searchable via bloom

Hello ! So I have a problem searching with bloom. some specific label nodes aren't searchable. that means, let's say I have 2 labels of nodes, Person and Item. both have multiple properties. Searching for a person via the search graph database perspe...

Apoc security error or not?

Hello, I use neo4j 4.2 enterprise on Ubuntu. My config: dbms.security.procedures.unrestricted=jwt.security.,apoc.,gds.* dbms.security.procedures.allowlist=jwt.security.,apoc.,gds.* This cypher-statement works fine: MERGE (p:Shipment) SET p.Start = ti...

E_W by Node
  • 418 Views
  • 0 replies
  • 0 kudos

Resolved! Weighted Personalised PageRank

My work is related to creating a autonomous decision model for cyber counterintelligence. In short I have "attack" nodes connected to countermeasure nodes with a weighted countermeasure_success relationship. Multiple network connections will perform ...