Here are
236 public repositories
matching this topic...
Give your data the treatment it deserves with a framework-agnostic, datastore-agnostic JavaScript ORM built for ease of use and peace of mind. Works in Node.js and in the Browser. Main Site:
http://js-data.io , API Reference Docs:
http://api.js-data.io/js-data
Updated
Mar 26, 2020
JavaScript
A cluster consistency platform
Updated
Aug 21, 2020
Java
pickleDB is an open source key-value store using Python's json module.
Updated
Feb 26, 2020
Python
An Embedded Implementation of Redis
Daily Stock Forecasts using Machine Learning & Python
Fast data store for Pandas time-series data
Updated
Aug 17, 2020
Python
Clean Architecture Example in Go
(AE|Cloud) Datastore Wrapper
YANG-based configuration and operational state data store for Unix/Linux applications
Simple JSON flat file data store with support for typed and dynamic data.
A Go (golang) Google App Engine datastore package with strongly consistent caching.
Node.js client for Google Cloud Datastore: a highly-scalable NoSQL database for your web and mobile applications.
Updated
Aug 19, 2020
TypeScript
🐹 Bloat free and flexible interface for data store and database access.
Updated
Nov 3, 2016
JavaScript
ViyaDB in-memory columnar analytical data store
equivalent to kafka-connect 🔧 for nodejs ✨ 🐢 🚀 ✨
Updated
Aug 17, 2020
JavaScript
A lightweight, self-contained, RESTful, searchable, multi-format NoSQL document store.
Batching and Caching layer using Redis as the Caching layer
Updated
Aug 16, 2020
JavaScript
Shapeless utilities for common data types
Updated
Aug 16, 2020
Scala
Updated
Feb 26, 2019
JavaScript
Go Share your TimeSeries/NameSpace/KeyVal DataStore (using leveldb) over HTTP &/or ZeroMQ
An ndb-like object mapper for Google Cloud Datastore.
Updated
Feb 3, 2019
Python
A simple (but quick) tool for backing up Elasticsearch documents
A collection of Magnolia add-on modules
Updated
Aug 18, 2020
Scala
Store your data in Gun DB by sending simple HTTP requests - based on jsonstore.io 💾 🚀
Updated
Jul 30, 2020
JavaScript
Base class for orbit-db data stores
Updated
Aug 21, 2020
JavaScript
A tiny embedded, lock free, redis-like, pub+sub, brokerless, key value datastore. ømq+sled
Updated
Jan 22, 2020
Rust
Export Google Datastore to BigQuery
Updated
May 22, 2019
Shell
Harō is a modern immutable DataStore
Updated
Jun 6, 2020
JavaScript
Improve this page
Add a description, image, and links to the
datastore
topic page so that developers can more easily learn about it.
Curate this topic
Add this topic to your repo
To associate your repository with the
datastore
topic, visit your repo's landing page and select "manage topics."
Learn more
You can’t perform that action at this time.
You signed in with another tab or window. Reload to refresh your session.
You signed out in another tab or window. Reload to refresh your session.
Now that we support more than 1 data type, we should include the values data type in cache nodes. This give us a way of easily identifying what type of data a key points to e.g. string, queue (and more types in the future)
Currently a cache node object consists of a
Key, aValueand aTTL. We should also add a field specifying the type of theValue