docs/infrastructure
Andrea 15c277cea3 Removed ocean market docs only 2024-04-12 08:58:12 +01:00
..
README.md Addressed comments in the PR 2023-10-11 22:22:40 +03:00
compute-to-data-docker-registry.md Fix broken links 2023-06-29 18:52:01 +03:00
compute-to-data-minikube.md Final cleanup 2023-07-16 10:19:03 +03:00
deploying-aquarius.md touch 2023-11-03 23:37:03 +01:00
deploying-ocean-subgraph.md fix many links 2023-11-03 23:29:40 +01:00
deploying-provider.md fix many links 2023-11-03 23:29:40 +01:00
setup-server.md Final cleanup 2023-07-16 10:19:03 +03:00

README.md

description cover coverY
Learn how to deploy Ocean components in your environment. ../.gitbook/assets/cover/infrastructure_banner.png 0

🔨 Infrastructure

There are many ways in which the components can be deployed, from simple configurations used for development and testing to complex configurations, used for production systems.

All the Ocean Protocol components (Provider, Aquarius, Subgraph) are designed to run in Docker containers, on a Linux operating system. For simple configurations, we rely on Docker Engine and Docker Compose products to deploy and run the components, while for complex configurations we use Kubernetes. The guides included in this section will present both deployment options.

Please note that deploying the Ocean components requires a good understanding of:

  • Linux operating system
  • Docker Engine
  • Docker Compose or Kubernetes (depending on the configuration chosen for the component deployment)

Please note that Ocean Marketplace is not a core component of the stack but rather an example of what can be achieved with the technology, in this section we included a guide on how to deploy it.

All components need to be deployed on a server, so we included a guide about how to install and configure a server will all the necessary tools.