You are viewing a single comment's thread from:
RE: One Step Closer To A Blogging Platform On EOS?!?!
Yeah it's a mini-steemit, the content isn't saved on the RAM.. just the author and the primary_key
https://github.com/EOSIO/eosio-project-demux-example/blob/2a028e3776704b1e8b6d5a14ff3c538f9b750a3b/eosio_docker/contracts/blog/blog.cpp#L32
In theory it could disapper with EOS blochchain pruning
I finally did get it working in Ubuntu 18.04. Basically Using the new docker image for EOSIO version 1.2.3 resolved whatever was going on there.
Do you use any 3rd party application to view the data that gets put into Mongodb? Like Studio 3T? I haven't worked a ton with Docker so sometimes it is confusing to me of how to actually access some of the information inside the docker containers.