The "Awesome RethinkDB" project is a curated collection of resources dedicated to RethinkDB, an open-source NoSQL database designed for real-time applications. This list encompasses a variety of resources including client libraries, tools, tutorials, and community contributions that enhance the use of RethinkDB. It is particularly beneficial for developers, data engineers, and researchers looking to leverage the power of real-time data processing and querying. With a focus on ease of use and integration, users can discover valuable insights and tools to effectively implement RethinkDB in their projects.
Open-Awesome is built by the community, for the community. Submit a project, suggest an awesome list, or help improve the catalog on GitHub.
The "Awesome PostgreSQL" project is a curated collection of resources focused on PostgreSQL, a powerful open-source object-relational database management system. This list encompasses a variety of categories, including libraries, tools, extensions, tutorials, and community resources that enhance the PostgreSQL experience. It is beneficial for developers, database administrators, and data analysts of all skill levels, providing them with essential tools and knowledge to effectively work with PostgreSQL. Users can explore performance optimization techniques, data modeling strategies, and best practices to maximize their use of this robust database system.
The "Awesome Database Tools" project is a comprehensive collection of resources aimed at simplifying database management and development. This list covers a wide range of tools, including database management systems, GUI clients, ORM libraries, migration tools, and performance monitoring utilities. It is designed for developers, database administrators, and data analysts of all experience levels, providing them with valuable tools to enhance productivity and streamline workflows. Whether you are looking to optimize your database performance or simplify data manipulation tasks, this collection offers a wealth of resources to support your database endeavors.
The "Awesome SQLAlchemy" project is a curated resource list designed to support developers using SQLAlchemy, a powerful SQL toolkit and Object-Relational Mapping (ORM) system for Python. This list includes libraries, extensions, tutorials, documentation, and community resources that enhance the use of SQLAlchemy in various applications. Whether you are a beginner looking to understand the basics of ORM or an experienced developer seeking advanced techniques and best practices, this collection offers valuable insights and tools. Dive into the world of SQLAlchemy and discover how to effectively manage database interactions in your Python projects.
The "Awesome MongoDB" project is a curated collection of resources dedicated to MongoDB, a popular document-oriented NoSQL database designed for scalability and flexibility. This list encompasses a wide range of categories, including official documentation, libraries, tools, tutorials, and community resources that facilitate the use of MongoDB in various applications. Whether you are a beginner looking to learn the basics or an experienced developer seeking advanced techniques, this list offers valuable insights and tools to enhance your MongoDB experience. Dive into this collection to unlock the full potential of MongoDB in your projects.
An advanced Node.js driver for RethinkDB featuring a built-in connection pool, stream support, and enhanced error handling.
A lightweight Node.js ORM for RethinkDB, providing schema definition, validation, and easy joins.
RethinkDB adapter for the JSData Node.js ORM, enabling seamless database integration.
A connection pool for RethinkDB that simplifies resource management and query execution.
A RethinkDB session store implementation for Express 4.x applications.
CRUD handlers for Hapi.js that automatically map HTTP routes to RethinkDB operations.
A Sails.js hook that integrates the Thinky ORM for RethinkDB, enabling model auto-loading and global access.
Koa middleware providing automatic connection pooling for RethinkDB database clients.
A simple, powerful, and extensible Object Document Mapper for RethinkDB, written in Python.
A Python object mapper for RethinkDB inspired by Google Appengine NDB's simplicity and ease of use.
A Flask extension that provides seamless integration with RethinkDB for database operations.
A Ruby ORM for RethinkDB providing ActiveRecord-like syntax for NoSQL document database operations.
A lightweight persistence framework and ORM for RethinkDB, inspired by Lotus::Model.
A RethinkDB adapter for Hanami::Model, enabling NoSQL persistence in Hanami applications.
A simplistic Scala serialization library that converts RethinkDB query results into case class instances.
An asynchronous, Netty-based Java driver for RethinkDB, enabling non-blocking database operations.
A C#/.NET driver for RethinkDB with 100% ReQL API coverage, based on the official Java driver architecture.
A C++ driver for RethinkDB 2.0, enabling native database interactions with modern C++ syntax.
A Clojure client library for RethinkDB, providing a query API that closely mirrors the official JavaScript driver.
A Dart driver for RethinkDB, enabling Dart applications to interact with the NoSQL database.
A pure Elixir client for RethinkDB implementing the JSON protocol with multiplexed connections and full ReQL support.
A Go driver for RethinkDB providing a native interface to query and manage the NoSQL database.
A Haskell client library for connecting to and querying RethinkDB databases.
An asynchronous RethinkDB driver for Common Lisp with a query DSL that closely follows the ReQL specification.
An Objective-C client library for connecting to and querying RethinkDB databases.
A pure Perl driver for connecting to and querying RethinkDB databases.
A PHP client driver for the RethinkDB query language (ReQL), enabling database operations from PHP applications.
A type-safe Scala driver for RethinkDB with case class mapping and lazy evaluation.
A default Ampersand.js application with persistent storage using RethinkDB and Express.