Bookmarks tagged [database]
https://dzone.com/articles/2019-open-source-database-report-top-databases-pub
Take a look at the state of databases, including a special glance at how open source databases are performing against commercial counterparts.
- tags: database
https://stackoverflow.com/questions/1108/how-does-database-indexing-work
Why is it needed?
When data is stored on disk-based storage devices, it is stored as blocks of data. These blocks are accessed in their entirety, making them the atomic disk access operation. Disk bl...
- 📆 published on: 2008-08-04
- tags: sql, database, performance, indexing, database-indexes
https://stackoverflow.com/questions/8922056/what-is-the-best-way-to-upload-and-store-pictures-on-the...
All big websites don't save pictures to the database they store them in the disk. They save a reference to the picture's position in a table. And then link from there.
Why? Performance.
Pulling heav...
- 📆 published on: 2012-01-19
- tags: php, file-upload, persistence, webdesign, architecture, database, file-systems
https://github.com/paulftw/hiberlite
C++ Object-relational mapping for sqlite3. [BSD]
- tags: cpp, database
- source code
https://github.com/redis/hiredis
A minimalistic C client library for the Redis database. [BSD]
- tags: cpp, database
- source code
https://github.com/google/leveldb
A fast key-value storage library written at Google that provides an ordered mapping from string keys to string values. [BSD]
- tags: cpp, database
- source code
Very fast embedded key/value store with full ACID semantics. [OpenLDAP]
https://github.com/bendiken/lmdbxx
C++11 wrapper for the LMDB embedded database library. [PublicDomain]
- tags: cpp, database
- source code
https://github.com/mongodb/mongo-c-driver
MongoDB client library for C. [Apache2]
- tags: cpp, database
- source code
https://github.com/mongodb/mongo-cxx-driver
C++ driver for MongoDB. [Apache2]
- tags: cpp, database
- source code
https://github.com/mongodb/libbson
A BSON utility library. [Apache2]
- tags: cpp, database
- source code
http://www.tangentsoft.net/mysql++/
A C++ wrapper for MySQL's C API. [LGPL]
https://github.com/nanodbc/nanodbc
A small C++ wrapper for the native C ODBC API. [MIT]
- tags: cpp, database
- source code
https://www.codesynthesis.com/products/odb/
An open-source, cross-platform, and cross-database object-relational mapping (ORM) system for C++. [GPLv2]
https://github.com/luca3m/redis3m
Wrapper of hiredis with clean C++ interface, supporting sentinel and ready to use patterns. [Apache2]
- tags: cpp, database
- source code
https://github.com/facebook/rocksdb
Embedded key-value store for fast storage from facebook. [BSD]
- tags: cpp, database
- source code
https://github.com/LiveAsynchronousVisualizedArchitecture/simdb
High performance, shared memory, lock free, cross platform, single file, minimal dependencies, C++11 key-value store [Apache2]
- tags: cpp, database
- source code
A database abstraction layer for C++. [BSL-1.0]
- tags: cpp, database
- source code
A completely embedded, full-featured relational database in a few 100k that you can include right into your project. [PublicDomain]
https://github.com/SRombauts/SQLiteCpp
SQLiteC++ (SQLiteCpp) is a smart and easy to use C++ SQLite3 wrapper. [MIT]
- tags: cpp, database
- source code
https://github.com/SqliteModernCpp/sqlite_modern_cpp
Header only C++14 wrapper around sqlite library. [MIT]
- tags: cpp, database
- source code
https://github.com/fnc12/sqlite_orm
SQLite ORM light header only library for modern C++. [BSD-3-Clause]
- tags: cpp, database
- source code
https://github.com/rbock/sqlpp11
A type safe embedded domain specific language for SQL queries and results in C++. [BSD-2-Clause]
- tags: cpp, database
- source code
An embedded "typed" key/value store with a built-in query interface. [GPLv3]
Instant Realtime GraphQL on Postgres
- tags: reactjs, database, integration
Prisma - a performant open-source GraphQL ORM-like * layer doing the heavy lifting in your GraphQL server.
Prisma replaces traditional ORMs and can be used to build GraphQL servers, REST APIs, microservices & more.
- tags: reactjs, database, integration
https://github.com/RisingStack/graffiti
- tags: reactjs, database, integration
- source code
https://github.com/vaffel/sql-to-graphql
Generate a GraphQL API based on your SQL database structure - rexxars/sql-to-graphql
- tags: reactjs, database, integration
- source code
https://github.com/PumpkinDB/PumpkinDB
an event sourcing database engine
- tags: rust, database
- source code
https://github.com/seppo0010/rsedis
A Redis reimplementation in Rust
- tags: rust, database
- source code
https://github.com/paritytech/paritydb
Fast and reliable database, optimised for read operation
- tags: rust, database
- source code
A distributed KV database in Rust
- tags: rust, database
- source code
https://github.com/sfackler/r2d2
- tags: rust, database
- source code
https://github.com/innoave/rincon
An ArangoDB (NoSQL and Graph store) driver for Rust
- tags: rust, database, nosql
- source code
https://github.com/Metaswitch/cassandra-rs
bindings to the DataStax C/C++ client
- tags: rust, database, nosql
- source code
https://github.com/YellowInnovation/sofa
an interface to CouchDB HTTP REST API for stable rust
- tags: rust, database, nosql-couchdb
- source code
https://github.com/vhbit/sherwood
ForestDB bindings
- tags: rust, database, nosql, forestdb
- source code
https://github.com/panoptix-za/influxdb-rs
- tags: rust, database, nosql, forestdb
- source code
https://github.com/driftluo/InfluxDBClient-rs
- tags: rust, database, nosql, forestdb
- source code
https://github.com/skade/leveldb
LevelDB bindings
- tags: rust, database, nosql, leveldb
- source code
https://github.com/mitsuhiko/redis-rs
Redis library in Rust
- tags: rust, database, nosql, redis
- source code
https://github.com/rust-rocksdb/rust-rocksdb
- tags: rust, database, nosql, rocksdb
- source code
https://github.com/zitsen/unqlite.rs
- tags: rust, database, nosql, unqlite
- source code
https://github.com/seladb/pickledb-rs
a lightweight and simple key-value store, heavily inspired by Python's PickleDB.
- tags: rust, database, nosql, pickledb
- source code
https://github.com/steffengy/tiberius
- tags: rust, database, sql, sql-server
- source code
https://github.com/AgilData/mysql-proxy-rs
- tags: rust, database, sql, mysql
- source code
https://github.com/jgallagher/rusqlite
Sqlite3 bindings
- tags: rust, database, sql, sqlite
- source code
https://github.com/diesel-rs/diesel
an ORM and Query builder for Rust
- tags: rust, database, sql, orm
- source code
https://github.com/ivanceras/rustorm
- tags: rust, database, sql, orm
- source code
https://apacheignite.readme.io/docs/kubernetes-deployment
Memory-centric distributed database, caching, processing platform
- tags: kubernetes, database
http://blog.kubernetes.io/2016/07/thousand-instances-of-cassandra-using-kubernetes-pet-set.html
Editor’s note: this post is part of a series of in-depth articles on what’s new in Kubernetes 1.3 Running The Greek Pet Monster Races For the Kubernetes 1.3 launch, we wanted to put the new Pet Set th...
- tags: kubernetes, database
http://www.cockroachlabs.com/blog/running-cockroachdb-on-kubernetes/
Running CockroachDB on Kubernetes pairs its built-in replication and survivability with Kubernetes’ process management, creating a highly available system.
- tags: kubernetes, database
http://ppires.wordpress.com/2014/12/24/clustering-hazelcast-on-kubernetes/
I've had experience with clustering Hazelcast in Google Cloud Engine before, but right now, in the advent of containers, Kubernetes is becoming a standard for app/container orchestration and therefore...
- tags: kubernetes, database
Enterprise grade, Amazon S3 compatible, object storage software designed for high performance workloads like AI, machine learning + cloud native apps.
- tags: kubernetes, database
http://www.mongodb.com/blog/post/running-mongodb-as-a-microservice-with-docker-and-kubernetes
Running MongoDB as a Microservice with Docker and Kubernetes
- tags: kubernetes, database
https://github.com/sorenmat/k8s-rds
Provision RDS databases via CRD from Kubernetes
- tags: kubernetes, database
- source code
Horizontal scaling of MySql by Youtube
- tags: kubernetes, database
https://github.com/dgraph-io/badger
Fast key-value store in Go.
- tags: go, database
- source code
https://github.com/iwanbk/bcache
Eventually consistent distributed in-memory cache Go library.
- tags: go, database
- source code
https://github.com/allegro/bigcache
Efficient key/value cache for gigabytes of data.
- tags: go, database
- source code
https://github.com/boltdb/bolt
Low-level key/value database for Go.
- tags: go, database
- source code
https://github.com/tidwall/buntdb
Fast, embeddable, in-memory key/value database for Go with custom indexing and spatial support.
- tags: go, database
- source code
https://github.com/akyoto/cache
In-memory key:value store with expiration time, 0 dependencies, <100 LoC, 100% coverage.
- tags: go, database
- source code
https://github.com/muesli/cache2go
In-memory key:value cache which supports automatic invalidation based on timeouts.
- tags: go, database
- source code
https://github.com/oaStuff/clusteredBigCache
BigCache with clustering support and individual item expiration.
- tags: go, database
- source code
https://github.com/cockroachdb/cockroach
Scalable, Geo-Replicated, Transactional Datastore.
- tags: go, database
- source code
https://github.com/codingsince1985/couchcache
RESTful caching micro-service backed by Couchbase server.
- tags: go, database
- source code
https://github.com/CovenantSQL/CovenantSQL
CovenantSQL is a SQL database on blockchain.
- tags: go, database
- source code
https://github.com/dgraph-io/dgraph
Scalable, Distributed, Low Latency, High Throughput Graph Database.
- tags: go, database
- source code
https://github.com/peterbourgon/diskv
Home-grown disk-backed key-value store.
- tags: go, database
- source code
https://github.com/krotik/eliasdb
Dependency-free, transactional graph database with REST API, phrase search and SQL-like query language.
- tags: go, database
- source code
https://github.com/VictoriaMetrics/fastcache
fast thread-safe inmemory cache for big number of entries. Minimizes GC overhead.
- tags: go, database
- source code
https://github.com/bluele/gcache
Cache library with support for expirable Cache, LFU, LRU and ARC.
- tags: go, database
- source code
https://github.com/pmylund/go-cache
In-memory key:value store/cache (similar to Memcached) library for Go, suitable for single-machine applications.
- tags: go, database
- source code
https://github.com/syndtr/goleveldb
Implementation of the LevelDB key/value database in Go.
- tags: go, database
- source code
https://github.com/kapitan-k/gorocksdb
Gorocksdb is a wrapper for RocksDB written in Go.
- tags: go, database
- source code
https://github.com/golang/groupcache
Groupcache is a caching and cache-filling library, intended as a replacement for memcached in many cases.
- tags: go, database
- source code
https://github.com/influxdb/influxdb
Scalable datastore for metrics, events, and real-time analytics.
- tags: go, database
- source code
https://github.com/siddontang/ledisdb
Ledisdb is a high performance NoSQL like Redis based on LevelDB.
- tags: go, database
- source code
https://github.com/jmhodges/levigo
Levigo is a Go wrapper for LevelDB.
- tags: go, database
- source code
https://github.com/couchbase/moss
Moss is a simple LSM key-value storage engine written in 100% Go.
- tags: go, database
- source code
https://github.com/xujiajun/nutsdb
Nutsdb is a simple, fast, embeddable, persistent key/value store written in pure Go. It supports fully serializable transactions and many data structures such as list, set, sorted set.
- tags: go, database
- source code
https://github.com/fern4lvarez/piladb
Lightweight RESTful database engine based on stack data structures.
- tags: go, database
- source code
https://github.com/prometheus/prometheus
Monitoring system and time series database.
- tags: go, database
- source code
https://github.com/recoilme/pudge
Fast and simple key/value store written using Go's standard library.
- tags: go, database
- source code
https://github.com/rqlite/rqlite
The lightweight, distributed, relational database built on SQLite.
- tags: go, database
- source code
https://github.com/nanobox-io/golang-scribble
Tiny flat file JSON store.
- tags: go, database
- source code
https://github.com/recoilme/slowpoke
Key-value store with persistence.
- tags: go, database
- source code
https://github.com/rafaeljesus/tempdb
Key-value store for temporary items.
- tags: go, database
- source code
https://github.com/pingcap/tidb
TiDB is a distributed SQL database. Inspired by the design of Google F1.
- tags: go, database
- source code
https://github.com/HouzuoGuo/tiedot
Your NoSQL database powered by Golang.
- tags: go, database
- source code
https://github.com/chrislusf/vasto
A distributed high-performance key-value store. On Disk. Eventual consistent. HA. Able to grow or shrink without service interruption.
- tags: go, database
- source code
https://github.com/VictoriaMetrics/VictoriaMetrics
fast, resource-effective and scalable open source time series database. May be used as long-term remote storage for Prometheus. Supports PromQL.
- tags: go, database
- source code
https://github.com/khezen/avro
Discover SQL schemas and convert them to AVRO schemas. Query SQL records into AVRO bytes.
- tags: go, database
- source code
https://github.com/GuiaBolso/darwin
Database schema evolution library for Go.
- tags: go, database
- source code
https://github.com/RichardKnop/go-fixtures
Django style fixtures for Golang's excellent built-in database/sql library.
- tags: go, database
- source code
https://github.com/robinjoseph08/go-pg-migrations
A Go package to help write migrations with go-pg/pg.
- tags: go, database
- source code
https://github.com/emvi/gondolier
Database migration library using struct decorators.
- tags: go, database
- source code
https://github.com/steinbacher/goose
Database migration tool. You can manage your database's evolution by creating incremental SQL or Go scripts.
- tags: go, database
- source code
https://github.com/go-gormigrate/gormigrate
Database schema migration helper for Gorm ORM.
- tags: go, database
- source code
https://github.com/golang-migrate/migrate
Database migrations. CLI and Golang library.
- tags: go, database
- source code
https://github.com/lopezator/migrator
Dead simple Go database migration library.
- tags: go, database
- source code
https://github.com/pravasan/pravasan
Simple Migration tool - currently for MySQL but planning to soon support Postgres, SQLite, MongoDB, etc.
- tags: go, database
- source code
https://github.com/gobuffalo/pop/tree/master/soda
Database migration, creation, ORM, etc... for MySQL, PostgreSQL, and SQLite.
- tags: go, database
- source code
https://github.com/rubenv/sql-migrate
Database migration tool. Allows embedding migrations into the application using go-bindata.
- tags: go, database
- source code
https://github.com/Vertamedia/chproxy
HTTP proxy for ClickHouse database.
- tags: go, database
- source code
https://github.com/nikepan/clickhouse-bulk
Collects small insterts and sends big requests to ClickHouse servers.
- tags: go, database
- source code
https://github.com/codingconcepts/datagen
A fast data generator that's multi-table aware and supports multi-row DML.
- tags: go, database
- source code
https://github.com/sj14/dbbench
Database benchmarking tool with support for several databases and scripts.
- tags: go, database
- source code
https://github.com/siddontang/go-mysql
Go toolset to handle MySQL protocol and replication.
- tags: go, database
- source code
https://github.com/siddontang/go-mysql-elasticsearch
Sync your MySQL data into Elasticsearch automatically.
- tags: go, database
- source code
https://github.com/flike/kingshard
kingshard is a high performance proxy for MySQL powered by Golang.
- tags: go, database
- source code
https://github.com/2tvenom/myreplication
MySql binary log replication listener. Supports statement and row based replication.
- tags: go, database
- source code
https://github.com/knocknote/octillery
Go package for sharding databases ( Supports every ORM or raw SQL ).
- tags: go, database
- source code
https://github.com/github/orchestrator
MySQL replication topology manager & visualizer.
- tags: go, database
- source code
https://github.com/sosedoff/pgweb
Web-based PostgreSQL database browser.
- tags: go, database
- source code
https://github.com/hexdigest/prep
Use prepared SQL statements without changing your code.
- tags: go, database
- source code
https://github.com/nuveo/prest
Serve a RESTful API from any PostgreSQL database.
- tags: go, database
- source code
https://github.com/andizzle/rwdb
rwdb provides read replica capability for multiple database servers setup.
- tags: go, database
- source code
https://github.com/youtube/vitess
vitess provides servers and tools which facilitate scaling of MySQL databases for large scale web services.
- tags: go, database
- source code
https://github.com/gchaincl/dotsql
Go library that helps you keep sql files in one place and use them with ease.
- tags: go, database
- source code
https://github.com/didi/gendry
Non-invasive SQL builder and powerful data binder.
- tags: go, database
- source code
https://github.com/xujiajun/godbal
Database Abstraction Layer (dbal) for go. Support SQL builder and get result easily.
- tags: go, database
- source code
https://github.com/doug-martin/goqu
Idiomatic SQL builder and query library.
- tags: go, database
- source code
https://github.com/galeone/igor
Abstraction layer for PostgreSQL that supports advanced functionality and uses gorm-like syntax.
- tags: go, database
- source code
https://github.com/pupizoid/ormlite
Lightweight package containing some ORM-like features and helpers for sqlite databases.
- tags: go, database
- source code
https://github.com/go-ozzo/ozzo-dbx
Powerful data retrieval methods as well as DB-agnostic query building capabilities.
- tags: go, database
- source code
https://github.com/variadico/scaneo
Generate Go code to convert database rows into arbitrary structs.
- tags: go, database
- source code
https://github.com/elgris/sqrl
SQL query builder, fork of Squirrel with improved performance.
- tags: go, database
- source code
https://gitlab.com/qosenergy/squalus
Thin layer over the Go SQL package that makes it easier to perform queries.
https://github.com/Masterminds/squirrel
Go library that helps you build SQL queries.
- tags: go, database
- source code
Generate idiomatic Go code for databases based on existing schema definitions or custom queries supporting PostgreSQL, MySQL, SQLite, Oracle, and Microsoft SQL Server.
- tags: go, database
- source code
https://github.com/patx/pickledb
A simple and lightweight key-value store for Python.
- tags: python, database
- source code
https://github.com/msiemens/tinydb
A tiny, document-oriented database.
- tags: python, database
- source code
https://github.com/zopefoundation/ZODB
A native object database for Python. A key-value and object graph database.
- tags: python, database
- source code
https://github.com/brianc/node-postgres
PostgreSQL client. Pure JavaScript and native libpq bindings.
- tags: nodejs, database, drivers
- source code
https://github.com/luin/ioredis
Redis client.
- tags: nodejs, database, drivers
- source code
https://github.com/Level/levelup
LevelDB.
- tags: nodejs, database, drivers
- source code
https://github.com/mysqljs/mysql
MySQL client.
- tags: nodejs, database, drivers
- source code
https://github.com/apache/couchdb-nano
CouchDB client.
- tags: nodejs, database, drivers
- source code
https://github.com/aerospike/aerospike-client-nodejs
Aerospike client.
- tags: nodejs, database, drivers
- source code
https://github.com/couchbase/couchnode
Couchbase client.
- tags: nodejs, database, drivers
- source code
https://github.com/mongodb/node-mongodb-native
MongoDB driver.
- tags: nodejs, database, drivers
- source code
https://github.com/sequelize/sequelize
Multi-dialect ORM. Supports PostgreSQL, SQLite, MySQL.
https://github.com/bookshelf/bookshelf
ORM for PostgreSQL, MySQL and SQLite3 in the style of Backbone.js.
https://github.com/robconery/massive-js
PostgreSQL data access tool.
https://github.com/Automattic/mongoose
Elegant MongoDB object modeling.
https://github.com/balderdashy/waterline
Datastore-agnostic tool that dramatically simplifies interaction with one or more databases.
https://github.com/PhilWaldmann/openrecord
ORM for PostgreSQL, MySQL, SQLite3 and RESTful datastores. Similar to ActiveRecord.
https://github.com/vitaly-t/pg-promise
PostgreSQL framework for native SQL using promises.
https://github.com/Vincit/objection.js
Lightweight ORM built on the SQL query builder Knex.
https://github.com/typeorm/typeorm
ORM for PostgreSQL, MariaDB, MySQL, SQLite, and more.
https://github.com/tgriesser/knex
Query builder for PostgreSQL, MySQL and SQLite3, designed to be flexible, portable, and fun to use.
- tags: nodejs, database, query-builder
- source code
https://github.com/louischatriot/nedb
Embedded persistent database written in JavaScript.
- tags: nodejs, database
- source code
https://github.com/typicode/lowdb
Small JavaScript database powered by Lodash.
- tags: nodejs, database
- source code
https://github.com/lukechilds/keyv
Simple key-value storage with support for multiple backends.
- tags: nodejs, database
- source code
https://github.com/tommybananas/finale
RESTful endpoint generator for your Sequelize models.
- tags: nodejs, database
- source code
https://github.com/mlaanderson/database-js
Wrapper for multiple databases with a JDBC-like connection.
- tags: nodejs, database
- source code
https://github.com/pkosiec/mongo-seeding
Populate MongoDB databases with JavaScript and JSON files.
- tags: nodejs, database
- source code
https://github.com/brysgo/graphql-bookshelf
Some help defining GraphQL schema around BookshelfJS models.
- tags: graphql, javascript, libraries, database, orm
- source code
https://github.com/mickhansen/graphql-sequelize
Sequelize helpers for GraphQL.
- tags: graphql, javascript, libraries, database, orm
- source code
https://github.com/fenos/graphql-thinky
Build an optimized GraphQL schema from Thinky RethinkDB models.
- tags: graphql, javascript, libraries, database, orm
- source code
https://github.com/rse/graphql-tools-sequelize
OO-style schema definition functions and schema resolver functions for GraphQL-Tools using Sequelize ORM
- tags: graphql, javascript, libraries, database, orm
- source code
https://github.com/larsbs/graysql-orm-loader
A GraysQL extension to load a GraphQL schema from an ORM.
- tags: graphql, javascript, libraries, database, orm
- source code
https://gql-dal.github.io/greldal/
A simple micro-framework for bidirectional mapping between relational datastores and GraphQL APIs.
- tags: graphql, javascript, libraries, database, orm
Scalable, distributed, low latency, high throughput Graph database with GraphQL as the query language
High-performance relational database layer over HBase for low-latency applications.
https://github.com/arangodb/arangodb-java-driver
ArangoDB Java driver.
- tags: java, database
- source code
https://github.com/OpenHFT/Chronicle-Map
Efficient, in-memory (opt. persisted to disk), off-heap key-value store.
- tags: java, database
- source code
High-performance, column-oriented, distributed data store.
https://github.com/eXist-db/exist
A NoSQL document database and application platform.
- tags: java, database
- source code
https://github.com/vladmihalcea/flexy-pool
Brings metrics and failover strategies to the most common connection pooling solutions.
- tags: java, database
- source code
Simple database migration tool.
Small SQL database notable for its in-memory functionality.
https://github.com/brettwooldridge/HikariCP
High-performance JDBC connection pool.
- tags: java, database
- source code
https://github.com/jasync-sql/jasync-sql
Async DB driver for MySQL and PostgreSQL.
- tags: java, database
- source code
Convenient abstraction of JDBC.
https://github.com/searchbox-io/Jest
Client for the Elasticsearch REST API.
- tags: java, database, elasticsearch
- source code
https://github.com/justinsb/jetcd
Client library for etcd.
- tags: java, database
- source code
Typesafe database queries via symbolic execution of Java 8 Lambdas (on top of JPA or jOOQ).
- tags: java, database
- source code
Generates typesafe code based on SQL schema.
Database-independent library for tracking, managing and applying database schema changes.
Embedded database engine that provides concurrent collections backed on disk or in off-heap memory.
https://github.com/vorburger/MariaDB4j
Launcher for MariaDB that requires no installation or external dependencies.
- tags: java, database
- source code
Embeddable distributed database written on top of Hazelcast.
https://github.com/prestodb/presto
Distributed SQL query engine for big data.
- tags: java, database
- source code
Typesafe unified queries.
https://github.com/realm/realm-java
Mobile database to run directly inside phones, tablets or wearables.
- tags: java, database
- source code
https://github.com/mrniko/redisson
Allows for distributed and scalable data structures on top of a Redis server.
- tags: java, database
- source code
https://github.com/requery/requery
A modern, lightweight but powerful object mapping and SQL generator. Easily map to or create databases, or perform queries and updates from any Java-using platform.
- tags: java, database
- source code
https://github.com/speedment/speedment
Database access library that utilizes Java 8's Stream API for querying.
- tags: java, database
- source code
Thin JDBC wrapper that simplifies database access and provides simple mapping of ResultSets to POJOs.
JDBC connection pool library with advanced performance monitoring capabilities.
https://jetbrains.github.io/xodus
Highly concurrent transactional schema-less and ACID-compliant embedded database.
https://github.com/numetriclabz/awesome-db#readme
A curated list of amazingly awesome database libraries, resources and shiny things by https://www.numetriclabz.com/ - numetriclabz/awesome-db
- tags: awesome-list, database
- source code
https://github.com/dahlia/awesome-sqlalchemy#readme
A curated list of awesome tools for SQLAlchemy. Contribute to dahlia/awesome-sqlalchemy development by creating an account on GitHub.
- tags: awesome-list, database, sqlalchemy
- source code
https://github.com/mark-rushakoff/awesome-influxdb#readme
A curated list of awesome projects, libraries, tools, etc. related to InfluxDB - mark-rushakoff/awesome-influxdb
- tags: awesome-list, database, influxdb
- source code
https://github.com/neueda/awesome-neo4j#readme
A curated list of Neo4j resources. Contribute to neueda/awesome-neo4j development by creating an account on GitHub.
- tags: awesome-list, database, neo4j
- source code
https://github.com/ramnes/awesome-mongodb#readme
🍃 A curated list of awesome MongoDB resources, libraries, tools and applications - ramnes/awesome-mongodb
- tags: awesome-list, database, mongodb
- source code
https://github.com/d3viant0ne/awesome-rethinkdb#readme
A curated list of awesome RethinkDB resources, libraries, tools and applications - d3viant0ne/awesome-rethinkdb
- tags: awesome-list, database, rethinkdb
- source code
https://github.com/mohataher/awesome-tinkerpop#readme
A curated list of useful libraries for Apache TinkerPop3 and Tinkerpop2 - mohataher/awesome-tinkerpop
- tags: awesome-list, database, tinkerpop
- source code
https://github.com/dhamaniasad/awesome-postgres#readme
A curated list of awesome PostgreSQL software, libraries, tools and resources, inspired by awesome-mysql - dhamaniasad/awesome-postgres
- tags: awesome-list, database, postgresql
- source code
https://github.com/quangv/awesome-couchdb#readme
CouchDB - curated meta resources & best practices list - quangv/awesome-couchdb
- tags: awesome-list, database, couchdb
- source code
https://github.com/rayokota/awesome-hbase#readme
A curated list of awesome HBase projects and resources. - rayokota/awesome-hbase
- tags: awesome-list, database, hbase
- source code
https://github.com/erictleung/awesome-nosql-guides#readme
💻 Curated list of awesome resources and links about using NoSQL databases - erictleung/awesome-nosql-guides
- tags: awesome-list, database, nosql
- source code
https://en.wikipedia.org/wiki/Two-phase_commit_protocol
In transaction processing, databases, and computer networking, the two-phase commit protocol (2PC) is a type of atomic commitment protocol (ACP). It is a distributed algorithm that coordinates all the...
- tags: transactions, database, database-design
https://en.wikipedia.org/wiki/Transaction_log
In the field of databases in computer science, a transaction log (also transaction journal, database log, binary log or audit trail) is a history of actions executed by a database management system us...
Redis is an open source (BSD licensed), in-memory data structure store, used as a database, cache and message broker. It supports data structures such as strings, hashes, lists, sets, sorted sets with...
- tags: caching, in-memory, database
- source code
http://www.ipa.go.jp/files/000018652.pdf
独立行政法人 情報処理推進機構(IPA) (PDF)
http://www.oreilly.com/data/free/what-is-database-design-anyway.csp
- tags: free-programming-books, database
http://web.cecs.pdx.edu/~maier/TheoryBook/TRD.html
- tags: free-programming-books, database
http://people.cs.aau.dk/~csj/Thesis/
Christian S. Jensen
- tags: free-programming-books, database
- tags: free-programming-books, database
- tags: free-programming-books, database
http://www.dcs.warwick.ac.uk/~hugh/TTM/DTATRM.pdf
(PDF)
- tags: free-programming-books, database
http://public.dhe.ibm.com/software/dw/db2/express-c/wiki/Database_fundamentals.pdf
(PDF)
- tags: free-programming-books, database
http://www.dcs.warwick.ac.uk/~hugh/TTM/Database-Explorations-revision-2.pdf
(PDF)
- tags: free-programming-books, database
http://shop.oreilly.com/product/0636920022640.do
- tags: free-programming-books, database
https://github.com/justinyhuang/the-little-mongodb-book-cn