Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mneedham/neo4j-embedded
https://github.com/mneedham/neo4j-embedded
Last synced: 14 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/mneedham/neo4j-embedded
- Owner: mneedham
- Created: 2014-02-07T15:44:05.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2014-02-07T15:46:40.000Z (almost 11 years ago)
- Last Synced: 2024-04-14T09:10:04.861Z (9 months ago)
- Language: Java
- Size: 113 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Build the JAR
mvn clean compile assembly:single
# Launch neo4j server
java -cp target/embedded-1.0-jar-with-dependencies.jar GraphConnect
Feb 07, 2014 3:45:25 PM org.neo4j.server.logging.Logger log
...
15:45:27.530 [main] INFO o.e.j.server.handler.ContextHandler - Started o.e.j.s.ServletContextHandler@2b40b499{/,null,AVAILABLE}
15:45:27.539 [main] INFO o.e.jetty.server.ServerConnector - Started ServerConnector@1ed5eb39{HTTP/1.1}{localhost:7474}
Feb 07, 2014 3:45:27 PM org.neo4j.server.logging.Logger log
INFO: Remote interface ready and available at [http://localhost:7474/]