You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
My "dream" is to be able to write an indexer service for a new data service with only a few lines of code. Think along the lines of running a single run_indexer_service function to which a few things are passed:
A function to extract receipts from incoming requests.
A function to forward incoming requests to the data service backend (e.g. graph-node, SQL database).
A status API of sorts
A cost model API of sorts
The text was updated successfully, but these errors were encountered:
My "dream" is to be able to write an indexer service for a new data service with only a few lines of code. Think along the lines of running a single
run_indexer_service
function to which a few things are passed:The text was updated successfully, but these errors were encountered: