Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Netdata | 66,080 | 7 hours ago | 363 | gpl-3.0 | C | |||||
Monitor your servers, containers, and applications, in high-resolution and in real-time! | ||||||||||
Grafana | 58,126 | 25 | 34 | 7 hours ago | 4,317 | November 28, 2023 | 4,158 | agpl-3.0 | TypeScript | |
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. | ||||||||||
Gogs | 43,313 | 4 | 3 days ago | 74 | February 25, 2023 | 896 | mit | Go | ||
Gogs is a painless self-hosted Git service | ||||||||||
Nocodb | 38,758 | 6 | 12 hours ago | 96 | November 20, 2023 | 448 | agpl-3.0 | TypeScript | ||
🔥 🔥 🔥 Open Source Airtable Alternative | ||||||||||
Dbeaver | 35,090 | 8 hours ago | 1,854 | apache-2.0 | Java | |||||
Free universal database tool and SQL client | ||||||||||
Metabase | 34,985 | 8 hours ago | 1 | June 08, 2022 | 3,428 | other | Clojure | |||
The simplest, fastest way to get business intelligence and analytics to everyone in your company :yum: | ||||||||||
Prisma | 34,915 | 442 | 8 hours ago | 4,993 | September 24, 2022 | 3,042 | apache-2.0 | TypeScript | ||
Next-generation ORM for Node.js & TypeScript | PostgreSQL, MySQL, MariaDB, SQL Server, SQLite, MongoDB and CockroachDB | ||||||||||
Typeorm | 32,509 | 1,994 | 3,553 | a day ago | 750 | October 05, 2023 | 2,277 | mit | TypeScript | |
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 Engine | 30,494 | 3 | 18 hours ago | 17 | June 22, 2022 | 2,175 | apache-2.0 | TypeScript | ||
Blazing fast, instant realtime GraphQL APIs on your DB with fine grained access control, also trigger webhooks on database events. | ||||||||||
Sequelize | 28,629 | 16 hours ago | 900 | mit | JavaScript | |||||
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. |
Simple key-value storage with support for multiple backends
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:
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.
You can contribute changes to this repo by opening a pull request:
yarn test:services:start
, allow for the services to come up.yarn test
.keyv
repository and select the Pull Requests tab.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
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.
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.
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.
Here are the storage adapters that are not in this repository but compatible with Keyv.
MIT Jared Wray