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
  • 855 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
  • 1118 Views
  • 1 replies
  • 1 kudos

Transactions

Hi, I am seeing this error continuously after a few API calls to the neo4j REST API: 'Unable to start new transaction since limit of concurrently executed transactions is reached.' How can I Get the total number of current open transactionsClose the ...

Can Neo4j ETL Tool access Filemaker Pro 19?

Filemaker Pro 19 comes with a Filemaker ODBC driver and can be accessed with ODBC/JDBC connection. However, Neo4j ETL Tool does not recognise Filemaker ODBC driver a valid JDBC driver. Is there any chance that I can set up a JDBC connection to Filem...

Resolved! Neo4J 4.1.1 fails to start on AWS EC2

Neo4J 4.1.1 fails to start on AWS EC2, but don't see any errors. Here's the debug log 2020-07-22 10:30:58.187+0000 INFO [c.n.s.e.EnterpriseNeoWebServer] ======== Neo4j 4.1.1 ======== 2020-07-22 10:31:00.051+0000 WARN [o.n.k.i.JvmChecker] The dbms.mem...

Query with multiple common ancestors

I'm working on refactoring my model to move the country, city and state properties out of my :Person node and into their own nodes. All that's left is rewriting the queries to pull the information from the proper location. Everything was going well u...

Resolved! How to merge results neo4j

Hello people, I have maybe silly question but regardless.. The query is the following: MATCH (c:Category)<-[:CATEGORY_PERMISSION]-(p:Permission) OPTIONAL MATCH (c)<-[:CATEGORY_STRUCTURE]-(child:Category)<-[:CATEGORY_PERMISSION]-(p2:Permission) RETURN...

Memory/CPU usage for Neo4J browser

I am noticing some interesting differences in the Neo4J browser depending on the browser used. The graph in the backend is rather large several million nodes and over 50 million edges. So some queries tend to be rather large, especially if it's of th...

ukirik by Node
  • 998 Views
  • 3 replies
  • 0 kudos

Pearson Similarity vs. movie recommendations

Hi, I followed the Pearson Similarity docs and found 2 major characteristics of the described algorithm, that make it NOT a good choice for the suggested use-case. 0-deviation sets always give 0 in result: RETURN algo.similarity.pearson([1,1,1,2], [1...

Worker/Job like a crontab

Hello, I didnt find anything about that, so... I want to aggregate a value inside the database each Xmin, is it possible to do a job like a crontab directly on database or should I create that cypher on my application? Tks for the help

natamvo by Node Link
  • 1035 Views
  • 2 replies
  • 0 kudos

Database failed to create

Hi everyone, This is Sombol. I very at fresher's level with Neo4j. I cannot start running Neo4j Desktop-1.2.9 on windows 10. It is my first time installing and I don't know what might be the problem. Basically, when Neo4j was installed, the page look...

2X_7_7e2cfa638a454757ed81d864e2dd4be1b225f02e.png 2X_5_56f80b775b16e76744a67702eff7a3e8845e52c9.png

How to start Neo4j on Azure

Please see [https://dba.stackexchange.com/questions/271118/how-to-start-neo4j-on-azure](http://Stack Exchange Post) for details on my dilemma. Basically, the Neo4j server stopped after I increased the storage size of the VM. The VM is otherwise funct...