A distributed, transactional,
fault-tolerant object store

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.

GoshawkDB Java Client

The GoshawkDB Java Client is freely available under the Apache License version 2.0.

GoshawkDB Go Client

The GoshawkDB Go Client is freely available under the Apache License version 2.0.

  • The client is Go gettable:
    go get goshawkdb.io/client
  • The client API documentation is available on godoc.
  • Source is browsable or can be cloned using Mercurial:
    hg clone https://src.goshawkdb.io/client
  • Source is also mirrored at github.

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

Source

  • Source is browsable or can be cloned using Mercurial:
    hg clone https://src.goshawkdb.io/collections
  • Source is also mirrored at github.