Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/martinrixham/asynchronousdatabase
- Owner: MartinRixham
- License: agpl-3.0
- Created: 2022-01-02T16:52:35.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2024-10-16T12:53:23.000Z (27 days ago)
- Last Synced: 2024-10-18T15:49:54.100Z (25 days ago)
- Language: C++
- Size: 392 KB
- Stars: 1
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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`.