Since we met an operational barrier about using original ckb-indexer to search all of spore cells on CKB, Dawn prepared a graphql cache layer to cache spore cells into a native DB, and spore-sdk can just interact with this DB to get spore cells
I believe this graphql is a temporary operation to simplify the complicated work in spore-sdk, because the stability will rely on this middle-software
I've heard we are researching rich-indexer which is an extension for ckb-indexer to enable complex search of on-chain cells, so after then, we should kill this spore-graphql server and integrate rich-indexer just in our spore-sdk
Description
Since we met an operational barrier about using original
ckb-indexer
to search all of spore cells on CKB,Dawn
prepared a graphql cache layer to cache spore cells into a native DB, andspore-sdk
can just interact with this DB to get spore cellsI believe this graphql is a temporary operation to simplify the complicated work in
spore-sdk
, because the stability will rely on this middle-softwareI've heard we are researching
rich-indexer
which is an extension forckb-indexer
to enable complex search of on-chain cells, so after then, we should kill thisspore-graphql
server and integraterich-indexer
just in ourspore-sdk