You are viewing a single comment's thread from:
RE: Tower: A REST API implementation on the top of Hivemind
What are your storage needs currently? I would like to do something similar, started off doing it in MySQL but getting all the data means gigs and gigs of space is needed.
181 GB for hivemind. But beware, Hive doesn't store all the data of the blockchain.
Thanks for this, I see it's a Postgres db in the back then.
I am interested in only a subset of the data. Is it possible to filter posts where the parent id is empty (i.e. only get back posts, not comments)?
Going to read up a bit more.