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
6 results tagged nosql  ✕   ✕
davidlatwe/montydb https://github.com/davidlatwe/montydb
Fri 28 Oct 2022 03:50:36 PM PDT archive.org

A pure Python-implemented database that looks and works like MongoDB. Supports in-memory, flat file, SQLite, and lmdb storage. Seems very flexible.

python modules database embedded nosql
zinclabs/zinc https://github.com/zinclabs/zinc
Tue 14 Jun 2022 02:21:29 PM PDT archive.org

Zinc is a search engine that does full text indexing. It is a lightweight alternative to Elasticsearch and runs using a fraction of the resources. It uses bluge as the underlying indexing library.

It is very simple and easy to operate as opposed to Elasticsearch which requires a couple dozen knobs to understand and tune which you can get up and running in 2 minutes

It is a drop-in replacement for Elasticsearch if you are just ingesting data using APIs and searching using kibana (Kibana is not supported with zinc. Zinc provides its own UI).

While Elasticsearch is a very good product, it is complex and requires lots of resources and is more than a decade old. I built Zinc so it becomes easier for folks to use full text search indexing without doing a lot of work.

golang search database webapps nosql rest api
saurabh0719/elara https://github.com/saurabh0719/elara
Mon 17 May 2021 03:11:01 PM PDT archive.org

Elara DB is an easy to use, lightweight NoSQL database written for python that can also be used as a fast in-memory cache for JSON-serializable data. Includes various methods and features to manipulate data structures in-memory, protect database files and export data. Can serialize and dump to disk for storage and restoration. Integrity checking built in.

Not a server, it's an embedded database.

python modules nosql embedded database
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
google/cayley ยท GitHub https://github.com/google/cayley
Tue 20 Mar 2018 12:26:57 AM PDT archive.org

Cayley is an open source graph database application, suitable for network mapping or storing graph-like data. Sits on top of NoSQL database servers. Written in Go. Has its own REST API server, query editor, and query visualizer. Supports multiple query languages. Can use multiple back-end databases to actually store the data.

nosql graph rest api golang webapps
msiemens/tinydb: TinyDB is a lightweight document oriented database optimized for your happiness :) https://github.com/msiemens/tinydb
Mon 19 Mar 2018 10:39:16 PM PDT archive.org

github repo for a nosql database written entirely in and for python as a module. Zero external dependencies, no server. Document oriented database, fully test coverage, less than 1.5kloc. Anything that can be represented as a document can be accessed as a dict. Written in pure Python.

nosql database python modules exocortex documents json
5054 links, including 361 private
Shaarli - The personal, minimalist, super-fast, database free, bookmarking service by the Shaarli community - Theme by kalvn