https://github.com/bearddan2000/java-cli-maven-orientdb-client-graph-edge-query
A java maven build, that connects to orientdb database.
https://github.com/bearddan2000/java-cli-maven-orientdb-client-graph-edge-query
cli client edge graph java maven orientdb query
Last synced: 4 months ago
JSON representation
A java maven build, that connects to orientdb database.
- Host: GitHub
- URL: https://github.com/bearddan2000/java-cli-maven-orientdb-client-graph-edge-query
- Owner: bearddan2000
- Created: 2022-11-01T15:36:41.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-11-01T15:36:44.000Z (about 3 years ago)
- Last Synced: 2025-03-24T11:26:35.489Z (9 months ago)
- Topics: cli, client, edge, graph, java, maven, orientdb, query
- Language: Java
- Homepage: https://github.com/bearddan2000/java-cli-maven-orientdb-client-graph-edge-query
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# java-cli-maven-orientdb-client-graph-edge-query
## Description
A java maven build, that connects to orientdb database.
Creates a new database `Health` and adds document `Doctor`.
Creates self joins with `edges`. Uses sql to query incoming
and outgoing edges.
## Tech stack
- maven
## Docker stack
- orientdb:latest
- maven:3-openjdk-17
## To run
`sudo ./install.sh -u`
- [OrientDB studio](http://localhost:2480/studio/index.html)
- user: admin
- password: admin
## To stop (optional)
`sudo ./install.sh -d`
## For help
`sudo ./install.sh -h`
## Credit
- [Edge querries](https://stackoverflow.com/questions/49798428/orientdb-query-for-getting-all-vertices-connected-by-edge-of-specyfic-type)
- [Source based on](https://gist.github.com/Jaquitori/b9158b0979a8f815c5270cff0e785b00)
- [Create init database](https://orientdb.com/docs/last/java/Document-API-Database.html)
- [Default logins](https://orientdb.com/docs/last/java/Document-API-Database.html)