Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/martinrixham/asynchronousdatabase

A database for asynchronous data processing
https://github.com/martinrixham/asynchronousdatabase

Last synced: 4 days ago
JSON representation

A database for asynchronous data processing

Awesome Lists containing this project

README

        

# Asynchronous Database [![Build Status](https://app.travis-ci.com/MartinRixham/AsynchronousDatabase.svg?branch=master)](https://app.travis-ci.com/MartinRixham/AsynchronousDatabase)
A database for asynchronous data processing

### Build

The database is built with [Cheesemake](https://github.com/martinrixham/cheesemake).
Once Cheesemake is installed the database can be built with the command `cmk verify`.

### Run

The easiest way to run the database is with Docker.
Run `docker-compose up` then the server should then be running on `localhost:8080`.