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

Resolved! Help understanding collection indexing

I'm trying to write a query that iterates over a collection of nodes by their index (so that I can iterate two lists in tandem). I'm not getting expected results. For example, if I have 10 nodes with label "Node" in my graph and I query MATCH (n:Node...

UDF call external database

I am try to get some data from a sql server database in user-defined function for Neo4, but got this message: ServiceUnavailable: WebSocket connection failure. Due to security constraints in your web browser, the reason for the failure is not availab...

To merge similar named nodes in neo4j

I was trying to merge nodes in neo4j based on its name and relationshiops. For example a node 'entity' has names like "hongkong", "hnkg" and both of them have same relationships which means they are duplicate entries in the graph database. Can the no...

Migrate incremental data from RDBMS to neo4j

Hello Guys, I have a doubt regarding RDBMS to neo4j migration. i have data in rdbms and it is continous increasing and i want to shift this data into neo4j . how i can do this type of stuff and i have millions of rows in rdbms table so what should be...

12kunal34 by Graph Fellow
  • 1263 Views
  • 2 replies
  • 0 kudos

Neo4j Grafana template Not working

Hi , I was referring this amazing document to implement monitoring for neo4j casual cluster https://graphaware.com/neo4j/2019/06/14/monitoring-neo4j-prometheus-part-2.html I was able to create a sample dashboard with few panels. Later found the templ...

fme_mrc by Node Clone
  • 898 Views
  • 0 replies
  • 0 kudos

Neo4j Metrics to StackDriver

Hi Team , We are looking for Monitoring and Logging tool for neo4j. I explored Prometheus and Grafana for monitoring metrics and stack driver for logging the logs. it would be helpful if we can have logging and monitoring in the same tool. is there a...

1X_8c7390150cd0078e967a18c7663581b9b334d239.png 2X_1_18dc80f466a0a5b36fe728450208b321cb7e6811.png
fme_mrc by Node Clone
  • 1119 Views
  • 1 replies
  • 1 kudos

Resolved! Saving embedded object with filter capabilities

Hi, I want a Customer object, the customer has a Address object which is not a relation. only the specific customer has this address. same with phone numbers, websites and so. I would like to map my java NodeEntity to save Address Object as embedded....

LOAD CSV From a Local File Windows10

Hi guys, how are you doing? I'm new in Neo4j and I'm facing some issues when loading data from a local file in a Windows 10 system to a sandbox instance of Neo4j 3.5 Basically the command is this: LOAD CSV WITH HEADERS FROM 'C:\Users\Renato\Desenvolv...

Install Neo4j on server

Hello, I worked with neo4j community edition a little bit on my local computer but now, I have to use Slurm, spark with Scala on a server because I am working with big data. I am wondering what neo4j edition that I should install on the server so I c...