Skip to content

Commit

Permalink
docs: update readme to mention titorelli
Browse files Browse the repository at this point in the history
  • Loading branch information
Theodus committed Oct 18, 2024
1 parent e581394 commit a81f28e
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,11 +79,16 @@ respond to the request, then this process is repeated until all available indexe

## data science

The gateway exports data into 3 kafka topics:
The gateway exports data into the following kafka topics:

- client requests (`gateway_client_query_results`)
- indexer requests (`gateway_indexer_attempts`)
- attestations (`gateway_attestations`)
- indexer fees (TAP only) (`gateway_indexer_fees`)

Optionally, the [titorelli](https://github.com/edgeandnode/titorelli/) system can do aggregations
over these topics. For now, this is limited to creating `gateway_indexer_fees_hourly` to improve
the startup time of the `tap-escrow-manager`.

## indexer payments

Expand Down

0 comments on commit a81f28e

Please sign in to comment.