4 repositorios
Middleware that enables interoperability with existing API standards.
Distinguishing note: Focuses on mimicking cloud-based AI service interfaces.
Explore 4 awesome GitHub repositories matching web development · API Compatibility Layers. Refine with filters or upvote what's useful.
LocalAI is a self-hosted inference server that enables the execution of machine learning models directly on local hardware. By providing a unified interface for text, image, and audio processing, it allows users to maintain full control over data privacy and infrastructure costs while eliminating dependencies on external network services. The platform functions as an API gateway that mimics standard cloud-based artificial intelligence interfaces, allowing existing applications to integrate local models as drop-in replacements. It utilizes a container-based architecture to package runtimes and
Integrates local machine learning models into existing applications by using a standard interface that mimics popular cloud-based AI services.
ScyllaDB is a distributed NoSQL database engine designed for high-throughput data storage and low-latency performance at scale. It functions as a shard-aware platform that manages large-scale datasets across distributed clusters, providing a foundation for real-time applications that require consistent availability and operational stability. The system distinguishes itself through a shared-nothing architecture that distributes data across independent CPU cores to eliminate lock contention. It incorporates a user-space networking stack and an asynchronous event-driven engine to maximize hardwa
Provides an API that mimics standard cloud-native database protocols to allow seamless migration and interoperability with established storage patterns.
GitBucket is a self-hosted Git hosting platform and forge designed for managing private repositories. Built with the Scala language, it provides a web interface for version control and is implemented as a server compatible with the GitHub API to ensure integration with existing third-party tools. The platform allows for customization of the version control environment through a plugin-based extension model, enabling the installation of third-party plugins to add specialized features. Its capability surface covers software project management via integrated issue trackers, pull requests, and w
Provides a REST-compatible API layer following industry standards for seamless third-party tool integration.
kbone es un puente frontend multiplataforma y adaptador de web a mini-programas. Funciona como un runtime web para mini-programas que permite que los frameworks frontend basados en web se ejecuten dentro de un contenedor de mini-programa simulando interfaces de navegador. El proyecto proporciona una capa de integración de características nativas que permite llamar a componentes nativos de mini-programas y funcionalidades del sistema desde un contexto de ejecución basado en web. Utiliza una capa adaptadora para simular interfaces de Document Object Model (DOM) y Browser Object Model (BOM), permitiendo que las aplicaciones web existentes se migren a mini-programas con modificaciones mínimas. El sistema cubre el desarrollo frontend multiplataforma mediante una capa de runtime isomórfico y una integración basada en puente para componentes nativos. Incluye una interfaz de línea de comandos para el arranque de proyectos, automatizando la generación de estructuras de carpetas y configuraciones de compilación.
Implements common DOM and BOM interfaces to enable the migration of web-based code to mini-programs.