Skip to content

1.0.0-beta01

Pre-release
Pre-release
Compare
Choose a tag to compare
@bradnussbaum bradnussbaum released this 29 Mar 23:44
· 67 commits to 1.0 since this release

Downloads

Community (GPLv3)

Mac/Linux: ongdb-community-1.0.0-beta01-unix.tar.gz
Windows 64 bit: ongdb-community-1.0.0-beta01-windows.zip
Windows 32 bit: ongdb-community-1.0.0-beta01-windows.zip

Enterprise (AGPLv3)

Mac/Linux: ongdb-enterprise-1.0.0-beta01-unix.tar.gz
Windows 64 bit: ongdb-enterprise-1.0.0-beta01-windows.zip
Windows 32 bit: ongdb-enterprise-1.0.0-beta01-windows.zip

Docker

Community (GPLv3)

docker run \
    --publish=7474:7474 --publish=7687:7687 \
    --volume=$HOME/ongdb/data:/data \
    graphfoundation/ongdb:1.0.0-beta01

Enterprise (AGPLv3)

docker run \
    --publish=7474:7474 --publish=7687:7687 \
    --volume=$HOME/ongdb/data:/data \
    graphfoundation/ongdb-enterprise:1.0.0-beta01