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
  • 909 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
  • 1154 Views
  • 1 replies
  • 1 kudos

Resolved! blankPage ---- localhost & 127.0.0.1

I'm using neo4j-enterprise-4.2.7 on windows, and have set 'dbms.connector.http.listen_address'=0.0.0.0:7474 but when I open browser with 127.0.0.1:7474, I get a blank page. However, the 'localhost:7474' show correctly. I use 'netstat -n' cmd and get ...

Resolved! Anchor a request on a relationship with 4.3?

Hello there Simple questions for the developers, regarding only the recent version of Neo4j 4.3 As I read, Neo4j can now create index on a relationship properties, so... Can we anchor a request on a relationship? That might change a lot of things, mo...

Resolved! A username cannot contains @?

Hi there I'm using Neo4j 4.2.2 and I would like to know what's the community found as solutions to use an email as a username in Neo4j. It's not possible to use character like @ or -. We are not using or duplicating the user management in you website...

Resolved! Java in neo4j interface

Hello all, I am a new user in the neo4j community. I have been wondering is there a way i could use java in the neo4j interface? I know i can use neo4j-driver and use neo4j in the java, but i would ideally want it the other way around. I am using a r...

Neo4j Browser - Graph Query Results

I have a query, when using the Neo4j browser and if you click on a label you often get to see a graph visual that seems to contain more information than the raw query results itself for example Looking at the above image shows a lot of nodes and mul...

3X_b_5_b5b2face91174fc279017be6318fddf8f4882518.png 3X_b_5_b578a7401add06be0a2068f10d63d95e7cf38dec.png 3X_7_7_77ea85c0c0dd7b4d65fc33a03de24a99a1480681.png

New constraint - value limits and limitations

Environment Info Currently using v4.2.3 - Community. Attempting the following via the browser interface. No use of add-ins. What I am trying to achieve Looking to create a constraint for a unique value, using the following code CREATE CONSTRAINT cons...

support1 by Node Link
  • 350 Views
  • 0 replies
  • 1 kudos

Real time data sync between Oracle and Neo4j

Hi Team, We are planning to migrate our inventory data from oracle to Neo4j . As per requirement we need to keep our both database in sync for some period in production to ensure about the correctness of application on Neo4j database. We are using Ap...

Complex filter

Hi, What is the most efficient way to match all path that contains node with label a, b or c but which can contains other type of nodes. For example : a -> b -> c must be matched a -> b -> d -> c must be matched a -> b -> d no match a -> b no match ...

Graphlytic

The new app Graphlytic for visualization is not working. Once following all the steps for its installation and launch it takes me to .Neo4jDesktop folder and I am not sure what to do post that.

Need help with Visualization

Hey, I have 2.5 million nodes which have 2.3 million parent-child relationships. So I need to display these nodes and relationships as a tree. I have tried using Python Neo4j-Graphistry Plugin and when I run the cypher query that limits the relations...