If you're new to GoshawkDB, please make sure to read the Getting started guide.
GoshawkDB Server
The GoshawkDB server is freely available under the GNU Affero General Public License 3.0. Commercial licenses are available; please make contact.
Releases are signed using GPG with signing key identified
by email address info@goshawkdb.io
and
fingerprint CBDF 3CF9 0904 0B1B 0C8E B3EA 1858 5C7B
4C88 C55F
. The public signing
key is
available and should be available via public key
servers too. The fingerprint is also recorded via DNS with
a TXT
record
at info._pka.goshawkdb.io
and on Twitter
with this
tweet.
-
Linux Deb x86_64
goshawkdb-server_0.3.1-1_amd64.deb
sha256sum:299dcf0cb59ceecee00d8218fe83ab309b13543823a5b01554afd22666233abf
Detached GPG signature -
Linux RPM x86_64
goshawkdb-server-0.3.1-1.x86_64.rpm
sha256sum:103d21428301f38fd63ae426bb5acf1c3e0cd0551956e0f29e44a7965e2d5a63
Detached GPG signature -
Linux Tarball x86_64
goshawkdb-server-0.3.1.tar.xz
sha256sum:642882078acf03bbfaa63bf34d929e698f5585bedffd0ac33e3a2e562c52e34f
Detached GPG signature -
For OS X, there is
a Homebrew
Tap
available.
> brew install goshawkdb/goshawkdb/goshawkdb-server
-
Docker Image
goshawkdb-server-docker-image_0.3.1.tar.gz
sha256sum:42deb39dea831435d6ab19924f87038d158db18335baa2af2b69d10a28a9625a
Detached GPG signature -
Source
is browsable
or can be cloned
using Mercurial:
hg clone https://src.goshawkdb.io/server
and is also Go gettable:
go get goshawkdb.io/server/cmd/goshawkdb
- Currently, prebuilt binaries are only available for 64-bit x86 Linux. GoshawkDB should be buildable on any platform that supports both Go and LMDB.
- Source is also mirrored at github.
- Older versions are available.
GoshawkDB Java Client
The GoshawkDB Java Client is freely available under the Apache License version 2.0.
- The Java client released artifacts are available from:
- Javadoc can be browsed from this server too.
-
Source
is browsable
or can be cloned
using Mercurial:
hg clone https://src.goshawkdb.io/java-client
- Source is also mirrored at github.
GoshawkDB Go Client
The GoshawkDB Go Client is freely available under the Apache License version 2.0.
GoshawkDB Collections Library
The GoshawkDB Collections Library is freely available under the Apache License version 2.0.
Go
-
For Go, the library is Go gettable:
go get goshawkdb.io/collections
- The API documentation is available on godoc.
Java
- For Java, the library has released artifacts, which are available from:
- Javadoc can be browsed from this server too.
Source
-
Source
is browsable
or can be cloned
using Mercurial:
hg clone https://src.goshawkdb.io/collections
- Source is also mirrored at github.