Skip to content

Commit

Permalink
Remove JetStream suffix on README to avoid confusion
Browse files Browse the repository at this point in the history
Signed-off-by: Byron Ruth <byron@nats.io>
  • Loading branch information
bruth committed Aug 13, 2023
1 parent 5d4e47c commit c213bdb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Kine (Kine is not etcd)
==========================

_NOTE: On 2020-11-19, this repository was moved out of the github.com/rancher org to github.com/k3s-io
_NOTE: On 2020-11-19, this repository was moved out of the github.com/rancher org to github.com/k3s-io
supporting the [acceptance of K3s as a CNCF sandbox project](https://github.com/cncf/toc/pull/447)_.

---
Expand All @@ -10,11 +10,11 @@ Kine is an etcdshim that translates etcd API to:
- SQLite
- Postgres
- MySQL
- NATS Jetstream
- NATS

## 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)

See an [example](/examples/minimal.md).
See an [example](/examples/minimal.md).

0 comments on commit c213bdb

Please sign in to comment.