This project provides an implementation of the Crud API for Project Voldemort.
- The Crud API project (
crud-api
) defines the core abstractions and the public API on which this project is based. crud-api
is built on top of RxJava.- Crud HTTP (
crud-http
) is a sister project to this project, implemented for HTTP. - Crud JDBC (
crud-jdbc
) is a sister project to this project, implemented for JDBC.
All files in this project are copyright Rick Warren and, unless otherwise noted, licensed under the terms of the Apache 2 license.