Bookmarks tagged [database]
https://redis.io/topics/quickstart
- tags: redis, javascript, database
https://mongodb.github.io/node-mongodb-native/
- tags: mogodb, database, javascript
https://www.ubuntupit.com/how-to-install-and-configure-redis-on-linux-system/
Redis is a in-built memory tool for loading server/webpages faster. Here, we will see how to install and use Redis on Linux system.
- tags: database, orm
source code
https://www.heroku.com/postgres
Deploy data-driven apps using Heroku’s managed database as a service for PostgreSQL with operational expertise built in, security by default, and more.
https://tomharrisonjr.com/uuid-or-guid-as-primary-keys-be-careful-7b2aa3dcb439
- Reasons UUIDs are Good
- Reasons UUIDs May Not be Good
- 📆 published on: 2017-02-13
- tags: sql, database, database-design, primary-key
https://www.youtube.com/watch?v=7wLFr7ZnKPU&feature=emb_logo
Indexes are one of the most common performance tools available. But how do you create one? And how does it help the database find your data faster?
Watch this video to learn how to create an index a...
https://dev.to/apium_hub/orm-avoid-using-many-to-many-relationships-52in
The usage of ORMs (data mappers) comes with a great power but also with a great responsibility. ORMs... Tagged with architecture, objectrelationalmapp, orm.
- 📆 published on: 2020-12-07
- tags: orm, database, database-design
https://github.com/darold/pgbadger
A fast PostgreSQL Log Analyzer. Contribute to darold/pgbadger development by creating an account on GitHub.
- tags: postgresql, database, plugin, open-source-software, log-analyzer
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
https://github.com/SOCI/soci
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
https://github.com/tikv/tikv
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: node.js, database, drivers
source code
https://github.com/luin/ioredis
Redis client.
- tags: node.js, database, drivers
source code
https://github.com/Level/levelup
LevelDB.
- tags: node.js, database, drivers
source code
https://github.com/mysqljs/mysql
MySQL client.
- tags: node.js, database, drivers
source code
https://github.com/apache/couchdb-nano
CouchDB client.
- tags: node.js, database, drivers
source code
https://github.com/aerospike/aerospike-client-nodejs
Aerospike client.
- tags: node.js, database, drivers
source code
https://github.com/couchbase/couchnode
Couchbase client.
- tags: node.js, database, drivers
source code
https://github.com/mongodb/node-mongodb-native
MongoDB driver.
- tags: node.js, 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: node.js, database, query-builder
source code
https://github.com/louischatriot/nedb
Embedded persistent database written in JavaScript.
- tags: node.js, database
source code
https://github.com/typicode/lowdb
Small JavaScript database powered by Lodash.
- tags: node.js, database
source code
https://github.com/lukechilds/keyv
Simple key-value storage with support for multiple backends.
- tags: node.js, database
source code
https://github.com/tommybananas/finale
RESTful endpoint generator for your Sequelize models.
- tags: node.js, database
source code
https://github.com/mlaanderson/database-js
Wrapper for multiple databases with a JDBC-like connection.
- tags: node.js, database
source code
https://github.com/pkosiec/mongo-seeding
Populate MongoDB databases with JavaScript and JSON files.
- tags: node.js, 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
https://github.com/my2iu/Jinq
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