2 रिपॉजिटरी
Development of scalable server-side applications using microservice patterns, gRPC, and high-concurrency runtimes.
Distinct from Java: Focuses on the microservices architectural pattern specifically within Java, rather than general Java web development.
Explore 2 awesome GitHub repositories matching web development · Microservices Development. Refine with filters or upvote what's useful.
यह प्रोजेक्ट कंप्यूटर विज़न, DevOps ऑटोमेशन, डिस्ट्रीब्यूटेड सिस्टम और Java-आधारित माइक्रोसर्विसेज को कवर करने वाले रेफरेंस इम्प्लीमेंटेशन और डेमोंस्ट्रेशन प्रोजेक्ट्स का एक संग्रह है। यह सर्वर-साइड एप्लिकेशन बनाने, कंटेनराइज़िंग सर्विसेज और क्लस्टर ऑर्केस्ट्रेट करने के लिए एक प्रोग्रामिंग रेफरेंस लाइब्रेरी और व्यावहारिक उदाहरण प्रदान करता है। इस रिपॉजिटरी में DevOps ऑटोमेशन के लिए एक व्यापक टूलसेट है, जिसमें CI/CD पाइपलाइन्स और ऑटोमेटेड क्लस्टर इंस्टॉलेशन के लिए स्क्रिप्ट्स और प्लेबुक्स शामिल हैं। इसमें इमेज ऑब्जेक्ट डिटेक्शन और फेशियल एनालिसिस के लिए एक कंप्यूटर विज़न डेमो प्रोजेक्ट, साथ ही Docker कंटेनराइज़ेशन और Kubernetes डिप्लॉयमेंट के लिए विस्तृत गाइड और कॉन्फ़िगरेशन फाइलें शामिल हैं। यह प्रोजेक्ट डिस्ट्रीब्यूटेड सिस्टम की व्यापक क्षमताओं को कवर करता है, जिसमें gRPC और RESTful API इम्प्लीमेंटेशन, मैसेज क्यूइंग और डेटा स्ट्रीमिंग शामिल है। यह डिस्ट्रीब्यूटेड ट्रेसिंग और सिस्टम परफॉरमेंस मॉनिटरिंग के माध्यम से इंफ्रास्ट्रक्चर ऑब्जर्वेबिलिटी, साथ ही बिग डेटा प्रोसेसिंग और डेटा स्टोरेज ऑप्टिमाइज़ेशन को भी संबोधित करता है। कोडबेस में Java और Go के लिए इम्प्लीमेंटेशन उदाहरण शामिल हैं, जो नेटिव बाइनरी कंपाइलेशन और मल्टी-स्टेज कंटेनर बिल्ड्स के लिए सोर्स कोड प्रदान करते हैं।
Builds scalable server-side Java applications using gRPC, RESTful APIs, and virtual threads.
light-4j is a Java microservices framework designed for building scalable distributed systems. It provides a toolkit for developing cloud-native services with integrated support for service discovery, telemetry, and secure inter-service communication. The project includes a runtime OpenAPI request validator to ensure communication consistency by checking data against formal specifications. It also features an OAuth2 API security gateway for verifying identity tokens and managing credentials, alongside an event-sourcing messaging system for building command query responsibility segregation arc
Provides a dedicated framework for developing scalable Java-based microservices using distributed system patterns.