Skip to content

Commit

Permalink
Merge pull request #13 from ibrokethecloud/master
Browse files Browse the repository at this point in the history
Added a README
  • Loading branch information
ibuildthecloud authored Dec 16, 2019
2 parents 82b5988 + 79cf060 commit d9d5ac9
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
## Kine (Kine is not etcd)

Kine is an etcdshim that translates etcdapito sqlite, Postgres, Mysql, dqlite

### Features
- Can be ran standalone so any k8s (not just k3s) can use Kine
- Implements a subset of etcdAPI (not usable at all for general purpose etcd)
- Translates etcdTX calls into the desired API (Create, Update, Delete)
- Backend drivers for dqlite, sqlite, Postgres, MySQL

0 comments on commit d9d5ac9

Please sign in to comment.