Reputation: 595
I would like to use Neo4j to learn how graph databases work and make some experiences with my own datasets. According to that and since Neo4j claims to be open source I've downloaded the Windows Neo4j Desktop version, but every project and database initialized shows the "Enterprise" attribute which means that I just initialized the Enterprise edition.
Any idea how to setup a project and a database based on the community edition?
Upvotes: 1
Views: 2188
Reputation: 1
just open a commandline in the bin folder. There you execute the command "neo4j.bat console" which creates a local server, that you then reach via localhost:7474.
Upvotes: 0
Reputation: 595
Solved it. If you dont setup path variables you have enter the bin directory via cmd and type "neo4j.bat install-service" and then neo4j.bat to start the database-server. The officiall installation instructions should have those details.
Upvotes: 0
Reputation: 66999
The neo4j Download Center allows you to choose between downloading the Enterprise Edition, the Community Edition, and the Desktop.
Upvotes: -2