awesome-repositories.com
© 2026 Bringes Technology SRL·VAT RO45896025·hello@bringes.io
MCPSitemapPrivacyTerms
NoSQL · Awesome GitHub Repositories

6 repos

Awesome GitHub RepositoriesNoSQL

Non-relational database systems designed to store flexible data structures and handle high-scale distributed workloads.

Explore 6 awesome GitHub repositories matching data & databases · NoSQL. Refine with filters or upvote what's useful.

  1. Home
  2. Data & Databases
  3. Database Management Systems
  4. Database Engines
  5. NoSQL

Awesome NoSQL GitHub Repositories

Describe the repository you're looking for…
We'll search the best matching repositories with AI.
  • sindresorhus/awesome

    sindresorhus/awesome

    438,690GitHubView on GitHub↗

    This project is a community-curated knowledge base that organizes vast technical ecosystems into a hierarchical, human-readable directory. It serves as a comprehensive index of libraries, frameworks, and methodologies, designed to facilitate discovery and professional development across the entire spectrum of software

    Navigates the landscape of graph-based storage solutions for highly connected data structures.

    awesomeawesome-listlists
  • justjavac/free-programming-books-zh_CN

    justjavac/free-programming-books-zh_CN

    116,327GitHubView on GitHub↗

    This project is a centralized, community-vetted repository that serves as a comprehensive hub for free technical literature and educational resources. It functions as an open-source directory, aggregating links to books, tutorials, and documentation to support developers in mastering diverse programming languages, soft

    Gain knowledge of non-relational data storage, document-oriented architectures, and distributed systems through a library of free technical texts.

    androidangularbooks
  • denoland/deno

    denoland/deno

    106,258GitHubView on GitHub↗

    Deno is a high-performance runtime for JavaScript and TypeScript that prioritizes security and developer productivity. Built on the V8 engine, it provides a secure execution environment that enforces a default-deny security model, requiring explicit user authorization for access to system resources like the file system

    Integrates a built-in storage engine that performs atomic transactions and efficient indexing for high-speed state management.

    Rustdenojavascriptrust
  • DopplerHQ/awesome-interview-questions

    DopplerHQ/awesome-interview-questions

    81,035GitHubView on GitHub↗

    This project is a comprehensive, community-sourced repository of technical interview questions and study materials. It serves as a centralized index for software engineers to prepare for technical assessments, benchmark their personal knowledge, and identify gaps in their expertise across a wide range of programming la

    Exposes a range of technical interview questions tailored for evaluating proficiency in wide-column distributed storage systems.

    android-interview-questionsangularjs-interview-questionsawesome
  • xingshaocheng/architect-awesome

    xingshaocheng/architect-awesome

    60,831GitHubView on GitHub↗

    This project serves as a comprehensive knowledge base and reference for distributed systems engineering and enterprise software architecture. It provides a structured collection of technical resources, design patterns, and methodologies intended to assist in the design, maintenance, and scaling of complex, high-perform

    Utilize flexible schema designs to accommodate high-velocity information storage across distributed environments.

  • etcd-io/etcd

    etcd-io/etcd

    51,618GitHubView on GitHub↗

    etcd is a distributed, strongly consistent key-value store designed to provide reliable storage for critical system metadata and coordination primitives. It functions as a distributed consensus engine, utilizing a replicated log and leader-based state machine to ensure that all nodes in a cluster maintain a synchronize

    Executes read-modify-write cycles as indivisible units to maintain data integrity and synchronization.

    Gocncfconsensusdatabase

Explore sub-tags

  • Document DatabasesDatabase engines that store, retrieve, and manage data in semi-structured formats like JSON, BSON, or XML documents.
  • Graph DatabasesDatabase systems designed for storing and querying highly connected data using native graph structures.
  • Key-Value Stores1 sub-tagStorage systems optimized for high-speed retrieval of data associated with unique identifiers.
  • Wide-Column StoresDistributed database systems optimized for storing and retrieving massive datasets using a wide-column storage model.