Keyv

Simple key-value storage with support for multiple backends
Alternatives To Keyv
Project NameStarsDownloadsRepos Using ThisPackages Using ThisMost Recent CommitTotal ReleasesLatest ReleaseOpen IssuesLicenseLanguage
Netdata66,080
7 hours ago363gpl-3.0C
Monitor your servers, containers, and applications, in high-resolution and in real-time!
Grafana58,12625347 hours ago4,317November 28, 20234,158agpl-3.0TypeScript
The open and composable observability and data visualization platform. Visualize metrics, logs, and traces from multiple sources like Prometheus, Loki, Elasticsearch, InfluxDB, Postgres and many more.
Gogs43,31343 days ago74February 25, 2023896mitGo
Gogs is a painless self-hosted Git service
Nocodb38,758612 hours ago96November 20, 2023448agpl-3.0TypeScript
🔥 🔥 🔥 Open Source Airtable Alternative
Dbeaver35,090
8 hours ago1,854apache-2.0Java
Free universal database tool and SQL client
Metabase34,985
8 hours ago1June 08, 20223,428otherClojure
The simplest, fastest way to get business intelligence and analytics to everyone in your company :yum:
Prisma34,9154428 hours ago4,993September 24, 20223,042apache-2.0TypeScript
Next-generation ORM for Node.js & TypeScript | PostgreSQL, MySQL, MariaDB, SQL Server, SQLite, MongoDB and CockroachDB
Typeorm32,5091,9943,553a day ago750October 05, 20232,277mitTypeScript
ORM for TypeScript and JavaScript. Supports MySQL, PostgreSQL, MariaDB, SQLite, MS SQL Server, Oracle, SAP Hana, WebSQL databases. Works in NodeJS, Browser, Ionic, Cordova and Electron platforms.
Graphql Engine30,494318 hours ago17June 22, 20222,175apache-2.0TypeScript
Blazing fast, instant realtime GraphQL APIs on your DB with fine grained access control, also trigger webhooks on database events.
Sequelize28,629
16 hours ago900mitJavaScript
Feature-rich ORM for modern Node.js and TypeScript, it supports PostgreSQL (with JSON and JSONB support), MySQL, MariaDB, SQLite, MS SQL Server, Snowflake, Oracle DB (v6), DB2 and DB2 for IBM i.
Alternatives To Keyv
Select To Compare


Alternative Project Comparisons
Readme

keyv

Simple key-value storage with support for multiple backends

build codecov npm npm

How to Use the Keyv Mono Repo

Keyv and its storage adapters are in this mono repo and there are details below on how to use this repository. In addtion we have a couple of other documents for review:

Getting Started

Keyv is a simple key-value storage system that supports multiple backends. It's designed to be a simple and consistent way to work with key-value stores.

To learn how to use Keyv, check out the keyv README. To learn how to use a specific storage adapter, check out the README for that adapter under Storage Adapters.

Open a Pull Request

You can contribute changes to this repo by opening a pull request:

  1. After forking this repository to your Git account, make the proposed changes on your forked branch.
  2. Run tests and linting locally.
    • Install and run Docker if you aren't already.
    • Run yarn test:services:start, allow for the services to come up.
    • Run yarn test.
  3. Commit your changes and push them to your forked repository.
  4. Navigate to the main keyv repository and select the Pull Requests tab.
  5. Click the New pull request button, then select the option "Compare across forks"
  6. Leave the base branch set to main. Set the compare branch to your forked branch, and open the pull request.
  7. Once your pull request is created, ensure that all checks have passed and that your branch has no conflicts with the base branch. If there are any issues, resolve these changes in your local repository, and then commit and push them to git.
  8. Similarly, respond to any reviewer comments or requests for changes by making edits to your local repository and pushing them to Git.
  9. Once the pull request has been reviewed, those with write access to the branch will be able to merge your changes into the keyv repository.

If you need more information on the steps to create a pull request, you can find a detailed walkthrough in the Github documentation

Post an Issue

To post an issue, navigate to the "Issues" tab in the main repository, and then select "New Issue." Enter a clear title describing the issue, as well as a description containing additional relevant information. Also select the label that best describes your issue type. For a bug report, for example, create an issue with the label "bug." In the description field, Be sure to include replication steps, as well as any relevant error messages.

If you're reporting a security violation, be sure to check out the project's security policy.

Please also refer to our Code of Conduct for more information on how to report issues.

Ask a Question

To ask a question, create an issue with the label "question." In the issue description, include the related code and any context that can help us answer your question.

Request the Addition of a Storage Adapter

To request a new storage adapter, create an issue with the label "storage adapter." In the issue description, include any relevant information about the storage adapter that you would like to be added.

Once this request has been submitted in "issues" we will give it 30-60 days for any upvotes to take place. If there is little interest in the request, it will be closed.

If there is already an adapter that you would like to add, please post an issue with the label "storage adapter" and include the name of the adapter you would like to add with the description and any relevant information.

Packages in this Repository

  • keyv: Simple key-value storage with support for multiple backends
  • test-suite: Test suite for Keyv API compliance

Storage Adapters

  • etcd: Etcd storage adapter
  • memcache: Memcache storage adapter
  • mongo: MongoDB storage adapter
  • mysql: MySQL/MariaDB storage adapter
  • offline: Offline storage adapter
  • postgres: PostgreSQL storage adapter
  • redis: Redis storage adapter
  • sqlite: SQLite storage adapter
  • tiered: Tiered storage adapter to manage local and remote storage as one

Compression Adapters

  • brotli: Brotli compression adapter
  • Gzip: Gzip compression adapter

Third-party Storage Adapters

Here are the storage adapters that are not in this repository but compatible with Keyv.

License

MIT Jared Wray

Popular Mysql Projects
Popular Postgresql Projects
Popular Data Storage Categories
Related Searches

Get A Weekly Email With Trending Projects For These Categories
No Spam. Unsubscribe easily at any time.
Typescript
Mysql
Postgres
Redis
Sqlite
Mongo
Memcache
Etcd
Key Value