2 repos
API Gateways — DevOps & Infrastructure
We curate 2 GitHub repositories matching devops & infrastructure · API Gateways. Refine with filters or upvote what's useful.
API Gateways — DevOps & Infrastructure
- Snailclimb/JavaGuide
Snailclimb/JavaGuide
153,828This project is a comprehensive educational repository providing technical documentation and learning materials across a wide range of computer science and software engineering domains. It serves as a centralized knowledge base for developers, covering core programming concepts, database management, distributed systems, and system design principles. The content spans fundamental Java programming, including collection frameworks and runtime environments, alongside deep dives into web communication protocols and browser internals. It also provides extensive resources on database internals, such as storage engines and indexing strategies, and distributed system theory, including consensus algorithms and coordination services. Additionally, the repository includes practical guides for modern technology stacks, such as artificial intelligence frameworks, retrieval-augmented generation techniques, and API gateway architectures. The documentation is structured as a collection of technical explanations and conceptual comparisons designed to assist in understanding complex engineering topics.
Javaalgorithmsdistributed-systemsinterview - elastic/elasticsearch
elastic/elasticsearch
76,163Elasticsearch is a distributed search engine and document store designed for the high-performance indexing and retrieval of massive volumes of unstructured data. It functions as a centralized analytics platform, providing a schema-flexible architecture that organizes information into searchable indices while maintaining global cluster state through a distributed consensus mechanism. The platform distinguishes itself through its integrated approach to observability, security, and advanced analytics. It combines full-text, vector, and hybrid search capabilities with machine learning-driven insights, allowing users to perform complex statistical aggregations, geospatial analysis, and automated anomaly detection. Its storage architecture supports multi-tier data lifecycles, enabling efficient data placement across hot, warm, and cold nodes to balance performance with long-term retention requirements. Beyond core search and storage, the system provides comprehensive observability tools for centralized log analysis, application performance monitoring, and infrastructure health diagnostics. It includes built-in security operations for threat detection and endpoint protection, all managed through a unified RESTful API gateway. The system is accessible via standardized REST APIs for cluster management, data ingestion, and query execution. Extensive documentation is available to guide users through API references for search, indexing, security, and cluster administration.
Javaelasticsearchjavasearch-engine