awesome-repositories.com
Blog
MCP
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektMCP-ServerÜber unsRanking-MethodikPresse
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

6 Repos

Awesome GitHub RepositoriesData Storage Configurations

Settings and parameters defining how data is indexed, mapped, and stored for optimized retrieval.

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

Awesome Data Storage Configurations GitHub Repositories

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • elastic/elasticsearchAvatar von elastic

    elastic/elasticsearch

    77,012Auf GitHub ansehen↗

    Elasticsearch is a distributed search engine and document store designed for the high-performance indexing and retrieval of massive volumes of unstructured data. It functions as a centralized analytics platform, providing a schema-flexible architecture that organizes information into searchable indices while maintaining global cluster state through a distributed consensus mechanism. The platform distinguishes itself through its integrated approach to observability, security, and advanced analytics. It combines full-text, vector, and hybrid search capabilities with machine learning-driven insi

    Configures advanced data mappings and text analysis settings to optimize unstructured content for search.

    Javaelasticsearchjavasearch-engine
    Auf GitHub ansehen↗77,012
  • pubkey/rxdbAvatar von pubkey

    pubkey/rxdb

    23,048Auf GitHub ansehen↗

    This project is a reactive, offline-first NoSQL database engine designed for JavaScript applications. It provides a robust framework for managing application state by synchronizing data across browsers, mobile devices, and server-side runtimes. By treating local storage as the primary source of truth, it enables applications to remain functional without network connectivity, automatically reconciling changes with remote backends once a connection is restored. The database distinguishes itself through a modular architecture that supports cross-environment synchronization and high-performance d

    Enables configuration of storage locations for synchronized data files.

    TypeScriptangularbrowser-databasecouchdb
    Auf GitHub ansehen↗23,048
  • mybatis/mybatis-3Avatar von mybatis

    mybatis/mybatis-3

    20,385Auf GitHub ansehen↗

    MyBatis is a Java persistence framework that functions as a database query mapper and object-relational mapping tool. It decouples SQL statements from application code, allowing developers to manage database interactions by mapping Java objects to relational database records. The framework provides a centralized approach to SQL query management, enabling the use of either XML configuration files or annotations to define persistence logic. It automates the transformation of database result sets into structured objects, which eliminates the need for manual data conversion and reduces repetitive

    Allows defining persistence logic and mappings through configuration files or annotations.

    Javajavamybatissql
    Auf GitHub ansehen↗20,385
  • hazelcast/hazelcastAvatar von hazelcast

    hazelcast/hazelcast

    6,570Auf GitHub ansehen↗

    Hazelcast is a distributed data platform that combines an in-memory data grid with a stream processing engine to support real-time analytics and event-driven applications. It functions as a partitioned, distributed key-value store that replicates data across cluster nodes to provide low-latency access and high availability. The platform also serves as a distributed SQL query engine, allowing users to execute standard SQL statements against both in-memory datasets and external data sources. What distinguishes Hazelcast is its use of a distributed consensus subsystem to maintain strongly consis

    Defines custom storage settings, eviction policies, and backup counts for named data structures to ensure consistent performance.

    Javabig-datacachingdata-in-motion
    Auf GitHub ansehen↗6,570
  • zq2599/blog_demosAvatar von zq2599

    zq2599/blog_demos

    4,753Auf GitHub ansehen↗

    Dieses Projekt ist eine Sammlung von Referenzimplementierungen und Demonstrationsprojekten für Computer Vision, DevOps-Automatisierung, verteilte Systeme und Java-basierte Microservices. Es bietet eine Programmbibliothek als Referenz sowie praktische Beispiele für die Entwicklung von Server-Side-Anwendungen, die Containerisierung von Diensten und die Orchestrierung von Clustern. Das Repository enthält ein umfassendes Toolset für die DevOps-Automatisierung, einschließlich Skripten und Playbooks für CI/CD-Pipelines und die automatisierte Cluster-Installation. Es umfasst ein Computer-Vision-Demoprojekt für die Objekterkennung und Gesichtsanalyse sowie detaillierte Anleitungen und Konfigurationsdateien für Docker-Containerisierung und Kubernetes-Deployment. Das Projekt deckt ein breites Spektrum an Fähigkeiten für verteilte Systeme ab, darunter gRPC- und RESTful-API-Implementierung, Message Queuing und Data Streaming. Zudem adressiert es die Observability der Infrastruktur durch Distributed Tracing und System-Performance-Monitoring sowie Big-Data-Verarbeitung und Optimierung der Datenspeicherung. Die Codebasis enthält Implementierungsbeispiele für Java und Go und stellt Quellcode für die native Binärkompilierung sowie Multi-Stage-Container-Builds bereit.

    Provides operational examples for scaling data stores using master-slave configurations, replica sets, and indexing.

    Javadockerdocker-javadocker-jib
    Auf GitHub ansehen↗4,753
  • igorkasyanchuk/rails_performanceAvatar von igorkasyanchuk

    igorkasyanchuk/rails_performance

    1,239Auf GitHub ansehen↗

    This project is a self-hosted application performance monitoring tool designed for Ruby on Rails environments. It functions as a diagnostic platform that tracks request response times, database query efficiency, and background job performance to help identify bottlenecks within web application infrastructure. The tool distinguishes itself by integrating directly into the framework to provide real-time performance insights and developer-focused utilities, such as direct navigation from error reports to the corresponding lines in a code editor. It supports complex analysis by correlating perfor

    Allows configuration of storage destinations and namespaces for performance data.

    Rubyapmdatadognewrelic
    Auf GitHub ansehen↗1,239
  1. Home
  2. Data & Databases
  3. Database Management Systems
  4. Database Engines
  5. Data Storage Configurations

Unter-Tags erkunden

  • Database Scaling StrategiesTechniques for scaling database stores using replication and indexing to improve performance and availability. **Distinct from Data Storage Configurations:** Focuses on architectural scaling patterns like master-slave and replica sets rather than static configuration parameters