README.md
# RangeDB  [](https://travis-ci.org/inklabs/rangedb)[](https://hub.docker.com/r/inklabs/rangedb/builds)[](https://goreportcard.com/report/github.com/inklabs/rangedb)[](https://codeclimate.com/github/inklabs/rangedb/test_coverage)[](https://codeclimate.com/github/inklabs/rangedb/maintainability)[](https://godoc.org/github.com/inklabs/rangedb)[](https://github.com/inklabs/rangedb/blob/master/go.mod)[](https://github.com/inklabs/rangedb/releases/latest)[](https://sourcegraph.com/github.com/inklabs/rangedb?badge)[](https://github.com/inklabs/rangedb/blob/master/LICENSE) RangeDB is an event store database written in Go. This package includes a stand-alone databaseand web server along with a library for embedding event sourced applications. Examples are provided [here](examples). ## Backend Engines RangeDB supports various backend database engines. - [PostgreSQL](https://www.postgresql.org/)- [LevelDB](https://github.com/google/leveldb)- [EventStoreDB](https://www.eventstore.com/eventstoredb)- [In Memory](https://github.com/inklabs/rangedb/tree/master/provider/inmemorystore) ### Coming Soon: - [Redis](https://redis.com/)- [Amazon DynamoDB](https://aws.amazon.com/dynamodb/)- [Axon Server](https://developer.axoniq.io/axon-server) ## Docker Quickstart ```docker run -p 8080:8080 inklabs/rangedb``` ## Community - [DDD-CQRS-ES slack group](https://github.com/ddd-cqrs-es/slack-community) channel: #rangedb- [Upcoming topics](https://github.com/inklabs/rangedb/wiki/Upcoming-Topics) for monthly pairing sessions ## Projects using RangeDB * [GOAuth2](https://github.com/inklabs/goauth2) - An OAuth2 Server in Go