#
keyvalue
Here are 52 public repositories matching this topic...
-
Updated
Mar 17, 2022 - Python
-
Updated
Nov 8, 2019 - JavaScript
Multi-Server - MQTT broker, KissB enabled, and more !
python
mqtt
grid
key-value
bus
message-bus
mqtt-broker
grid-system
mqtt-server
keyvalue
message-broker
kissb
kissb-protocol
-
Updated
Oct 25, 2020 - Pascal
Fast and Secure local storage persistent data for Node JS
nodejs
caching
module
local
npm-package
localstorage
session
local-storage
data-store
persistent-storage
node-module
cache-storage
persistent-data
persist
keyvalue
keyvaluestore
persistance
session-storage
disk-storage
-
Updated
Jun 20, 2022 - TypeScript
Typesafe, Generic & Extremely fast Dictionary in C 🚀
-
Updated
Sep 15, 2021 - C
key-value in-memory database server
-
Updated
Jun 17, 2022 - Go
[In Development] An Experimental distributed Key Value Store written in pure Go
-
Updated
Dec 26, 2020 - Go
A Nodejs key value storage database for mongodb, sqlite and Postgres!
nodejs
npm
database
mongodb
sqlite
sqlite-database
postgresql
databases
postgresql-database
quick
keyvalue
keyv
hive-db
-
Updated
May 17, 2021 - JavaScript
Open
Wildcard key search
Blazingly fast! flexible, persistent (On Disk) Database system written in rust!
-
Updated
Mar 4, 2022 - Rust
A Visual Studio Code extension that adds syntax highlighting for Valve Key Values. Also supports Valve Project Creator files, currently working on adding Language Support features.
-
Updated
Jun 5, 2018 - TypeScript
Key value store library that uses your current database (for you that don't want to spend even more money)
-
Updated
Apr 27, 2021 - JavaScript
A small library that aims to help with converting Valve's KeyValue (VDF) format to JSON and vice versa
nodejs
javascript
cli
npm
json
browser
parse
csgo
valve
source-engine
dota2
stringify
vdf
keyvalue
source-sdk
-
Updated
Sep 22, 2017 - JavaScript
Extremely simple Key/Value store for Go (golang) with MySQL backend.
-
Updated
Nov 5, 2015 - Go
Java project to extract metadata as key value pairs from a product dataset
-
Updated
Apr 7, 2022 - Java
Easy, simple key-value store. Wraps standard .Net filesystem storage with an API similar to NoSQL document databases. Single C# file, no extra dependencies.
csharp
nosql
dotnet
databases
db
dotnet-core
nosql-database
keyvalue
keyvaluestore
dotnet-framework
csharp-library
-
Updated
Nov 28, 2021 - C#
Drupal wrapper for DynamoDB
-
Updated
Dec 28, 2020 - PHP
Simple key/value file parser/writer
-
Updated
Jun 8, 2022 - TypeScript
Robinhood hashmap c#
hashing
performance
dictionary
hashmap
fibonacci
hashtable
keyvalue
multimap
robinhoodhashing
fastesthashmap
-
Updated
May 20, 2022 - C#
Improve this page
Add a description, image, and links to the keyvalue topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the keyvalue topic, visit your repo's landing page and select "manage topics."
Add support for wildcard key searches. regexp is probably the best way forward here, perhaps masked away with a simplified syntax such as
<key>*or*<key>.I would argue that wildcard searches should be simple; more advanced regex searches should be written by user. The limit to this feature should be wildcard
*, the same as targetname wildcards in source engine entities, which follows t