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

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

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

33 مستودعات

Awesome GitHub RepositoriesData Utilities

General-purpose tools for data import, export, and transformation.

Explore 33 awesome GitHub repositories matching part of an awesome list · Data Utilities. Refine with filters or upvote what's useful.

Awesome Data Utilities GitHub Repositories

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

    hasura/graphql-engine

    32,064عرض على GitHub↗

    graphql-engine is an automated GraphQL API engine that transforms database tables and relationships into a queryable GraphQL schema. It functions as a federation gateway and mapper, instantly generating APIs with built-in filtering, pagination, and mutations from existing databases and remote schemas. The project distinguishes itself through a fine-grained access control layer that enforces row-level and field-level permissions. It further provides a real-time data subscription server that converts standard queries into live streams and a system for triggering event-driven webhooks and notifi

    Real-time GraphQL API engine for PostgreSQL.

    TypeScriptaccess-controlapiautomatic-api
    عرض على GitHub↗32,064
  • postgrest/postgrestالصورة الرمزية لـ PostgREST

    PostgREST/postgrest

    27,232عرض على GitHub↗

    PostgREST is a standalone server process that automatically transforms a relational database schema into a fully functional RESTful API. By querying system catalogs at startup, it maps tables, views, and stored procedures into standardized web endpoints, allowing developers to build backend services by focusing exclusively on database design. The service functions as a declarative engine that translates HTTP requests and query parameters directly into native SQL operations. It maintains stateless request processing and integrates connection pooling to manage high-frequency interactions effici

    RESTful API server for PostgreSQL.

    Haskellapiautomatic-apidatabase
    عرض على GitHub↗27,232
  • graphile/postgraphileالصورة الرمزية لـ graphile

    graphile/postgraphile

    12,929عرض على GitHub↗

    PostGraphile is an automated tool that converts a PostgreSQL database schema into a fully functional GraphQL API. It serves as a GraphQL execution engine and schema orchestrator, utilizing database schema introspection to retrieve strongly typed metadata directly from PostgreSQL. The project features a modular system for composing and standardizing GraphQL schemas through plugins, which manage naming conventions and connections. It includes a PostgreSQL query builder that constructs dynamic, SQL-injection-proof queries using tagged template literals. The system employs a declarative query pl

    Instant GraphQL API generator.

    TypeScript
    عرض على GitHub↗12,929
  • dimitri/pgloaderالصورة الرمزية لـ dimitri

    dimitri/pgloader

    6,295عرض على GitHub↗

    pgloader is a command-line tool that automates the migration of data and schema from various source databases and file formats into PostgreSQL. It combines schema discovery, parallel data pipelines, and type casting into a single, declarative workflow, using PostgreSQL's COPY protocol for high-throughput bulk loading. The tool distinguishes itself by compiling a dedicated command language into concurrent reader-writer pipelines that handle schema introspection, data transformation, and error-resilient batch processing. It supports migrating entire databases from MySQL, MS SQL, SQLite, and Pos

    High-speed data loading utility.

    Common Lispclozure-clcommon-lispcsv
    عرض على GitHub↗6,295
  • prest/prestالصورة الرمزية لـ prest

    prest/prest

    4,551عرض على GitHub↗

    PostgREST هي أداة تقوم تلقائياً بتحويل مخطط قاعدة بيانات PostgreSQL إلى API RESTful جاهز للإنتاج. تعمل كطبقة وصول لقاعدة البيانات ومحرك استعلام يقوم بتعيين طلبات HTTP مباشرة إلى استعلامات SQL، مما يوفر واجهة منخفضة الكود لتنفيذ عمليات الإنشاء والقراءة والتحديث والحذف دون الحاجة إلى كود أساسي يدوي. يتميز المشروع باستخدام توليد API القائم على المخطط والاكتشاف القائم على البيانات الوصفية لكشف جداول قاعدة البيانات كموارد قابلة للتنقل. يوسع قدرات CRUD القياسية من خلال تنفيذ SQL مخصص وقائم على القوالب، ونظام برمجيات وسيطة قائم على المكونات الإضافية لحقن منطق الأعمال، والقدرة على تحميل مكتبات مشتركة خارجية في وقت التشغيل. يغطي النظام مجموعة واسعة من القدرات بما في ذلك استعلام البيانات المعقد مع انضمامات الجداول، والتجميعات، والبحث بالنص الكامل. ينفذ إطار عمل أمني شاملاً يتميز بالمصادقة القائمة على الرموز، وأذونات دقيقة على مستوى الجدول، وإدارة CORS. تشمل الميزات التشغيلية الإضافية التخزين المؤقت للنتائج المحلية، ومراقبة صحة الخادم، والاتصال بـ SQL الموزع وAmazon Redshift. يتم دعم التثبيت عبر بيئات متعددة، بما في ذلك كملف ثنائي مستقل أو عبر قوالب أتمتة Docker Compose وHeroku.

    Golang-based RESTful API server.

    Goautomatic-apidatabasedatabases
    عرض على GitHub↗4,551
  • ankane/pgsyncالصورة الرمزية لـ ankane

    ankane/pgsync

    3,453عرض على GitHub↗

    Sync data from one Postgres database to another

    Tool for syncing database data locally.

    Rubypostgresql
    عرض على GitHub↗3,453
  • jarulraj/sqlcheckالصورة الرمزية لـ jarulraj

    jarulraj/sqlcheck

    2,520عرض على GitHub↗

    Automatically identify anti-patterns in SQL queries

    SQL anti-pattern detection tool.

    C++command-linedatabasemicrosoft-sql-server
    عرض على GitHub↗2,520
  • greenmaskio/greenmaskالصورة الرمزية لـ GreenmaskIO

    GreenmaskIO/greenmask

    1,610عرض على GitHub↗

    Anonymization and synthetic data generation tool.

    Goaianonymizationdata-masking
    عرض على GitHub↗1,610
  • lukasmartinelli/pgfutterالصورة الرمزية لـ lukasmartinelli

    lukasmartinelli/pgfutter

    1,346عرض على GitHub↗

    Import CSV and JSON into PostgreSQL the easy way

    CSV and JSON import utility.

    Go
    عرض على GitHub↗1,346
  • postgrespro/zsonالصورة الرمزية لـ postgrespro

    postgrespro/zson

    569عرض على GitHub↗

    ZSON is a PostgreSQL extension for transparent JSONB compression

    JSONB compression extension.

    C
    عرض على GitHub↗569
  • lukasmartinelli/pgclimbالصورة الرمزية لـ lukasmartinelli

    lukasmartinelli/pgclimb

    393عرض على GitHub↗

    Export data from PostgreSQL into different data formats

    Data export tool for various formats.

    Go
    عرض على GitHub↗393
  • dimitri/regresqlالصورة الرمزية لـ dimitri

    dimitri/regresql

    353عرض على GitHub↗

    Regression Testing your SQL queries

    Regression testing suite for SQL queries.

    Go
    عرض على GitHub↗353
  • gatewayd-io/gatewaydالصورة الرمزية لـ gatewayd-io

    gatewayd-io/gatewayd

    284عرض على GitHub↗

    database gateway for building data-driven applications

    Database gateway for building data-driven applications.

    Gocloud-nativeconnection-pooldata-driven
    عرض على GitHub↗284
  • dalibo/ldap2pgالصورة الرمزية لـ dalibo

    dalibo/ldap2pg

    232عرض على GitHub↗

    :elephant: :bustsinsilhouette: Manage PostgreSQL roles and privileges from YAML or LDAP

    Role and privilege synchronization tool.

    Go
    عرض على GitHub↗232
  • pgxn/pgxnclientالصورة الرمزية لـ pgxn

    pgxn/pgxnclient

    158عرض على GitHub↗

    A command line client for the PostgreSQL Extension Network

    CLI for the PostgreSQL Extension Network.

    Python
    عرض على GitHub↗158
  • pitchpoint-solutions/sfsالصورة الرمزية لـ pitchpoint-solutions

    pitchpoint-solutions/sfs

    90عرض على GitHub↗

    The legacy distributed object storage server developed by PitchPoint Solutions can store billions of large and small files using minimal resources. Object data is stored in replicated volumes implemented like Facebooks Haystack Object Store. Object metadata which essentially maps an object name to a volume position is stored in an elasticsearch index. (Development by PitchPoint Solutions has been discontinued)

    Distributed object storage server compatible with OpenStack Swift.

    Java
    عرض على GitHub↗90
  • gajus/pg-formatterالصورة الرمزية لـ gajus

    gajus/pg-formatter

    83عرض على GitHub↗

    A PostgreSQL SQL syntax beautifier.

    SQL syntax beautifier.

    TypeScript
    عرض على GitHub↗83
  • engagingspaces/vertx-dataloaderالصورة الرمزية لـ engagingspaces

    engagingspaces/vertx-dataloader

    73عرض على GitHub↗

    Efficient, asynchronous batching and caching in clustered environments, port of Facebook DataLoader

    Batching and caching utility for data layers.

    Java
    عرض على GitHub↗73
  • diabolicallabs/vertx-cronالصورة الرمزية لـ diabolicallabs

    diabolicallabs/vertx-cron

    66عرض على GitHub↗

    This module allows you to schedule an event using a Cron specification. It can either send or publish a message to the address of your choice. If the consumer of that message returns a response, you can specify where to send that response when the consumer completes. You can also cancel the…

    Event bus and Observable-based cron scheduler.

    Java
    عرض على GitHub↗66
  • jponge/vertx-bootالصورة الرمزية لـ jponge

    jponge/vertx-boot

    45عرض على GitHub↗

    The goal of this micro-library is to offer a simple way to deploy verticles from a HOCON configuration. More specifically, it allows to:

    Deployment of verticles using HOCON configuration files.

    Java
    عرض على GitHub↗45
السابق12التالي
  1. Home
  2. Part of an Awesome List
  3. Databases & Data
  4. Data Utilities