Hi,
I have setup the server for parse-server-migration that uses the raw parse implemenation with some Moralis SDK streams API added on top of that.
My pipeline is bult with the legacy database classes that are created from the historical event synch.
I now want to synchronize historical events on a server that runs locally. How can I store the historical events in the same way as the old moralis SDK used to do it?
I only found that I can now access the getContractEvents and then process it by myself into parse objects or does there exist some function equivalent to what happens with the Moralis hosted version? https://docs.moralis.io/web3-data-api/evm/how-to-get-the-events-for-a-contract
Did I miss some documentation?
Thanks in advance and absolutely astonishing documentation + services so far!