awesome-repositories.com
ब्लॉग
awesome-repositories.com

AI-संचालित खोज के साथ बेहतरीन ओपन-सोर्स रिपॉजिटरी खोजें।

एक्सप्लोर करेंक्यूरेटेड खोजेंओपन-सोर्स विकल्पसेल्फ-होस्टेड सॉफ्टवेयरब्लॉगसाइटमैप
प्रोजेक्टहमारे बारे मेंहम रैंकिंग कैसे करते हैंप्रेसMCP सर्वर
कानूनीगोपनीयताशर्तें
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

5 रिपॉजिटरी

Awesome GitHub RepositoriesRESTful HTTP Interfaces

REST-oriented HTTP interface for database operations and real-time subscriptions without gRPC dependency.

Distinct from HTTP API Integrations: Distinct from HTTP API Integrations: provides a RESTful HTTP interface for database operations and subscriptions, not general API integration patterns.

Explore 5 awesome GitHub repositories matching web development · RESTful HTTP Interfaces. Refine with filters or upvote what's useful.

Awesome RESTful HTTP Interfaces GitHub Repositories

AI के साथ बेहतरीन रिपॉजिटरी खोजें।हम AI का उपयोग करके सबसे सटीक रिपॉजिटरी खोजेंगे।
  • apache/couchdbapache का अवतार

    apache/couchdb

    6,905GitHub पर देखें↗

    CouchDB एक NoSQL दस्तावेज़ डेटाबेस है जो डेटा को लचीले दस्तावेज़ों के रूप में संग्रहीत करता है और HTTP पर डेटा प्रबंधन के लिए एक RESTful API को उजागर करता है। यह एक वितरित दस्तावेज़ स्टोर के रूप में कार्य करता है, जो उच्च उपलब्धता और स्थिरता सुनिश्चित करने के लिए कई नोड्स में डेटा को सिंक्रनाइज़ और रेप्लिकेट करता है। सिस्टम में एक फुल-टेक्स्ट सर्च इंजन शामिल है जो डेटाबेस रिकॉर्ड को क्वेरी करने योग्य दस्तावेज़ों में बदल देता है, जो सॉर्टिंग और पेजिनेशन का समर्थन करता है। डेटा सिंक्रोनाइज़ेशन मल्टी-मास्टर रेप्लिकेशन के माध्यम से संभाला जाता है, जो वितरित नोड्स में स्थिरता बनाए रखने के लिए संशोधन इतिहास का आदान-प्रदान करता है। डेटाबेस मल्टी-वर्जन कॉनकरेंसी कंट्रोल का उपयोग करता है ताकि लॉक के बिना एक साथ पढ़ने और लिखने की अनुमति मिल सके। स्टोरेज को क्रैश रिकवरी और कुशल डिस्क-आधारित लुकअप की सुविधा के लिए केवल-अपेंड और B-ट्री आधारित संरचनाओं के माध्यम से प्रबंधित किया जाता है।

    Exposes all database operations through a stateless REST-oriented HTTP interface for remote data management.

    Erlang
    GitHub पर देखें↗6,905
  • kurrent-io/kurrentdbkurrent-io का अवतार

    kurrent-io/KurrentDB

    5,809GitHub पर देखें↗

    KurrentDB is an event-native database designed for event sourcing and event-driven architectures. It stores events as immutable, ordered records in streams, preserving a complete audit trail and enabling temporal queries. The database uses gRPC for all client-server and inter-node communication, providing efficient binary serialization and bidirectional streaming, and supports atomic multi-stream writes that ensure consistency across multiple streams in a single transaction. The database distinguishes itself with a built-in JavaScript projection engine that transforms, filters, and aggregates

    Provides a REST-oriented HTTP interface for database operations and real-time subscriptions.

    C#cqrsdatabaseevent-sourcing
    GitHub पर देखें↗5,809
  • elastic/elasticsearch-jselastic का अवतार

    elastic/elasticsearch-js

    5,295GitHub पर देखें↗

    This project is a Node.js client and database driver for Elasticsearch. It acts as a REST API wrapper that translates JavaScript method calls into HTTP requests to index, search, and manage documents within a distributed search and analytics engine. The library provides a programmatic interface for cluster management and data integration. It includes tools for discovering cluster nodes and managing indices to maintain connection stability and organize data storage. The client covers a broad range of operations, including document lifecycle management for CRUD actions, search query execution,

    Translates programmatic JavaScript method calls into RESTful HTTP requests for database operations.

    TypeScript
    GitHub पर देखें↗5,295
  • lhartikk/naivechainlhartikk का अवतार

    lhartikk/naivechain

    5,293GitHub पर देखें↗

    Naivechain is an educational blockchain implementation designed to demonstrate the fundamentals of distributed ledgers. It functions as a proof-of-work blockchain where nodes solve computational puzzles to validate new blocks and secure the network. The system operates as a peer-to-peer network using WebSockets to propagate transactions and synchronize state across nodes. It includes an asymmetric key wallet for generating public and private key pairs, enabling users to sign transactions and manage digital identities. Node administration and ledger data retrieval are handled through an HTTP

    Provides a RESTful HTTP interface to retrieve and manage the internal state of the blockchain.

    JavaScript
    GitHub पर देखें↗5,293
  • elastichq/elasticsearch-hqElasticHQ का अवतार

    ElasticHQ/elasticsearch-HQ

    5,000GitHub पर देखें↗

    Elasticsearch-HQ is a web-based management interface used to monitor and administer Elasticsearch clusters, indices, and nodes through a graphical dashboard. It serves as an API proxy for executing REST requests and managing cluster data and metadata. The project provides centralized multi-cluster orchestration, allowing administrators to manage several remote instances from a single interface. It includes specialized managers for index lifecycle control, snapshot repository backup management, and real-time health tracking for node performance and shard stability. The platform covers a broad

    Uses a REST-oriented HTTP interface for retrieving administrative data and health metrics from remote instances.

    JavaScriptelastichqelasticsearchelasticsearch-client
    GitHub पर देखें↗5,000
  1. Home
  2. Web Development
  3. HTTP API Integrations
  4. RESTful HTTP Interfaces