Skip to content

1.0.1

Compare
Choose a tag to compare
@bradnussbaum bradnussbaum released this 08 Apr 20:13
· 46 commits to 1.0 since this release
8ab5f96

Downloads

Community (GPLv3)

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

Enterprise (AGPLv3)

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

Docker

Community (GPLv3)

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

Enterprise (AGPLv3)

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