Ucen-Blockchain / streamplay

Blockchain to Redis + Redis > MongoDB ( []-[]-[]-[]-[] ------> * (stream logic) -----> in memory cache )
MIT License
0 stars 0 forks source link

streaming and storing of the data from blockchain #1

Open bobinson opened 5 years ago

bobinson commented 5 years ago

Blockchain ----> In-Memory-Cache

image

bobinson commented 5 years ago
In T61#1047, @bobinson wrote:

@sndp487   - please confirm

a) list of plugins enabled in PLAY

database_api login_api account_by_key_api network_broadcast_api tag_api follow_api market_history_api raw_block_api condenser_api

b) all the plugins available STEEM fulll node

account_by_key blockchain_statistics delayed_node raw_block account_history block_info follow tags account_statistics market_history witness auth_util debug_node private_message

c) tested environment is against PLAY or not

Due to this, tests aren't done yet.

The error was:

adapter = SteemV2Adapter(endpoints=['http://18.221.158.251:8090'])

rpcerror: '10 assert_exception: Assert Exception
itr != _by_name.end(): no method with name 'jsonrpc.get_methods'

can't enable plugin jsonrpc

reported by : @sndp487

@sndp487 - jsonrpc.get_methods is added in STEEM version 19.0.4 and hence you are getting this error. Fix the error by handling the same in your code. note - we are using STEEM 19.0.2

bobinson commented 5 years ago

image