Use Case Question - Large Amounts of Data
# 🤝help
f
Hi there! Curious about a use case involving a LOT of data. we are looking to build a capability that allows users to ask about block chain transactions (plain text files/json). Looking at millions of transactions, probably not possible via botpress or is it?
c
Great question
l
Just build some simple api around blockchain data externally, than call it in botpress. Or put something like flowise in the middle if you need your answers to be ai-interpreted.
actually, dm, I have done something similar a few years ago, maybe I can help