6 Repos
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.
Die Google Cloud Go Client Library ist eine Reihe von Go-Paketen und ein Software Development Kit zur Interaktion mit Google Cloud Platform-Diensten und APIs. Sie bietet das primäre Mittel für Go-Anwendungen, sich über vereinfachte Sprachmuster und automatisierte API-Request-Handhabung in Cloud-Service-Endpunkte zu integrieren. Das Projekt bietet spezialisierte Bibliotheken zur Verwaltung von Identität und Zugriff via Service-Accounts, API-Keys und umgebungsbasierter Credential-Auflösung. Es enthält dedizierte SDKs für die programmatische Ressourcenorchestrierung sowie die Bereitstellung und Verwaltung von serverlosen Funktionen, containerisierten Jobs und skalierbaren Webdiensten. Die Funktionsfläche der Bibliothek deckt Cloud-Datenmanagement über relationale, NoSQL- und Objektspeicher hinweg sowie Infrastrukturorchestrierung für virtuelle Maschinen und Container ab. Sie bietet zudem Tools für die Entwicklung generativer KI, groß angelegte Datenanalysen und Cloud-Anwendungsüberwachung durch Log-Erfassung und Fehlerverfolgung.
Facilitates the deployment and scaling of containerized applications as managed cloud services.