awesome-repositories.com

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

استكشفعمليات بحث منسقةOpen-source alternativesSelf-hosted softwareالمدونةخريطة الموقع
المشروعحولHow we rankالصحافةخادم MCP
قانونيالخصوصيةالشروط
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
awesome-repositories.comالمدونة
التصنيفات

4 مستودعات

Awesome GitHub RepositoriesHTTP Data Interfaces

Interfaces that allow direct database querying and modification via standard HTTP requests.

Distinct from Data Access and Querying: Distinct from general data access: focuses specifically on the HTTP-to-Database interface for frontend applications

Explore 4 awesome GitHub repositories matching data & databases · HTTP Data Interfaces. Refine with filters or upvote what's useful.

Awesome HTTP Data Interfaces GitHub Repositories

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

    begriffs/postgrest

    27,234عرض على GitHub↗

    PostgREST is a standalone web server that automatically transforms a PostgreSQL database into a RESTful API. It serves as an API gateway that translates HTTP requests into SQL queries, mapping the database schema directly to endpoints without the need for manual route definitions. The system utilizes a JWT authentication layer to validate user identities and map incoming web requests to specific database roles. This allows the server to delegate authorization and permission enforcement to the internal PostgreSQL role system. It includes a generator for OpenAPI specifications to provide stand

    Provides a direct way for frontend applications to query and modify Postgres data via HTTP requests.

    Haskell
    عرض على GitHub↗27,234
  • a16z-infra/ai-townالصورة الرمزية لـ a16z-infra

    a16z-infra/ai-town

    9,285عرض على GitHub↗

    AI Town is a TypeScript-based simulation engine used to create virtual environments where autonomous characters interact and socialize. It functions as a framework for orchestrating multiple AI agents within a persistent digital world, utilizing language models and a game engine to drive character behavior and social interactions. The project differentiates itself through a dedicated agent sandbox and a vector database agent store, which allow for the management of agent memories and world state. It integrates generative AI for background music and provides tools for simulation world design,

    Allows retrieving information from the remote data store using standard HTTP fetch requests.

    TypeScript
    عرض على GitHub↗9,285
  • solid/solidالصورة الرمزية لـ solid

    solid/solid

    8,108عرض على GitHub↗

    Solid is a protocol and ecosystem for decentralized web applications that separates application logic from data storage. It enables users to store and control their personal information in personal online data stores, known as Pods, ensuring that individuals own their data rather than the applications they use. The project provides a framework for decentralized identity and authentication using WebID and OpenID Connect, decoupling identity from central providers. It implements a resource-level permission system via Web Access Control, allowing users to grant or deny read, write, and append ac

    Uses standard HTTP methods to manage linked data resources and non-RDF files via a RESTful interface.

    HTMLcommunication
    عرض على GitHub↗8,108
  • helixdb/helix-dbالصورة الرمزية لـ HelixDB

    HelixDB/helix-db

    3,830عرض على GitHub↗

    Helix DB is a distributed graph database and knowledge graph platform that persists nodes and edges on object storage for durable and unlimited scaling. It operates as an ACID-compliant system, ensuring data consistency through serializable snapshot isolation during concurrent operations. The project distinguishes itself by combining a vector search engine and a property graph, utilizing hybrid vector and full-text search to locate entry points for graph traversals. It enables dynamic graph querying through a domain-specific language, allowing complex logic and recursive queries to be execute

    Provides HTTP interfaces for retrieving and modifying graph data using JSON or language payloads.

    Rustaiclidatabase
    عرض على GitHub↗3,830
  1. Home
  2. Data & Databases
  3. Data Access and Querying
  4. HTTP Data Interfaces