create account

Exploratory Analysis Shows World of Opportunity with JSON and STEEM by paulag

View this thread on: hive.blogpeakd.comecency.com
· @paulag ·
$53.85
Exploratory Analysis Shows World of Opportunity with JSON and STEEM
<html>
<p>The use of Custom JSON field on the STEEM Blockchain is becoming more and more popular. &nbsp;From discussion I have read, this field can do almost anything from creating Tokens to holding game information.</p>
<p>JSON data is a way of representing objects or arrays. &nbsp;It is easy to read, and it is easy to parse. &nbsp;Many API calls will return JSON format and many web apps use JSON to easily move information around the internet.</p>
<p>Its is therefore no surprise that developers are now using the JSON filed on steem to move data between an app and the blockchain.</p>
<p>Initially the Custom JSON field was used for holding follow information, where one account on the blockchain follows another. &nbsp;However, over time, this has expanded to holding information from multiple sources for multiple reasons.</p>
<p>https://cdn.steemitimages.com/DQmWuF5qnRbyQog6Rrkjf14KeF5J4ycuFGPMaxQniesoBiU/11.png</p>
<p>With that in mind I wanted to take a quick look at the Txcustoms table in the STEEMSQL database to just get an idea of what and who is using this JSON field. &nbsp;This type of analysis is commonly called exploratory analysis.</p>
<h2>Repository</h2>
<p>https://github.com/steemit/steem</p>
<h2>Aim of Exploratory Analysis</h2>
<p>- Get a feel for the Txcustoms table in STEEMSQL.</p>
<p>- Establish if there was growth in the use of this field from 2018 to 2019</p>
<p>- Establish what app is using this most</p>
<p>- Get an idea of the type of data held&nbsp;</p>
<h2>Analysis</h2>
<p>The table below shows the custom JSONs for the first week of January 2018. None of the Custom JSONs required additional posting or other authorities. &nbsp;As we can see, most of the transitions using this field were Follows, however there were a few others too.</p>
<p>https://cdn.steemitimages.com/DQmXFXXqpRJKpFHL4JFG3JXEkEpym3JoUVRsFz4EHa8LJGU/3.png &nbsp;</p>
<p>Pacman-live seems to be one of the first games to host data on the blockchain. &nbsp;Looking at this further the data sent to the blockchain was the username, the score, the game level and a timestamp.</p>
<p>&nbsp;https://cdn.steemitimages.com/DQmTJakW7xST84xHCSrdyaQfy8mASHZeL2DBEJacLfmYc8J/4.png&nbsp;</p>
<p>Chainbb seem to have been using the JSON field to store details of Forum objects, such as forum configurations and forum posts.</p>
<p>&nbsp;https://cdn.steemitimages.com/DQmVgzxL1C4dPDKrmcAoCcZa31MRJqrKoNo9c8i6ns1uxf7/5.png&nbsp;</p>
<p>Distribution is an interesting one and seems to be holding information about distributions from randowhale</p>
<p>&nbsp;https://cdn.steemitimages.com/DQmNXmE4HyL3ufaxGJsi1WNxF9Ur7jNKoUrnpxPnQ6zHCSX/6.png&nbsp;</p>
<p>&nbsp;And we can also see some testing of STEEMMonsters under TEST_sm_pre_sale_packs</p>
<p>&nbsp;https://cdn.steemitimages.com/DQmcwQiuqDf24ZYNJrtKyD679srxz84oGDaXZvxfHNADw7C/7.png&nbsp;</p>
<p>Jumping on now to the first week of January 2019 and things are looking rather different. 980162 custom JSON fields were used, down 58% on the same time last year. &nbsp;However, this is not bad news because in 2018 99.8% of these related to follows and unfollows. &nbsp;With the downturn in activity on the blockchain, for the same period in 2019 follows and unfollows make up only 9.8% of the custom JSON transactions. &nbsp;The was a reduction of 95% in the actual number of follows and unfollows.</p>
<p>&nbsp;https://cdn.steemitimages.com/DQmQ51hNeayP6zrkbr1yX8wpDQtPnnVsfDXiY9wun5bCNqs/8.png&nbsp;</p>
<p>The table above shows the number of transitions of each time with custom JSONS. I have split this list in two. &nbsp;On the right we have all the STEEMMonsters custom JSONS. &nbsp;This makes up 88% of all custom JSONs. &nbsp;On the left we have others such as Follows, DiceHash and Dlux.</p>
<p>The table below shows a sample of the data contained within some of the JSONs.</p>
<p>https://cdn.steemitimages.com/DQmebZia6NFqhrXTJQxGMtnBN49wyK1wjVjUnRYF2wckFb2/9.png&nbsp;</p>
<p>Also changed considerably since 2018 is the user of authority to post and this is also recorded in the blockchain and the SQL database. &nbsp;Looking at this for STEEMMonsters in the table below, by doing a count of the required_posting_auths we can see that for this period there were 366,192 find match and by carrying out a distinct count of the same field, we can establish this was by 2379 different accounts.</p>
<p>&nbsp;https://cdn.steemitimages.com/DQmewa4WUfLjYbvm6nLkwZ5UqNZ1Qgtv3Na9NBXRnU86ycx/10.png&nbsp;</p>
<h2>Conclusion</h2>
<p>Although there was a reduction in the number of custom JSONs used from Jan 18 to Jan 19, this is a reflection on the downturn in social activity on the block and not development activity.</p>
<p>The social activity, follows and unfollows is down 95%. &nbsp;However, in 2018 non-social activity recorded in JSON was only 0.02%, in 2018 this was 90.2%. &nbsp;This is an indication of development on the block and a sign in the shift of the platform from being a content/social platform to something more.</p>
<p>By looking at the data contained within the JSONs my eyes have been opened on how simple it can be to really make β€˜ANY’ app a DApp on the STEEM Blockchain and I hope it gives you that sense too. &nbsp;</p>
<p>Obviously STEEMMonsters are well out there in terms of usage compared to other apps using JSONs but many apps are only being to test this feature. &nbsp;Some of this comes from the shift away from Steemit.Inc as the only developers on the block. &nbsp;STEEM is coded in C++ which is a skill many do not have. &nbsp;However, there is no shortage of App developers with JSON knowledge.</p>
<p>Now that I have a better understanding of how this table in the SQL database is kept and what data it contains, it opens up a new world of analysis.</p>
<h2>So, who will be first to have a D+ site ready to replace G+ communities using our new friend JSON?</h2>
<h2>Data and Query</h2>
<p>The data for this post was taken from the STEEMSQL database held and managed by @arcange.</p>
<p>The query used for 2019 was</p>
<pre><code>select *</code></pre>
<pre><code>from Txcustoms</code></pre>
<pre><code>where CONVERT(DATE,timestamp) BETWEEN '2019-01-01' AND '2019-01-07'</code></pre>
<p>and for 2018 was</p>
<pre><code>select *</code></pre>
<pre><code>from Txcustoms</code></pre>
<pre><code>where CONVERT(DATE,timestamp) BETWEEN '2018-01-01' AND '2018-01-07'</code></pre>
<p>As always, I used PowerBI to</p>
<p>- Connect to the data</p>
<p>- Transform the data</p>
<p>- Carry out calculations</p>
<p>- Visualise the data</p>
<p>If you want to learn more about using PowerBI or Excel do follow @theexcelclub</p>
<p><br></p>
</html>
πŸ‘  , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , and 157 others
properties (23)
authorpaulag
permlinkexploratory-analysis-shows-world-of-opportunity-with-json-and-steem-1547046761713
categoryutopian-io
json_metadata{"app":"steeditor/0.1.2","format":"html","image":[],"tags":["utopian-io","analysis","blockchainbi","steem","witness-category"],"users":["arcange","theexcelclub"],"links":["https://cdn.steemitimages.com/DQmWuF5qnRbyQog6Rrkjf14KeF5J4ycuFGPMaxQniesoBiU/11.png","https://github.com/steemit/steem","https://cdn.steemitimages.com/DQmXFXXqpRJKpFHL4JFG3JXEkEpym3JoUVRsFz4EHa8LJGU/3.png","https://cdn.steemitimages.com/DQmTJakW7xST84xHCSrdyaQfy8mASHZeL2DBEJacLfmYc8J/4.png&nbsp","https://cdn.steemitimages.com/DQmVgzxL1C4dPDKrmcAoCcZa31MRJqrKoNo9c8i6ns1uxf7/5.png&nbsp","https://cdn.steemitimages.com/DQmNXmE4HyL3ufaxGJsi1WNxF9Ur7jNKoUrnpxPnQ6zHCSX/6.png&nbsp","https://cdn.steemitimages.com/DQmcwQiuqDf24ZYNJrtKyD679srxz84oGDaXZvxfHNADw7C/7.png&nbsp","https://cdn.steemitimages.com/DQmQ51hNeayP6zrkbr1yX8wpDQtPnnVsfDXiY9wun5bCNqs/8.png&nbsp","https://cdn.steemitimages.com/DQmebZia6NFqhrXTJQxGMtnBN49wyK1wjVjUnRYF2wckFb2/9.png&nbsp","https://cdn.steemitimages.com/DQmewa4WUfLjYbvm6nLkwZ5UqNZ1Qgtv3Na9NBXRnU86ycx/10.png&nbsp"]}
created2019-01-09 15:12:42
last_update2019-01-09 15:12:42
depth0
children32
last_payout2019-01-16 15:12:42
cashout_time1969-12-31 23:59:59
total_payout_value40.606 HBD
curator_payout_value13.244 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length6,619
author_reputation274,264,287,951,003
root_title"Exploratory Analysis Shows World of Opportunity with JSON and STEEM"
beneficiaries
0.
accountutopian.pay
weight500
max_accepted_payout100,000.000 HBD
percent_hbd10,000
post_id78,134,616
net_rshares108,423,173,581,322
author_curate_reward""
vote details (221)
@arcange · (edited)
$0.07
Hello Paula,

Sorry to say it, but your analysis is (partially) invalid :/

> The table below shows the custom JSONs for the first week of January 2018. None of the Custom JSONs required additional posting or other authorities.

There was a bug in SteemSQL Database Injector, which was not processing `required_auths` and `required_posting_auths`.
This problem was fixed in December 2018 and only new custom_json operations issued after the fix were recorded correctly.

Unfortunately, SteemSQL need to reprocess all blocks from the beginning of the blockchain, something I plan to do this month.

_(upvoted for visibility)_
πŸ‘  , , , , ,
properties (23)
authorarcange
permlinkre-paulag-exploratory-analysis-shows-world-of-opportunity-with-json-and-steem-1547046761713-20190109t153102993z
categoryutopian-io
json_metadata{"tags":["utopian-io"],"app":"steemit/0.1"}
created2019-01-09 15:31:03
last_update2019-01-09 15:32:15
depth1
children3
last_payout2019-01-16 15:31:03
cashout_time1969-12-31 23:59:59
total_payout_value0.066 HBD
curator_payout_value0.003 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length624
author_reputation1,148,349,221,690,653
root_title"Exploratory Analysis Shows World of Opportunity with JSON and STEEM"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id78,135,606
net_rshares168,241,949,147
author_curate_reward""
vote details (6)
@paulag ·
Okay, thanks for letting us know.  Good luck reprocessing, that will take ages.
properties (22)
authorpaulag
permlinkre-arcange-re-paulag-exploratory-analysis-shows-world-of-opportunity-with-json-and-steem-1547046761713-20190109t154034869z
categoryutopian-io
json_metadata{"tags":["utopian-io"],"app":"steemit/0.1"}
created2019-01-09 15:40:36
last_update2019-01-09 15:40:36
depth2
children2
last_payout2019-01-16 15:40:36
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length79
author_reputation274,264,287,951,003
root_title"Exploratory Analysis Shows World of Opportunity with JSON and STEEM"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id78,136,068
net_rshares0
@arcange ·
$0.02
![](https://cdn.steemitimages.com/DQmURDgvywcEcnZnMSLC5QpPEFB4MV9DSU98VEsCfERe1hu/image.png)
πŸ‘  
properties (23)
authorarcange
permlinkre-paulag-re-arcange-re-paulag-exploratory-analysis-shows-world-of-opportunity-with-json-and-steem-1547046761713-20190109t202046215z
categoryutopian-io
json_metadata{"tags":["utopian-io"],"image":["https://cdn.steemitimages.com/DQmURDgvywcEcnZnMSLC5QpPEFB4MV9DSU98VEsCfERe1hu/image.png"],"app":"steemit/0.1"}
created2019-01-09 20:20:45
last_update2019-01-09 20:20:45
depth3
children1
last_payout2019-01-16 20:20:45
cashout_time1969-12-31 23:59:59
total_payout_value0.016 HBD
curator_payout_value0.005 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length92
author_reputation1,148,349,221,690,653
root_title"Exploratory Analysis Shows World of Opportunity with JSON and STEEM"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id78,146,731
net_rshares42,379,879,754
author_curate_reward""
vote details (1)
@crokkon · (edited)
$6.94
properties (23)
authorcrokkon
permlinkre-paulag-exploratory-analysis-shows-world-of-opportunity-with-json-and-steem-1547046761713-20190112t114800867z
categoryutopian-io
json_metadata"{"app": ""}"
created2019-01-12 11:48:00
last_update2022-09-18 09:59:45
depth1
children1
last_payout2019-01-19 11:48:00
cashout_time1969-12-31 23:59:59
total_payout_value5.263 HBD
curator_payout_value1.676 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length1
author_reputation81,214,366,861,104
root_title"Exploratory Analysis Shows World of Opportunity with JSON and STEEM"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id78,271,642
net_rshares13,493,026,573,135
author_curate_reward""
vote details (17)
@utopian-io ·
Thank you for your review, @crokkon! Keep up the good work!
properties (22)
authorutopian-io
permlinkre-re-paulag-exploratory-analysis-shows-world-of-opportunity-with-json-and-steem-1547046761713-20190112t114800867z-20190114t135426z
categoryutopian-io
json_metadata"{"app": "beem/0.20.9"}"
created2019-01-14 13:54:27
last_update2019-01-14 13:54:27
depth2
children0
last_payout2019-01-21 13:54:27
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length59
author_reputation152,955,367,999,756
root_title"Exploratory Analysis Shows World of Opportunity with JSON and STEEM"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id78,364,617
net_rshares0
@el-nailul ·
Hi @paulag, happy new year and wish you and your family all the best, sorry it is too late to say it and celebrate it.
properties (22)
authorel-nailul
permlinkre-paulag-exploratory-analysis-shows-world-of-opportunity-with-json-and-steem-1547046761713-20190109t171828018z
categoryutopian-io
json_metadata{"tags":["utopian-io"],"users":["paulag"],"app":"steemit/0.1"}
created2019-01-09 17:18:42
last_update2019-01-09 17:18:42
depth1
children2
last_payout2019-01-16 17:18:42
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length118
author_reputation9,588,203,965,396
root_title"Exploratory Analysis Shows World of Opportunity with JSON and STEEM"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id78,140,177
net_rshares0
@paulag ·
hay, how are you.  Happy new year to you and your loved ones too xx
properties (22)
authorpaulag
permlinkre-el-nailul-re-paulag-exploratory-analysis-shows-world-of-opportunity-with-json-and-steem-1547046761713-20190109t205002671z
categoryutopian-io
json_metadata{"tags":["utopian-io"],"app":"steemit/0.1"}
created2019-01-09 20:50:03
last_update2019-01-09 20:50:03
depth2
children1
last_payout2019-01-16 20:50:03
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length67
author_reputation274,264,287,951,003
root_title"Exploratory Analysis Shows World of Opportunity with JSON and STEEM"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id78,147,744
net_rshares0
@el-nailul ·
I am good, but not have more time online during this farming season, I am working in the farming land, planting veggies now. Thank you @paulag
properties (22)
authorel-nailul
permlinkre-paulag-re-el-nailul-re-paulag-exploratory-analysis-shows-world-of-opportunity-with-json-and-steem-1547046761713-20190110t160009169z
categoryutopian-io
json_metadata{"tags":["utopian-io"],"users":["paulag"],"app":"steemit/0.1"}
created2019-01-10 16:00:12
last_update2019-01-10 16:00:12
depth3
children0
last_payout2019-01-17 16:00:12
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length142
author_reputation9,588,203,965,396
root_title"Exploratory Analysis Shows World of Opportunity with JSON and STEEM"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id78,186,449
net_rshares0
@krnel · (edited)
Cool.
Is there a record of who adds the custom JSON?
Any authorization to add a field that already exists and is being pulled for data?
Can anyone add anything, like any account add info for any JSON data and imitate an app, such as adding bogus data?
Could I just add followers to people who didn't really follow?
Can I add SM data just by adding a custom JSON object?

Thanks!
properties (22)
authorkrnel
permlinkre-paulag-exploratory-analysis-shows-world-of-opportunity-with-json-and-steem-1547046761713-20190109t152649703z
categoryutopian-io
json_metadata{"tags":["utopian-io"],"app":"steemit/0.1"}
created2019-01-09 15:26:48
last_update2019-01-09 15:27:39
depth1
children15
last_payout2019-01-16 15:26:48
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length378
author_reputation1,343,547,270,297,082
root_title"Exploratory Analysis Shows World of Opportunity with JSON and STEEM"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd0
post_id78,135,351
net_rshares0
@arcange ·
$0.03
> Can I add SM data just by adding a custom JSON object?

Yes and No. You can add any custom_json content, including similar objects as SM, but the author of the transaction won't match.

Check my comment to @paulag
πŸ‘  
properties (23)
authorarcange
permlinkre-krnel-re-paulag-exploratory-analysis-shows-world-of-opportunity-with-json-and-steem-1547046761713-20190109t153615697z
categoryutopian-io
json_metadata{"tags":["utopian-io"],"users":["paulag"],"app":"steemit/0.1"}
created2019-01-09 15:36:15
last_update2019-01-09 15:36:15
depth2
children11
last_payout2019-01-16 15:36:15
cashout_time1969-12-31 23:59:59
total_payout_value0.022 HBD
curator_payout_value0.007 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length215
author_reputation1,148,349,221,690,653
root_title"Exploratory Analysis Shows World of Opportunity with JSON and STEEM"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id78,135,850
net_rshares56,438,794,096
author_curate_reward""
vote details (1)
@krnel ·
Thanks. So if someone makes an app, they can just look for custom json where their app (or another) is the author of the data and only use that?
properties (22)
authorkrnel
permlinkre-arcange-re-krnel-re-paulag-exploratory-analysis-shows-world-of-opportunity-with-json-and-steem-1547046761713-20190109t154419203z
categoryutopian-io
json_metadata{"community":"busy","app":"busy/2.5.6","format":"markdown","tags":["utopian-io"],"users":[],"links":[],"image":[]}
created2019-01-09 15:44:24
last_update2019-01-09 15:44:24
depth3
children10
last_payout2019-01-16 15:44:24
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length144
author_reputation1,343,547,270,297,082
root_title"Exploratory Analysis Shows World of Opportunity with JSON and STEEM"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id78,136,261
net_rshares0
@paulag ·
$0.03
Great questions

"Is there a record of who adds the custom JSON?"
In that table, not really, but there is posting auth recorded for apps that needs it.  But it doesnt say which app it came from.  Im sure if I mix this table with another one I could get the results.  But I havent looked.

"Any authorization to add a field that already exists and is being pulled for data?"
Not sure I understand this question

Can anyone add anything, like any account add info for any JSON data and imitate an app, such as adding bogus data?
Hmm great question.  I'm not a dev so I might not answer that correctly.  But I am sure it requires some sort of conscious and authority, if not then it would be possible.  

"Could I just add followers to people who didn't really follow?  "
not unless you have the posting authority

Can I add SM data just by adding a custom JSON object? again you would need posting authority
πŸ‘  
properties (23)
authorpaulag
permlinkre-krnel-re-paulag-exploratory-analysis-shows-world-of-opportunity-with-json-and-steem-1547046761713-20190109t154724262z
categoryutopian-io
json_metadata{"tags":["utopian-io"],"app":"steemit/0.1"}
created2019-01-09 15:47:24
last_update2019-01-09 15:47:24
depth2
children2
last_payout2019-01-16 15:47:24
cashout_time1969-12-31 23:59:59
total_payout_value0.022 HBD
curator_payout_value0.007 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length905
author_reputation274,264,287,951,003
root_title"Exploratory Analysis Shows World of Opportunity with JSON and STEEM"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id78,136,407
net_rshares56,417,394,810
author_curate_reward""
vote details (1)
@arcange ·
> Can anyone add anything, like any account add info for any JSON data and imitate an app, such as adding bogus data?

Yes, that's why there are lot of invalid "follow" json in the blockchain and apps should double check both the author and the content
properties (22)
authorarcange
permlinkre-paulag-re-krnel-re-paulag-exploratory-analysis-shows-world-of-opportunity-with-json-and-steem-1547046761713-20190109t155829425z
categoryutopian-io
json_metadata{"tags":["utopian-io"],"app":"steemit/0.1"}
created2019-01-09 15:58:30
last_update2019-01-09 15:58:30
depth3
children0
last_payout2019-01-16 15:58:30
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length252
author_reputation1,148,349,221,690,653
root_title"Exploratory Analysis Shows World of Opportunity with JSON and STEEM"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id78,136,898
net_rshares0
@krnel ·
So when a new field is created, it is associated to the original posting authority that created it, and no other account can add to that field? I thought anyone can add a `follow` to the custom JSON. Similarly, anyone could add any field, and fabricate data. One needs to always check the author of the data added to a field I would think.
properties (22)
authorkrnel
permlinkre-paulag-re-krnel-re-paulag-exploratory-analysis-shows-world-of-opportunity-with-json-and-steem-1547046761713-20190109t162542464z
categoryutopian-io
json_metadata{"tags":["utopian-io"],"app":"steemit/0.1"}
created2019-01-09 16:25:42
last_update2019-01-09 16:25:42
depth3
children0
last_payout2019-01-16 16:25:42
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length339
author_reputation1,343,547,270,297,082
root_title"Exploratory Analysis Shows World of Opportunity with JSON and STEEM"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd0
post_id78,138,060
net_rshares0
@newageinv ·
As a non technical person I see this as a demonstration of the flexibility the blockchain has to use available resources to develop more on the ecosystem.  All this activity while have the capacity to grow without impacting the spped or cost to transact!  Seems like a powerful blockchain to me!

Posted using [Partiko iOS](https://steemit.com/@partiko-ios)
properties (22)
authornewageinv
permlinknewageinv-re-paulag-exploratory-analysis-shows-world-of-opportunity-with-json-and-steem-1547046761713-20190109t154357677z
categoryutopian-io
json_metadata{"app":"partiko","client":"ios"}
created2019-01-09 15:44:15
last_update2019-01-09 15:44:15
depth1
children1
last_payout2019-01-16 15:44:15
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length357
author_reputation265,103,654,583,177
root_title"Exploratory Analysis Shows World of Opportunity with JSON and STEEM"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id78,136,252
net_rshares0
@paulag ·
I'm not so technical myself.  Most of the stuff I learned about the block I did so by exploring the data, I cant read code :-)  so I too see this as a demonstration of the flexibility
properties (22)
authorpaulag
permlinkre-newageinv-newageinv-re-paulag-exploratory-analysis-shows-world-of-opportunity-with-json-and-steem-1547046761713-20190109t204943043z
categoryutopian-io
json_metadata{"tags":["utopian-io"],"app":"steemit/0.1"}
created2019-01-09 20:49:42
last_update2019-01-09 20:49:42
depth2
children0
last_payout2019-01-16 20:49:42
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length183
author_reputation274,264,287,951,003
root_title"Exploratory Analysis Shows World of Opportunity with JSON and STEEM"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id78,147,736
net_rshares0
@pennsif ·
This post has been included in the latest edition of  [**SOS Daily News**](https://steemit.com/steem/@pennsif/sosdailynewsnewsaboutthestateofsteem9january2019-csus4vv1m9) - a digest of all you need to know about the State of Steem.

***

* *Editor of the [**The State of Steem SoS Daily News**](https://steemit.com/steem/@pennsif/sosdailynewsnewsaboutthestateofsteem9january2019-csus4vv1m9).*

* *Promoter of [**The State of Steem SoS Weekly Forums**](https://steemit.com/steem/@pennsif/the-state-of-steem-forum-3-supported-by-dsound-thursday-10-january-8pm-11pm-utc-msp-waves).*

* *Editor of the [**weekly listing of steem radio shows, podcasts & social broadcasts**](https://steemit.com/mspwaves/@pennsif/schedule-of-radio-shows-podcasts-and-social-broadcasts-supported-by-dsound-week-beginning-7-january-2019).*

* *Founder of the [**A Dollar A Day**](https://steemit.com/adollaraday/@adollaraday/a-dollar-a-day-charitable-giving-project-ususd-5000-donated-in-8-months-we-made-it) charitable giving project.*

***
properties (22)
authorpennsif
permlinkre-paulag-exploratory-analysis-shows-world-of-opportunity-with-json-and-steem-1547046761713-20190110t161712957z
categoryutopian-io
json_metadata{"tags":["utopian-io"],"links":["https://steemit.com/steem/@pennsif/sosdailynewsnewsaboutthestateofsteem9january2019-csus4vv1m9","https://steemit.com/steem/@pennsif/the-state-of-steem-forum-3-supported-by-dsound-thursday-10-january-8pm-11pm-utc-msp-waves","https://steemit.com/mspwaves/@pennsif/schedule-of-radio-shows-podcasts-and-social-broadcasts-supported-by-dsound-week-beginning-7-january-2019","https://steemit.com/adollaraday/@adollaraday/a-dollar-a-day-charitable-giving-project-ususd-5000-donated-in-8-months-we-made-it"],"app":"steemit/0.1"}
created2019-01-10 16:17:15
last_update2019-01-10 16:17:15
depth1
children0
last_payout2019-01-17 16:17:15
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length1,017
author_reputation636,410,097,572,565
root_title"Exploratory Analysis Shows World of Opportunity with JSON and STEEM"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id78,187,198
net_rshares0
@steem-ua ·
#### Hi @paulag!

Your post was upvoted by @steem-ua, new Steem dApp, using UserAuthority for algorithmic post curation!
Your **UA** account score is currently 7.014 which ranks you at **#90** across all Steem accounts.
Your rank has not changed in the last three days.

In our last Algorithmic Curation Round, consisting of 233 contributions, your post is ranked at **#2**. Congratulations! 
##### Evaluation of your UA score:

* Your follower network is great!
* The readers appreciate your great work!
* Great user engagement! You rock!


**Feel free to join our [@steem-ua Discord server](https://discord.gg/KpBNYGz)**
properties (22)
authorsteem-ua
permlinkre-exploratory-analysis-shows-world-of-opportunity-with-json-and-steem-1547046761713-20190110t031446z
categoryutopian-io
json_metadata"{"app": "beem/0.20.14"}"
created2019-01-10 03:14:48
last_update2019-01-10 03:14:48
depth1
children0
last_payout2019-01-17 03:14:48
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length622
author_reputation23,214,230,978,060
root_title"Exploratory Analysis Shows World of Opportunity with JSON and STEEM"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id78,160,461
net_rshares0
@utopian-io ·
Hey, @paulag!

**Thanks for contributing on Utopian**.
We’re already looking forward to your next contribution!

**Get higher incentives and support Utopian.io!**
 Simply set @utopian.pay as a 5% (or higher) payout beneficiary on your contribution post (via [SteemPlus](https://chrome.google.com/webstore/detail/steemplus/mjbkjgcplmaneajhcbegoffkedeankaj?hl=en) or [Steeditor](https://steeditor.app)).

**Want to chat? Join us on Discord https://discord.gg/h52nFrV.**

<a href='https://steemconnect.com/sign/account-witness-vote?witness=utopian-io&approve=1'>Vote for Utopian Witness!</a>
properties (22)
authorutopian-io
permlinkre-exploratory-analysis-shows-world-of-opportunity-with-json-and-steem-1547046761713-20190112t200048z
categoryutopian-io
json_metadata"{"app": "beem/0.20.9"}"
created2019-01-12 20:00:51
last_update2019-01-12 20:00:51
depth1
children0
last_payout2019-01-19 20:00:51
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length588
author_reputation152,955,367,999,756
root_title"Exploratory Analysis Shows World of Opportunity with JSON and STEEM"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id78,288,398
net_rshares0
@wehmoen · (edited)
 
properties (22)
authorwehmoen
permlinkre-paulag-exploratory-analysis-shows-world-of-opportunity-with-json-and-steem-1547046761713-20190110t030913498z
categoryutopian-io
json_metadata{}
created2019-01-10 03:09:12
last_update2020-06-03 06:51:27
depth1
children1
last_payout2019-01-17 03:09:12
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length1
author_reputation86,504,380,503,125
root_title"Exploratory Analysis Shows World of Opportunity with JSON and STEEM"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id78,160,299
net_rshares0
@paulag ·
really, thats rather interesting @wehmoen, thanks for sharing :-)
properties (22)
authorpaulag
permlinkre-wehmoen-re-paulag-exploratory-analysis-shows-world-of-opportunity-with-json-and-steem-1547046761713-20190110t091538674z
categoryutopian-io
json_metadata{"tags":["utopian-io"],"users":["wehmoen"],"app":"steemit/0.1"}
created2019-01-10 09:15:39
last_update2019-01-10 09:15:39
depth2
children0
last_payout2019-01-17 09:15:39
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length65
author_reputation274,264,287,951,003
root_title"Exploratory Analysis Shows World of Opportunity with JSON and STEEM"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id78,171,224
net_rshares0