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
  • 920 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

Neo4J fails to start when ssh tunnel is present

Hello, I have installed Neo4J on a Debian 10 server. I followed the guide: https://neo4j.com/docs/operations-manual/current/installation/linux/debian/#debian-ubuntu-prerequisites When I run neo4j start, the database fails to start. I report the log: ...

flpgrz by Node Link
  • 1742 Views
  • 3 replies
  • 1 kudos

Human-friendly text file format for graph data?

CSV with flat rows is hard to represent graph data well. Is there any common format for serializing graphs to a text file? something that would encapsulate nodes and edges better than a CSV file? I'm looking to hand author some files for a knowledge ...

2X_5_5447ee7a7ac2b7bc96625a2eee9be933211d188d.png
DC1 by Node Link
  • 734 Views
  • 1 replies
  • 0 kudos

How to replace SQL features in neo4j?

Hi, I am wondering how to replace SQL features in Neo4j Creating default constraint while creating a new table.for example- if no value is entered for a property while creating a new node, it is automatically set to integer 1. I am aware that it is ...

akaur by Node Link
  • 484 Views
  • 1 replies
  • 0 kudos

WANT: Project/Database(?) Name in Browser window title

I'm on a Mac (OS 10.15.7) It would be nice to show the name of the current Project/Name(?) being used in the title of the browser window. (Actually, I'm not sure what the name I want is...) Currently it shows "neo4j@bolt://..../DBNAME - Neo4J Browse...

clem by Graph Steward
  • 759 Views
  • 2 replies
  • 0 kudos

Resolved! Neo4j Desktop

Hello: I am new to Neo4j Graph Database and I want to know how i can connect Neo4j Community Server using neo4j desktop? Any help is greatly appreciated. Thanks Jay

Neo4j browser iOS browser support

Has anyone else tried using the browser on iOS (e.g. iPad Pro) and found issues with it? unable to select a node and move it separately from another, it moves the whole graphtrying to use two fingers to split the nodes apart just zooms into the page ...

How to RETURN node.* instead of RETURN node.prop1

If I want a traditional table of properties from a node, I know I can do: RETURN n.prop1, n.prop2, n.prop, etc. What I'd like to do is something like: RETURN n.* to return all the property values (as a short hand). I don't want RETURN n as it returns...

clem by Graph Steward
  • 582 Views
  • 3 replies
  • 0 kudos

Resolved! Error during offline DB starting

Hi all! I'm new in neo4j and want to start my first project. OS Windows 7 x64, Neo4j Version 4.1.3, Neo4j Desktop Version: 1.3.11 I have to work in offline mode (no internet connection on host) In first I'm create project, then create database. But a...

2X_f_f74730ff890f88136206fc7548a0d409494a4743.png

Graph DB + ITS

Hello, I am interesting to use graph DB in Intelligent Transportation Systems. I need to represent entities (nodes) and relations (edges) as well as their changes over time. So, node or edge will be represented with time. When I want to update node o...