|
1 | 1 | <h1 align="center"> |
2 | 2 | <a href=""><img src="docs/static/img/infrahub-hori.svg" alt="Infrahub" width="350"></a> |
3 | 3 | </h1> |
4 | | -<h3 align="center">Simplify Infrastructure Automation</h2> |
5 | 4 |
|
6 | 5 | <p align="center"> |
7 | 6 | <a href="https://www.linkedin.com/company/opsmill"> |
8 | | -<img src="https://img.shields.io/badge/linkedin-blue?logo=linkedin"/> |
| 7 | +<img src="https://img.shields.io/badge/linkedin-blue?logo=LinkedIn"/> |
9 | 8 | </a> |
10 | 9 | <a href="https://discord.gg/opsmill"> |
11 | 10 | <img src="https://img.shields.io/badge/Discord-7289DA?&logo=discord&logoColor=white"/> |
12 | 11 | </a> |
13 | 12 | </p> |
14 | 13 |
|
15 | | -Infrahub from [OpsMill](https://opsmill.com) is taking a new approach to Infrastructure Management by providing a new generation of datastore to organize and control all the data that defines how an infrastructure should run. Infrahub offers a central hub to manage the data, templates and playbooks that powers your infrastructure by combining the version control and branch management capabilities similar to Git with the flexible data model and UI of a graph database. |
| 14 | +Infrahub is a graph-based data management platform with built-in version control, CI workflows, peer review, and API access. It's purpose-built to power network, data center, and cloud automation. |
16 | 15 |
|
17 | | -If you just want to try Infrahub out, you can use our [Infrahub Sandbox](https://sandbox.infrahub.app/) to get started. |
| 16 | +## The data foundation for modern automation |
18 | 17 |
|
19 | | - |
| 18 | +Infrahub provides a single platform that unifies infrastructure data with business logic, enforces consistency, and integrates with automation tools and AI workflows. |
20 | 19 |
|
21 | | -## Why Use Infrahub? |
| 20 | +With Infrahub as the data foundation in your automation stack, you can move faster, reduce risk, and deliver infrastructure as a reliable service. |
22 | 21 |
|
23 | | -**Unified Source of Truth** - Infrahub is a single source of truth for all your infrastructure and network data. It provides a unified view of your infrastructure, allowing you to manage your infrastructure in a more efficient and effective way. Infrahub allows unidirectional and bi-directional [data synchronization](https://docs.infrahub.app/sync/sync/) between other internal systems and Infrahub. The data can be accessed via WebUI, API and SDK, along with SSO and RBAC for access control. |
| 22 | +## Top ways to use Infrahub |
24 | 23 |
|
25 | | -**Flexible Schema** - Infrahub provides a flexible schema for your infrastructure data and related business information, allowing you to define your own data model and customize it to your needs. Get started quickly with our [schema library](https://github.com/opsmill/schema-library) or build your own. |
| 24 | +### Unify infrastructure data |
26 | 25 |
|
27 | | -**Version Control** - Infrahub provides a version control system for your infrastructure data, allowing you to track changes and revert to previous versions if needed. Immutable history of all changes to the data and artifacts is maintained, allowing you to audit and review changes to your infrastructure. |
| 26 | +Sync network and infrastructure device, service, and policy data into a unified source of truth, with rich metadata and robust UI and API access. |
28 | 27 |
|
29 | | -**CI Pipeline and Validation** - Infrahub provides a CI pipeline and validation system for your infrastructure data, allowing you to ensure that your infrastructure is always in a valid state. Infrahub was designed with infrastructure-as-code workflows in mind, removing fragility and complexity of combining together multiple tools and projects to achieve the same goal. |
| 28 | +### Automate at scale |
30 | 29 |
|
31 | | -## Infrahub Use Cases |
| 30 | +Generate, validate, and deploy configurations with unified data. Support full lifecycle management—provisioning, upgrades, decommissioning—across vendors and sites. |
32 | 31 |
|
33 | | -**Service Catalog** - Infrahub acts as the underlying system to provide infrastructure-as-a-service, allowing you to manage your services and lifecycle them as the services evolve. |
| 32 | +### Enable self-service |
34 | 33 |
|
35 | | -**Infrastructure Automation** - Provide infrastructure and network automation workflows with Infrahub rendering configurations and artifacts via Jinja2 and python,then passing to deployment tools such as [Nornir](https://www.opsmill.com/simplifying-network-automation-workflows-with-infrahub-nornir-and-jinja2/), [Ansible](https://docs.infrahub.app/ansible), Terraform, or vendor-specific tools. |
| 34 | +Expose automation through catalogs and APIs so application, platform, and ops teams can request infrastructure directly. Speed time to delivery, reduce errors, and make infrastructure more responsive to the business. |
36 | 35 |
|
37 | | -**Inventory Management** - Infrahub serves as a centralized inventory system for your infrastructure, allowing you to manage your inventory and track changes to your infrastructure. It provides a WebUI and API for other teams to self-service the information needed to allow the organization to operate. |
| 36 | +### Build an AIOps knowledge graph |
38 | 37 |
|
39 | | -**DCIM and IPAM** - Infrahub provides centralized DCIM and IPAM systems for your infrastructure, capable of handling complex cases such as overlapping IP addresses and VLANs, automation-friendly, branch-aware allocation of resources via Infrahub's [Resource Manager](https://docs.infrahub.app/python-sdk/guides/resource-manager), and more. |
| 38 | +Model dependencies and relationships across infrastructure. Provide the data foundation for AI-driven reasoning, troubleshooting, and predictive operations. |
40 | 39 |
|
41 | 40 | ## Quick Start |
42 | 41 |
|
|
0 commit comments