Bookmarks
Tag cloud
Picture wall
Daily
RSS Feed
  • RSS Feed
  • Daily Feed
  • Weekly Feed
  • Monthly Feed
Filters

Links per page

  • 20 links
  • 50 links
  • 100 links

Filters

Untagged links
8 results tagged keyvalue  ✕   ✕
ssjohl/microkvp https://github.com/ssjohl/microkvp
Sun 02 Apr 2023 05:48:16 PM PDT archive.org

A lightweight key/value store implementation in PHP, which you can attach to any persistent storage. Works with MySql or MariaDB, so you can run on shared hosting or as a containerised app. The application management is available entirely via simple REST APIs. There's no user interface.

composer install

public/ is the application's root directory.

Docs in openapi.yaml.

Apache is recommended due to its use of URL rewriting.

php rest api keyvalue database exocortex
ostafen/viperdb https://github.com/ostafen/viperdb
Tue 15 Mar 2022 01:26:59 PM PDT archive.org

ViperDB is a lightweight embedded key-value store written in pure Python. It has been designed for being extremely simple while efficient. The main db file consists of just ~300 lines of code. Thanks to the small codebase, every single line of code is tested. Takes design concepts by log-structured databases such as Bitcask. Written in pure Python - no external dependency needed.

python modules database lightweight keyvalue
GNU Recutils https://www.gnu.org/software/recutils/
Thu 04 Mar 2021 10:58:48 AM PST archive.org

A set of tools and libraries to access human-editable, plain text databases called recfiles. The data is stored as a sequence of records, each record containing an arbitrary number of named fields. They're basically flat files. Field names and types are specified with %, data is in field name: value format. It's sort of like key/value, but more structured. Fields can be mandatory or forbidden. Primary keys, unique fields, automatically incrementing counters and timestamps. Template support for running reports. SQL-like joins and foreign keys. Individual fields can be encrypted. Conversion to and from several formats.

cli databases flatfile data tools sysadmin keyvalue queries
grantjenks/python-diskcache https://github.com/grantjenks/python-diskcache/
Wed 12 Feb 2020 03:53:52 PM PST archive.org

Python disk-backed cache (Django-compatible). Faster than Redis and Memcached. Pure Python. Thread and multiprocess safe. SQLite database and directory on the file system.

python modules cache speed keyvalue
GitHub - alexellis/minio-kv https://github.com/alexellis/minio-kv
Sat 11 Jan 2020 09:53:07 PM PST archive.org

Sits in front of S3 or Minio, lets you use it as a key/value datastore. Sort of like Redis, but with HTTP.

exocortex keyvalue api datastore golang s3
alash3al/redix: a persistent real-time key-value store, with the same redis protocol with powerful features https://github.com/alash3al/redix
Tue 25 Dec 2018 12:42:04 AM PST archive.org

A fast NoSQL DB, that uses the same RESP protocol and capable to store terabytes of data, also it integrates with your mobile/web apps to add real-time features, soon you can use it as a document store cause it should become a multi-model db. Uses Redis' network protocol so it's a drop-in replacement. Has some helper functions built in. Aims to be easy to use, with minimal configuration.

golang database cache keyvalue document list hashtables pubsub
Redis http://redis.io/
Tue 20 Mar 2018 12:46:13 AM PDT archive.org

Redis is another key-value datastore (a distributed hash table, if you like) that can be used for either caching of often used objects or a database to build applications on top of. Can handle just about any serializable data structure, from strings to sets. Clusterable - uses master/slave replication. Written in C but has bindings for any programming language you're likely to know.

keyvalue foss nosql database cache cluster
dariusk/corpora: A collection of small corpuses of interesting data for the creation of bots and similar stuff. https://github.com/dariusk/corpora
Mon 19 Mar 2018 10:43:57 PM PDT archive.org

A public domain collection of corpora for training AI ML bots. Consists of many YAML files containing key/value data on many different subjects. Each category contains multiple documents about different related subjects. You won't be able to drop these into your code randomly, you'll need to write a fairly simple parser tuned to the document's schema. There are several libraries in different programming languages for efficiently using one or more of these files in your own project.

nlp publicdomain nlu ai ml corpora languages yaml keyvalue pd bots foss data corpus schema text
5054 links, including 361 private
Shaarli - The personal, minimalist, super-fast, database free, bookmarking service by the Shaarli community - Theme by kalvn