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

Database didn't start anymore critical error

Hi, My database give the following error; The database has encountered a critical error, and needs to be restarted. Please see database logs for more details. After restart Neo4j and the full server Neo4j didn't start anymore. Log: 2020-02-28 09:14:1...

Scoring results from multiple indices

Hi everybody, i want to in a query, search on multiple indices. And then sort the results by score. But the problem is that each query on the index returns a separate score. How to integrate these Scores?

Single quote to double quotes

Hello, I tried to send json to my nodeJS but when i load the result to my transaction there is an error. First, this is the JSON that i send by POST request. { "allMenus":[ {"name":"FISH","color":"bg-light-pink"}, {"name":"SALAD","color":"bg-light-g...

HttpConnector within EmbeddedMode with Neo4j 4.0.0

Hello, after upgrading my java-code, which starts an embedded neo4j-db (community) within a spring-boot-app, to 4.0 from 3.5 i tried several ways to activate httpConnector (default is FALSE) but all tries failed. In my opinion it should be as simple ...

tietz by Node
  • 605 Views
  • 0 replies
  • 0 kudos

Neo4j fails to start running

Hello everyone! Yesterday I downloaded and trial-run the neo4j-4.0.0.4 community edition, the environment is jdk13. At first everything was normal, but suddenly http: // localhost: 7474 / browser / shows that this page cannot be accessed. I checked i...

Resolved! Difference between dbms and db procedures?

Hi Team, I just wondering why do we have the procedures some with dbms. and db. (for example CALL dbms.components() and CALL db.constraints() ), what is the difference between dbms and db. This may seems silly question, but somehow i need to understa...

How to make transaction with for loops

Hello, i'm learning neo4j and i have a problem for a school project can someone explain me how to make multiples transactions with for loop?how to handle .then and .catch (duplicate constraint on neo4j applied ) ?is it a good example to use Promise.a...