6 repositorios
Platforms for deploying and managing applications in hosted environments.
Distinguishing note: Specifically manages hosted CRM workspaces without infrastructure overhead.
Explore 6 awesome GitHub repositories matching devops & infrastructure · Cloud Hosting Services. Refine with filters or upvote what's useful.
RethinkDB is a distributed, document-oriented database designed to store and manage JSON-formatted data across scalable clusters. It utilizes a custom log-structured storage engine with B-Tree indexing to ensure high-performance disk I/O and data persistence. The system maintains high availability through automatic sharding and replication, employing a primary-replica voting consensus mechanism to handle node failures and ensure consistent cluster operations. A defining characteristic of the platform is its reactive changefeed engine, which allows applications to subscribe to live data update
RethinkDB configures and hosts database instances on cloud-based service providers to simplify infrastructure management and scaling for production applications.
FARA is a visual computer-use agent model that controls a browser by predicting screen coordinates for clicking, typing, and scrolling, without relying on DOM or accessibility trees. It is designed to automate multi-step web tasks such as searching, form filling, booking, and shopping by reasoning over visual state and decomposing tasks into sequential actions. The model uses a compact 7-billion-parameter decoder-only transformer that can run on consumer GPUs for low-latency on-device inference, or be deployed as a managed endpoint on Azure Foundry for cloud-based inference without local infr
Deploys the model on Azure Foundry without downloading weights or managing GPU infrastructure.
Weblate is an open-source web-based translation management system that provides a collaborative platform for teams to review, suggest, and approve translations in real time. It functions as a continuous localization platform, automatically synchronizing translations with source code changes in version control repositories, and can be deployed either as a self-hosted server or through a managed cloud hosting service. The system integrates directly with Git hosting platforms like GitHub, GitLab, and Bitbucket, storing all translations in version control with individual translator attribution re
Provides a managed cloud translation service with tiered subscription pricing.
Shiny is a framework for building interactive web applications using R code, eliminating the need for HTML, CSS, or JavaScript. At its core, it provides a reactive programming model that automatically tracks data dependencies and re-executes only the parts of an application that depend on changed inputs. The framework handles server-side UI rendering and maintains persistent WebSocket connections between the browser and server for real-time updates without page reloads. The framework distinguishes itself through deep integration with the R ecosystem, including the ability to embed interactive
Publishes Shiny apps to a managed cloud service without maintaining your own server.
Kill Bill is a subscription billing platform and usage-based billing engine designed to manage recurring invoicing and automated payment collection. It functions as a multi-tenant billing infrastructure, providing isolated environments for different organizational entities through a dedicated API. The system is distinguished by a plugin-based extension framework that allows for the integration of third-party payment gateways and custom business logic. It includes a payment gateway orchestrator to handle transactions and refunds, as well as a revenue recognition system to allocate contract rev
Defines if subscription plan switches occur immediately or are deferred to the end of a term.
La librería de cliente de Google Cloud para Go es un conjunto de paquetes de Go y un kit de desarrollo de software utilizado para interactuar con los servicios y APIs de la plataforma Google Cloud. Proporciona el medio principal para que las aplicaciones de Go se integren con los endpoints de servicios en la nube a través de patrones de lenguaje simplificados y manejo automatizado de solicitudes de API. El proyecto cuenta con librerías especializadas para gestionar la identidad y el acceso a través de cuentas de servicio, claves de API y resolución de credenciales basada en el entorno. Incluye SDKs dedicados para la orquestación programática de recursos y el despliegue y gestión de funciones serverless, trabajos contenedorizados y servicios web escalables. La superficie de capacidad de la librería cubre la gestión de datos en la nube a través de almacenamiento relacional, NoSQL y de objetos, así como la orquestación de infraestructura para máquinas virtuales y contenedores. También proporciona herramientas para el desarrollo de IA generativa, análisis de datos a gran escala y monitoreo de aplicaciones en la nube a través de captura de registros y seguimiento de errores.
Facilitates the deployment and scaling of containerized applications as managed cloud services.