All Projects → erictleung → Awesome Nosql Guides

erictleung / Awesome Nosql Guides

Licence: cc0-1.0
💻 Curated list of awesome resources and links about using NoSQL databases

Projects that are alternatives of or similar to Awesome Nosql Guides

datajoint-python
Relational data pipelines for the science lab
Stars: ✭ 140 (+20.69%)
Mutual labels:  databases, relational-databases
Nosqlmap
Automated NoSQL database enumeration and web application exploitation tool.
Stars: ✭ 1,928 (+1562.07%)
Mutual labels:  nosql, databases
skytable
Skytable is an extremely fast, secure and reliable real-time NoSQL database with automated snapshots and TLS
Stars: ✭ 696 (+500%)
Mutual labels:  nosql, databases
Rom
Data mapping and persistence toolkit for Ruby
Stars: ✭ 1,959 (+1588.79%)
Mutual labels:  nosql, databases
chainDB
A noSQL database based on blockchain technology
Stars: ✭ 13 (-88.79%)
Mutual labels:  nosql, databases
framework
Solu Framework is a full featured, ORM-backed, isomorphic framework using RPython, Pouch/CouchDB and React.
Stars: ✭ 20 (-82.76%)
Mutual labels:  nosql, relational-databases
Djongo
Django and MongoDB database connector
Stars: ✭ 1,222 (+953.45%)
Mutual labels:  nosql, relational-databases
Libfpta
Ultra fast, compact, Embedded Database for tabular and semistructured data.
Stars: ✭ 100 (-13.79%)
Mutual labels:  nosql
Unqlite
An Embedded NoSQL, Transactional Database Engine
Stars: ✭ 1,583 (+1264.66%)
Mutual labels:  nosql
Server
ToroDB Server is an open source NoSQL database that runs on top of a RDBMS. Compatible with MongoDB protocol and APIs, but with support for native SQL, atomic operations and reliable and durable backends like PostgreSQL
Stars: ✭ 97 (-16.38%)
Mutual labels:  nosql
Jcabi Jdbc
Fluent Wrapper of JDBC
Stars: ✭ 90 (-22.41%)
Mutual labels:  databases
Bojack
🐴 The unreliable key-value store
Stars: ✭ 101 (-12.93%)
Mutual labels:  nosql
Flatpress
FlatPress is a lightweight, easy-to-set-up flat-file blogging engine.
Stars: ✭ 107 (-7.76%)
Mutual labels:  nosql
Incubator Pegasus
['pɛgəsəs] A distributed key-value storage system developed and maintained by Xiaomi Cloud Storage Team.
Stars: ✭ 1,346 (+1060.34%)
Mutual labels:  nosql
Qlens
QLens is an electron app which dynamically generates GraphQL Schemas and Mongo Schema visualization. QLens significantly cuts development time by automating the formation of their GraphQL schemas based on information fetched from their non-relational database.
Stars: ✭ 110 (-5.17%)
Mutual labels:  nosql
Big Data
🔧 Use dplyr to analyze Big Data 🐘
Stars: ✭ 93 (-19.83%)
Mutual labels:  databases
Mongoeye
Schema and data analyzer for MongoDB written in Go.
Stars: ✭ 113 (-2.59%)
Mutual labels:  nosql
Gkvdb
[mirror] Go语言开发的基于DRH(Deep-Re-Hash)深度哈希分区算法的高性能高可用Key-Value嵌入式事务数据库。基于纯Go语言实现,具有优异的跨平台性,良好的高可用及文件IO复用设计,高效的底层数据库文件操作性能,支持原子操作、批量操作、事务操作、多表操作、多表事务、随机遍历等特性。
Stars: ✭ 109 (-6.03%)
Mutual labels:  nosql
Griddb
GridDB is a next-generation open source database that makes time series IoT and big data fast,and easy.
Stars: ✭ 1,587 (+1268.1%)
Mutual labels:  nosql
Legacy Search
Demo project showing how to add elasticsearch to a legacy application.
Stars: ✭ 103 (-11.21%)
Mutual labels:  nosql

Awesome NoSQL Guides Awesome

Curated list of resources and links about using NoSQL databases and things to look for when deciding to use one.

A basic definition of NoSQL databases can be found on Wikipedia as:

"A NoSQL (originally referring to 'non SQL' or 'non relational') database provides a mechanism for storage and retrieval of data which is modeled in means other than the tabular relations used in relational databases."

For actual NoSQL databases, you can go here, here, here, here, or here. Also, not to be confused with the relational database management system, NoSQL.

Contents

Overview of NoSQL

Data Structures and Modeling

Trade-Offs in CAP/Brewer's Theorem

Crowd-Sourced Information

Graph Databases

Criticisms and Debates

Miscellaneous

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].