DigitalOcean
The simplest cloud platform for developers & teams. Deploy, manage, and scale cloud applications faster and more efficiently on DigitalOcean. DigitalOcean makes managing infrastructure easy for teams and businesses, whether you’re running one virtual machine or ten thousand. DigitalOcean App Platform: Build, deploy, and scale apps quickly using a simple, fully managed solution. We’ll handle the infrastructure, app runtimes and dependencies, so that you can push code to production in just a few clicks. Use a simple, intuitive, and visually rich experience to rapidly build, deploy, manage, and scale apps. Secure apps automatically. We create, manage and renew your SSL certificates and also protect your apps from DDoS attacks. Focus on what matters the most: building awesome apps. Let us handle provisioning and managing infrastructure, operating systems, databases, application runtimes, and other dependencies.
Learn more
RecallGraph
RecallGraph is a versioned-graph data store - it retains all changes that its data (vertices and edges) have gone through to reach their current state. It supports point-in-time graph traversals, letting the user query any past state of the graph just as easily as the present.
RecallGraph is a potential fit for scenarios where data is best represented as a network of vertices and edges (i.e., a graph) having the following characteristics:
1. Both vertices and edges can hold properties in the form of attribute/value pairs (equivalent to JSON objects).
2. Documents (vertices/edges) mutate within their lifespan (both in their individual attributes/values and in their relations with each other).
3. Past states of documents are as important as their present, necessitating retention and queryability of their change history.
Also see this blog post for an intro - https://blog.recallgraph.tech/never-lose-your-old-data-again.
Learn more
Cloudgeni
Cloudgeni is an agentic AIOps platform for cloud infrastructure that investigates incidents, drift, compliance, and FinOps issues, then fixes them as validated Infrastructure-as-Code pull requests. It brings cloud state, IaC, and operational signals into one context layer so agents can understand dependencies, identify root causes, generate changes in the organization’s own conventions, validate them before production, and verify that problems are resolved after changes land. Its agents cover compliance remediation, configuration drift and resource import, DevOps work, pull request review, IaC pipelines, cost optimization, SRE workflows, AI infrastructure governance, and custom automation. Cloudgeni connects with AWS, Azure, GCP, OCI, Kubernetes, OpenShift, Terraform, OpenTofu, Terragrunt, Bicep, Pulumi, Helm, GitHub, GitLab, Azure DevOps, security tools, observability platforms, and internal knowledge systems.
Learn more
Terraform
Terraform is an open-source infrastructure as code software tool that provides a consistent CLI workflow to manage hundreds of cloud services. Terraform codifies cloud APIs into declarative configuration files. Write infrastructure as code using declarative configuration files. HashiCorp Configuration Language (HCL) allows for concise descriptions of resources using blocks, arguments, and expressions. Run terraform plan to check whether the execution plan for a configuration matches your expectations before provisioning or changing infrastructure. Apply changes to hundreds of cloud providers with terraform apply to reach the desired state of the configuration. Define infrastructure as code to manage the full lifecycle — create new resources, manage existing ones, and destroy those no longer needed.
Learn more