1
0
mirror of https://github.com/oceanprotocol/docs.git synced 2024-11-01 07:45:40 +01:00
docs/developers/old-infrastructure
2024-08-12 19:32:33 +01:00
..
aquarius GITBOOK-1: No subject 2024-06-17 13:02:05 +00:00
provider GITBOOK-1: No subject 2024-06-17 13:02:05 +00:00
subgraph GITBOOK-1: No subject 2024-06-17 13:02:05 +00:00
README.md Updating to say ocean nodes instead of ocean node 2024-08-12 19:32:33 +01:00

Old Infrastructure

Ocean Protocol is now using Ocean Nodes for all backend infrastructure. Previously we used these three components:

  1. Aquarius: Aquarius is a metadata cache used to enhance search efficiency by caching on-chain data into Elasticsearch. By accelerating metadata retrieval, Aquarius enables faster and more efficient data discovery.
  2. Provider: The Provider component was used to facilitate various operations within the ecosystem. It assists in asset downloading, handles DDO (Decentralized Data Object) encryption, and establishes communication with the operator-service for Compute-to-Data jobs. This ensures secure and streamlined interactions between different participants.
  3. Subgraph: The Subgraph is an off-chain service that utilizes GraphQL to offer efficient access to information related to datatokens, users, and balances. By leveraging the subgraph, data retrieval becomes faster compared to an on-chain query. This enhances the overall performance and responsiveness of applications that rely on accessing this information.