10 releases

0.1.10 Jun 3, 2020
0.1.9 Jun 3, 2020
0.1.7 Mar 27, 2020
0.1.1 Feb 27, 2020

#695 in HTTP server

Apache-2.0

1MB
19K SLoC

Thoth

GraphQL API for bibliographic data

Build Status Release Crates.io License


Requirements

  • Rustup
  • Stable Toolchain: rustup default stable
  • A PostgreSQL database (included in docker-compose.yml if ran using docker)

Getting Started

With docker

git clone https://github.com/OpenBookPublishers/thoth.git
cd thoth
cp .env.example .env  # Edit the credentials in .env
docker-compose up

With rust

git clone https://github.com/OpenBookPublishers/thoth.git
cd thoth
cp .env.example .env  # Edit the credentials in .env
cargo run init

Dependencies

~32–44MB
~804K SLoC