Hi Algorand Community.
I am currently working on a data pipeline around the Algorand blockchain. To retrieve the data from the blockchain, I was looking into the Indexer REST API. However, the indexer populates a Postgres with a large amount of data. Is there some way to limit the Indexer to a certain date in the past and sync the data from there on?
As I am writing new transactions found on the blockchain to a Kafka stream, would it also be possible to retrieve the latest transactions from the Algod REST API?
Thanks for your advice!