Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/leon/docker-orientdb
Docker image for OrientDB community edition
https://github.com/leon/docker-orientdb
Last synced: 9 days ago
JSON representation
Docker image for OrientDB community edition
- Host: GitHub
- URL: https://github.com/leon/docker-orientdb
- Owner: leon
- License: other
- Created: 2015-02-28T13:54:23.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-02-28T17:05:22.000Z (over 9 years ago)
- Last Synced: 2024-04-14T19:12:27.818Z (7 months ago)
- Size: 117 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# OrientDB
OrientDB is a 2nd Generation Distributed Graph Database with the flexibility of Documents in one product with an Open Source commercial friendly license (Apache 2 license). First generation Graph Databases lack the features that Big Data demands: multi-master replication, sharding and more flexibility for modern complex use cases.## Run
```bash
docker run -d --name orientdb -p 2424:2480 -p 2480:2480 leon/orientdb:latest
```## Environment variables
```
ORIENTDB_VERSION orientdb-community-2.0.3
ORIENTDB_URL http://www.orientechnologies.com/[email protected]&file=${ORIENTDB_VERSION}.tar.gz&os=linux
ORIENTDB_ROOT_PASSWORD orientdbmasterpassword
ORIENTDB_BACKUP false
```## Expose
```
2424
2480
```## Volumes
```
/etc/orientdb
/var/lib/orientdb/data
/var/log/orientdb
```