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

Migration back to Discourse

Hello friends! So... about a half year ago we switched the platform used here on community.neo4j.com from Discourse to a vendor called Khoros. We were hopeful about Khoros as a platform that we could build upon to make a great website for the communi...

Anonymous by Not applicable
  • 1698 Views
  • 13 replies
  • 3 kudos

About the General Discussions board

  The General Discussions board is meant as a location to ask non-technical questions either about Neo4j, or about the Graph Community in general. Use the General Discussion board for some of the following: Looking for a job OR hiring for a position...

TrevorS by Community Team
  • 525 Views
  • 0 replies
  • 0 kudos

Cannot Get Neo4j CE to listen on a different port

Ubuntu 18, tar installation of 4.1.1. I have updated neo4j.conf to listen on my public NIC on a different port: % cat conf/neo4j.conf | grep dbms.connector.bolt dbms.connector.bolt.enabled=true #dbms.connector.bolt.tls_level=DISABLED #dbms.connector....

jhowes by Node Link
  • 447 Views
  • 1 replies
  • 0 kudos

Resolved! Return a node collection with relationship properties

I want to get a node (A) with a relationship (R) and multiple nodes (B) Relationship (R) have the property number. And i want a query to return node (A) with multiple node (B) and for each node (B) return also the property number. without 'number' pr...

Unable to get Neo4J to Start as a service

I installed the program - I install the service using the Batch File (which at this point is really only calling powershell commands) - I run those commands using an elevated powershell session. It appears to Install correctly. It will not start Pl...

Allyn by Node
  • 4754 Views
  • 1 replies
  • 0 kudos

Importing STIX JSON Data in Neo4j

Hello I am just looking for some general guidance/suggestions/resources on how I'd go about generating a graph from a STIX JSON file? A sample STIX JSON file here: https://oasis-open.github.io/cti-documentation/examples/identifying-a-threat-actor-pro...

Resolved! Neo4j as main back end DB for web app?

Hello, I have been playing around with Neo4J for a few months and am looking for feedback on whether it can actually be used for a web app, similar to, eg, Firebase Database (in terms of performance, integration, scalability etc). What I have in mind...

Real-time collaboration in Neo4j

Hi, I'm currently evaluating if Neo4j is an appropriate choice given certain product constraints. Our application would certainly benefit from many of the advantages graph databases provide due to the nature of our data. However, 2 application requir...

Resolved! Update query for multiple cases

Hi all, I am trying to design a query that handles several cases of updating a particular node, however I am unable to achieve this. Cases: Update propertiesUpdate relationshipCombination Example: Parameter :param userdata: [{user:[{ID:'test1'}], ca...

Execute Cypher Query within URL

Hi - I want to roll out my graph database to users who are non-technical using the neo4j browser. Ideally I would want to write the cypher statements automatically and pass them to the browser in the url. Example: http://localhost:7474/browser/?cmd=p...

danpw by Node
  • 1048 Views
  • 2 replies
  • 0 kudos

Neo4j without Desktop running

I'm executing the latest Neo4j release - downloaded and installed last week. Neo4j Desktop works. I can view the Movie graph and I created a graph for my project. Neoj Browser works and I can view both graphs in the browser. I developed C# code that ...