4 रिपॉजिटरी
Interfaces for integrating external storage systems to persist application state.
Distinguishing note: Focuses on infrastructure-level state persistence for API features.
Explore 4 awesome GitHub repositories matching data & databases · Cache Backends. Refine with filters or upvote what's useful.
Django REST Framework is a toolkit for building standards-compliant web services that map complex data models to structured HTTP responses. It provides a modular architecture for handling the request lifecycle, including authentication, permission checks, and content negotiation. The framework is designed to facilitate the development of robust APIs by transforming complex data types into native formats and validating incoming request payloads against defined schemas. The project distinguishes itself through a highly modular, class-based design that allows developers to build complex views an
Connects cache backends to persist rate limiting state across multiple application processes.
Quarkus is a Kubernetes-native Java framework designed for building high-performance, memory-efficient applications. It utilizes ahead-of-time native compilation to transform Java code into standalone, optimized binaries that eliminate the need for a virtual machine, enabling rapid startup and reduced memory consumption. By performing code augmentation during the build phase, it shifts heavy processing tasks away from runtime, ensuring that applications are optimized for cloud-native environments. The framework distinguishes itself through a unified approach to reactive and imperative program
Supports multiple storage providers for caches to optimize performance based on data requirements.
RSS-Bridge is a self-hosted feed generator and proxy that transforms website content from sources without native feeds into standardized Atom, RSS, or JSON web feeds. It functions as a web scraping system that extracts data from pages using CSS selectors and XPath to create structured data streams for feed readers. The project is designed for extensibility, allowing for the development of custom bridges to fetch and parse data from new target websites. It includes capabilities for feed aggregation and filtering, enabling the merging of multiple data sources into a single feed and the removal
Supports pluggable cache backends including file systems, SQLite, and Memcached to optimize performance and reduce external requests.
Unbound एक DNS रिज़ॉल्वर है जो एक कैशिंग, रिकर्सिव और वैलिडेटिंग सर्वर के रूप में कार्य करता है। यह इंटरनेट पर स्वतंत्र लुकअप करके या बाहरी रिज़ॉल्वर को क्वेरी फॉरवर्ड करके डोमेन नामों को IP पतों में अनुवादित करता है। यह प्रोजेक्ट एक प्रोग्राम योग्य DNS सर्वर के रूप में खुद को अलग करता है, जो रिज़ॉल्यूशन पाइपलाइन को अनुकूलित करने के लिए एक Python स्क्रिप्टिंग इंटरफ़ेस और डायनामिक शेयर-लाइब्रेरी लोडिंग प्रदान करता है। यह DNS64 NAT64 गेटवे के रूप में भी कार्य करता है, जो IPv6-ओनली क्लाइंट के लिए संचार को सक्षम करने के लिए IPv4 रिकॉर्ड से IPv6 पते संश्लेषित करता है। इस सिस्टम में कैश पॉइज़निंग और ईव्सड्रॉपिंग को रोकने के लिए DNSSEC क्रिप्टोग्राफ़िक सत्यापन और DNS ट्रैफ़िक एन्क्रिप्शन के लिए सुरक्षा फ्रेमवर्क शामिल हैं। इसकी क्षमताएं नीति-आधारित रिस्पॉन्स फ़िल्टरिंग, बाहरी डेटाबेस बैकएंड के साथ मल्टी-लेवल कैशिंग, और स्थानीय अथॉरिटी ज़ोन डेटा की डिलीवरी तक फैली हुई हैं। प्रशासनिक नियंत्रण को रनिंग सर्वर पर एन्क्रिप्टेड कमांड भेजने के लिए एक सुरक्षित रिमोट इंटरफ़ेस के माध्यम से प्रबंधित किया जाता है।
Supports external database backends to maintain a persistent second-level DNS cache.