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
  • 987 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
  • 1205 Views
  • 1 replies
  • 1 kudos

Import csv with æ ø å

To import a csv I used: //Import csv LOAD CSV FROM 'file:///spm.csv' AS line FIELDTERMINATOR ';' CREATE (:RED{ name: line[0], creationTime:timestamp()}) But since I am unlucky and live in a country with these letters: æ,ø,å (utf-8) I have not been ...

3X_e_b_ebf4f57eed8573f41a8c7f5ac81d0f095d64955f.png

Rest API import with proxy

Hi There, I have a requirement to collect data through rest apis from ServiceNow and import them into neo4j graph db. Since my neo4j instance sits inside the corporate network it needs to go through a proxy to connect to ServiceNow rest api and retur...

Enterprise pricing for Aura

Hey Guys! I am currently working as an analyst at a small to medium sized tech company. We are currently exploring the options to move onto a cloud based Neo4j, however, before we take the step, I would like some more information and was hoping that ...

ryanw by Node
  • 576 Views
  • 2 replies
  • 0 kudos

Sequential query with order and co-occurence

Hi, I would like to query the event sequence in order and some of them happend together. Let's say we have a, b, c, d, e five events (e:Event {eventType, start_time, end_time}) and my excepted query result is something like [a, (abc), (ae), b, (ce)] ...

oli by Graph Buddy
  • 946 Views
  • 3 replies
  • 0 kudos

Browser node click icons

Hello, Can someone point me to the icon definitions for the neo4j browser? When a node is clicked, what do the lock and eyeball icons mean? I was unable to find this at the link below. Thanks. Neo4j Graph Database Platform ...

3X_b_8_b88a5de686f83e24e8cd4d936b51c265fd53a396.png

Why Neo4j Dump Size Is So Small

I'm using Neo4j Community Edition on RHEL, and load a graph with more than 1,000 nodes, and when I use neo4j-admin dump command, it says: Done: 34 files, 251.4MiB processed. But when I check the final dump file, it's only 1.1MB. Does anybody know wha...