Unverified Commit 04313878 authored by Steven Allen's avatar Steven Allen Committed by GitHub

Merge pull request #135 from ipfs/feat/lead-maintainer

doc: add a lead maintainer
parents c85adc56 8e7e7b0a
...@@ -8,7 +8,20 @@ ...@@ -8,7 +8,20 @@
> key-value datastore interfaces > key-value datastore interfaces
datastore is a generic layer of abstraction for data store and database access. It is a simple API with the aim to enable application development in a datastore-agnostic way, allowing datastores to be swapped seamlessly without changing application code. Thus, one can leverage different datastores with different strengths without committing the application to one datastore throughout its lifetime. ## Lead Maintainer
[Steven Allen](https://github.com/Stebalien)
## Table of Contents
- [Background](#background)
- [Documentation](#documentation)
- [Contribute](#contribute)
- [License](#license)
## Background
Datastore is a generic layer of abstraction for data store and database access. It is a simple API with the aim to enable application development in a datastore-agnostic way, allowing datastores to be swapped seamlessly without changing application code. Thus, one can leverage different datastores with different strengths without committing the application to one datastore throughout its lifetime.
In addition, grouped datastores significantly simplify interesting data access patterns (such as caching and sharding). In addition, grouped datastores significantly simplify interesting data access patterns (such as caching and sharding).
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment