awesome-repositories.com
المدونة
MCP
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعخادم MCPحولكيفية ترتيب النتائجالصحافة
قانونيالخصوصيةالشروط
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

9 مستودعات

Awesome GitHub RepositoriesPostgreSQL Metadata Stores

Storing cluster metadata in PostgreSQL for production deployments that integrate with existing database infrastructure.

Distinct from PostgreSQL Vector Stores: Distinct from PostgreSQL Vector Stores: focuses on using PostgreSQL as a metadata store backend, not vector storage.

Explore 9 awesome GitHub repositories matching data & databases · PostgreSQL Metadata Stores. Refine with filters or upvote what's useful.

Awesome PostgreSQL Metadata Stores GitHub Repositories

اعثر على أفضل المستودعات باستخدام الذكاء الاصطناعي.سنبحث عن أفضل المستودعات المطابقة باستخدام الذكاء الاصطناعي.
  • greptimeteam/greptimedbالصورة الرمزية لـ GreptimeTeam

    GreptimeTeam/greptimedb

    5,968عرض على GitHub↗

    GreptimeDB is a distributed, open-source time-series database built for unified observability. It stores and queries metrics, logs, and traces together in a single columnar engine, supporting both SQL and PromQL for analysis. The database is designed as a Kubernetes-native operator with a decoupled compute and storage architecture, enabling horizontal scaling and multi-region deployment. What distinguishes GreptimeDB is its role as a multi-protocol ingestion gateway, accepting data through OpenTelemetry, Prometheus Remote Write, InfluxDB, Loki, Elasticsearch, Kafka, and MQTT protocols without

    Stores cluster metadata in PostgreSQL for production deployments.

    Rustanalyticscloud-nativedatabase
    عرض على GitHub↗5,968
  • dromara/lamp-cloudالصورة الرمزية لـ dromara

    dromara/lamp-cloud

    5,752عرض على GitHub↗

    Lamp Cloud is a multi-tenant SaaS backend framework built on Java and Spring Cloud that provides a complete foundation for building enterprise-grade administration systems. Its core identity centers on supporting multiple tenant isolation strategies—including database-per-tenant, schema-per-tenant, and shared-table modes—that can be switched without altering business code, alongside a role-based access control system enforced at the gateway layer across all microservices. The framework distinguishes itself through comprehensive tenant lifecycle management tools that allow creating, configurin

    Uploads and retrieves files from FastDFS, MinIO, or other storage systems through a unified interface.

    Javaadmincloudeureka
    عرض على GitHub↗5,752
  • weblateorg/weblateالصورة الرمزية لـ WeblateOrg

    WeblateOrg/weblate

    5,748عرض على GitHub↗

    Weblate is an open-source web-based translation management system that provides a collaborative platform for teams to review, suggest, and approve translations in real time. It functions as a continuous localization platform, automatically synchronizing translations with source code changes in version control repositories, and can be deployed either as a self-hosted server or through a managed cloud hosting service. The system integrates directly with Git hosting platforms like GitHub, GitLab, and Bitbucket, storing all translations in version control with individual translator attribution re

    Uses Django ORM with PostgreSQL and trigram extensions for translation data storage.

    Pythoncontinuous-localizationcrowdsourcingdcode-2025
    عرض على GitHub↗5,748
  • tortoise/tortoise-ormالصورة الرمزية لـ tortoise

    tortoise/tortoise-orm

    5,582عرض على GitHub↗

    Tortoise ORM is an asynchronous object-relational mapper for Python that mirrors Django's model and queryset API while running on asyncio. It defines database tables as Python classes with typed fields and supports foreign key, many-to-many, and one-to-one relations, providing a chainable query API for filtering, annotating, grouping, and prefetching related objects without blocking the event loop. The ORM includes a built-in migration engine that detects model changes, generates migration files, and applies or reverts schema changes through a command-line tool. It connects to PostgreSQL, MyS

    Provides a Django-style ORM designed for async frameworks, enabling familiar data access in ASGI applications.

    Pythonasyncasynciomysql
    عرض على GitHub↗5,582
  • wger-project/wgerالصورة الرمزية لـ wger-project

    wger-project/wger

    5,636عرض على GitHub↗

    wger is an open-source web application for fitness tracking, workout planning, and nutrition management. It provides a self-hosted platform where users can design weekly workout routines from a built-in exercise library, log their training progress, and plan daily meals using a food database with automatic nutritional calculations. The application supports multi-user accounts with credential-based login, passkey authentication, and third-party sign-in through OAuth providers. The platform includes a documented REST API that enables programmatic access to workout logs, meal plans, and user dat

    Uses Django's ORM to map Python objects to relational database tables with migration support.

    Pythondjangofitnessgym
    عرض على GitHub↗5,636
  • ckan/ckanالصورة الرمزية لـ ckan

    ckan/ckan

    4,961عرض على GitHub↗

    CKAN is an open-source data management platform that provides the foundation for building data portals. It supports the full lifecycle of datasets—from creation and organization to publishing, cataloging with faceted search, and interactive data visualization—all through a web interface. The platform is built on a modular architecture that includes a plugin-based extensibility system, a harvesting framework for importing metadata from external sources, and a standardized RESTful JSON API for programmatic access to datasets and metadata. The web interface is rendered using the Jinja2 templatin

    Manages uploaded files in configurable storage (local filesystem or S3) while storing metadata in PostgreSQL.

    Pythonapicatalogckan
    عرض على GitHub↗4,961
  • jazzband/django-silkالصورة الرمزية لـ jazzband

    jazzband/django-silk

    4,926عرض على GitHub↗

    Django Silk is a profiling and inspection toolset for Django applications designed to capture SQL queries, HTTP request data, and execution timing for diagnostics. It functions as a performance profiler and debugging middleware that records runtime execution data to provide a comprehensive overview of application behavior. The system includes a database profiler for identifying slow operations through detailed timing data and an HTTP request inspector for reviewing headers, bodies, and network traffic via a web interface. It allows for the reproduction of specific server requests through gene

    Stores all captured profiling records as Django model instances in a relational database.

    Python
    عرض على GitHub↗4,926
  • gomods/athensالصورة الرمزية لـ gomods

    gomods/athens

    4,773عرض على GitHub↗

    Athens is a Go module proxy server and dependency cache that provides a persistent storage system for Go dependencies. It acts as a mirror and datastore to ensure reproducible build environments by storing immutable copies of external packages, protecting against upstream deletions or outages. The project distinguishes itself by serving as a secure gateway for private Go module hosting, utilizing authentication tokens, SSH keys, and GitHub Apps to retrieve dependencies from private version control systems. It further enables software dependency compliance through request filtering and checksu

    Supports multiple configurable backends for storing downloaded module files, including S3 and local filesystems.

    Goathensdependenciesdependency-manager
    عرض على GitHub↗4,773
  • morpheus65535/bazarrالصورة الرمزية لـ morpheus65535

    morpheus65535/bazarr

    4,070عرض على GitHub↗

    Bazarr is an automated subtitle management system and downloader designed to discover, acquire, and synchronize subtitles for movies and TV shows. It functions as a media library companion that integrates with external media managers and servers via APIs to track missing subtitles and ensure libraries are up to date. The project distinguishes itself through advanced media processing, using neural-network audio transcription to generate subtitles from audio tracks or translate foreign dialogue into English. It also features audio-based synchronization to align subtitle timing with video conten

    Utilizes a PostgreSQL database to store subtitle history and library state for improved scalability.

    Pythondownload-subtitlesepisodesmovie
    عرض على GitHub↗4,070
  1. Home
  2. Data & Databases
  3. Database Management Systems
  4. Database Engines
  5. Vector Databases
  6. PostgreSQL Vector Stores
  7. PostgreSQL Metadata Stores

استكشف الوسوم الفرعية

  • Django ORM Backends1 وسم فرعيUsing Django's object-relational mapper with PostgreSQL for storing and querying application data. **Distinct from PostgreSQL Metadata Stores:** Distinct from PostgreSQL Metadata Stores: focuses on the Django ORM as the data access layer, not just PostgreSQL as a metadata store.
  • File Store BackendsConfigurable external storage for uploaded data files, such as local filesystem or S3. **Distinct from PostgreSQL Metadata Stores:** Distinct from PostgreSQL Metadata Stores: focuses on the configurable file storage layer, not the metadata backend.
  • PostgreSQL Configuration StoresPersisting application credentials and settings in PostgreSQL databases with connection pooling. **Distinct from PostgreSQL Metadata Stores:** Distinct from PostgreSQL Metadata Stores: focuses on general application configuration rather than cluster metadata.