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

Resolved! ‘real’ storage size in Neo 4j

Hi I am trying to compare Neo4j and Protege storage size with the same amount of information. Based on lots of literatures the LPG format should be ten times smaller in the size comparing with RDF triples. However, in my case which only has 130 node...

2X_d_dbd8237901a18b4fdbfa46ffb948a9d522d04c62.png

Establishing connection between other apps and neo4j

Hello all, I'm trying to run neo4J as a database for a nodeJs app. For testing purposes I deployed a fork of the neo4J browser as a separate docker-image. I also deployed neo4J and a corresponding service (NodePort). The deployment file for neo4J and...

rhialy by Node
  • 1343 Views
  • 2 replies
  • 0 kudos

Modelling a sport league

I am using a graph database for the first time for a project - I'm creating this for free for a non profit organisation but I am taking the opportunity to learn Neo4j and graph database modelling at the same time. Basically a league system, with seas...

2X_9_99bbc14736e1723ba8d5d4ff5066a405255f235d.png

Set up enterprise license on azure vm

Hi everyone, I have a startup enteprise license with an email companyaccount@gmail.com for example, I want to configure neo4j vm on azure cloud, but I don't know where I should set the enterprise license or log in with the account which have the perm...

Cluster Alerts

I had an issue with one of the servers in my cluster this morning and realized that it would be nice to have a way of being notified via email/sms/etc. whenever a node drops from the cluster for more than a set amount of time. I've looked around and ...

Filters in neo4j

Hi all,I want filters queries with the following labels given in the diagram with AND condition between them along with the properties of the nodes. For example: filter on label A,B and Age(property in User label). Like this i want cypher queries on ...

2X_7_710b1f476a5006fee57640889f8972d06f1f6902.png
3v4ever by Node Link
  • 615 Views
  • 1 replies
  • 1 kudos

Export the graph displayed on the browser

Step 1: Start with a node Step 2: Expand this node to get all the connected nodes Step 3: Expand any one of the nodes from Step 2 Now, I want to export this resultant graph and use it later to generate above graph resulted from Steps 1-3. How can I a...

Cypher Query for login page

I have my deatils of the login and password in the following two variables: let username = req.body.username; let password = req.body.password Now I have written the cypher query to fetch the details from the database which matches with the entered ...