The Tenzir Platform acts as a fleet management control plane for Tenzir Nodes. Use its web interface to explore data, create pipelines, and build dashboards.
Services
Section titled “Services”The platform integrates three types of services, as the diagram below illustrates:
- Internal: Tenzir provides the (gray) internal services. They are core to the platform's operation.
- External: You provide the (blue) external services. We do not ship these, so you must bring your own.
- Configurable: You can use our bundled (yellow) configurable services or provide your own.
Get Started
Section titled “Get Started”Follow these steps to set up the platform:
Choose a scenario: First, choose a deployment scenario that best fits your use case. We provide several options that match common deployments.
Configure the services: Next, configure the platform's services. You must set up the external endpoints so nodes and browsers can interact with the platform.
- Configure reverse proxy
- Configure internal services
- Configure identity provider
- Configure database
- Configure blob storage
You may skip some steps depending on your chosen scenario.
Run the platform: After you create a configuration, start the platform. This can be as simple as running
docker compose up
.