From 48adc7293deaeff10ed7bfdf078d932d7927b3a1 Mon Sep 17 00:00:00 2001 From: Jamie Hewitt Date: Tue, 23 Jul 2024 14:12:03 +0000 Subject: [PATCH] GITBOOK-23: No subject --- developers/ocean-node/README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/developers/ocean-node/README.md b/developers/ocean-node/README.md index 4cffd399..9852df49 100644 --- a/developers/ocean-node/README.md +++ b/developers/ocean-node/README.md @@ -26,8 +26,9 @@ For details on how to run a node see the [readme](https://github.com/oceanprotoc #### Ocean Node replaces Aquarius: -* Acts as a cache for on-chain data. It stores the metadata from the smart contract events off-chain in a Typesense database. -* Monitors events: It continually checks for MetadataCreated and MetadataUpdated events, processing these events and updating them in the database. +* A new component called Indexer replaces the functionality of Aquarius. +* The indexer acts as a cache for on-chain data. It stores the metadata from the smart contract events off-chain in a Typesense database. +* It monitors events: It continually checks for MetadataCreated and MetadataUpdated events, processing these events and updating them in the database. * Serves as an API: It provides a REST API that fetches data from the off-chain datastore. * Offers easy query access: The API provides a convenient method to access metadata without scanning the blockchain.