mafoc (@mafoc_cardano) 's Twitter Profile
mafoc

@mafoc_cardano

Mafoc, the Cardano Indexer Library: captainhaskell.ee/mafoc

ID: 1685336649897553920

link calendar_today29-07-2023 17:09:17

44 Tweet

6 Followers

31 Following

mafoc (@mafoc_cardano) 's Twitter Profile Photo

#CardanoDbSync snapshot is a ~50GB tgz file (sql + ledger state). Instead of piping the sql to postgres, the restore script *extracts* it into a temporary 170GB file first, and then pipes that🤯 Surely we can do better?

mafoc (@mafoc_cardano) 's Twitter Profile Photo

#Cardano #CardanoCommunity Mafoc can now index custom asset fingerprints with `mafoc fingerprint` indexer. Try it out with docker `docker run --rm -it markus77/mafoc fingerprint ..`

mafoc (@mafoc_cardano) 's Twitter Profile Photo

Another day, another indexer: `mafoc addressappears` creates you an sqlite table with an address and the block where this address first appears on the chain -- giving you a location to start, say, the `mafoc addressbalance` indexer. #Mafoc #Cardano #CardanoCommunity