create account

How to save Steem blockchain to MySQL? by good-karma

View this thread on: hive.blogpeakd.comecency.com
· @good-karma · (edited)
$194.06
How to save Steem blockchain to MySQL?
Ever wanted to access Steem data easily. Steem developers got you covered, there are already services to make your life easy and get you started with developing applications on top of Steem.

[SteemData](https://steemdata.com), [SteemSQL](https://steemsql.com), [many more services](https://steemtools.com) that offer you tools and services to get started.

### Get your own

If you want to build and host your own database for your application you can do that as well. [SBDS](https://github.com/steemit/sbds) (Steem Blockchain Data Service) which is being developed by Steemit and it is already fully functional.

Instruction on github straight-forward and uses SQLite by default because sbds has api routes built-in to query data. And you want more custom queries and have data in mysql database, you can try below steps. I have couple instances running for eSteem users and upcoming features.

<center>https://img.esteem.ws//pxsd445aaw.png</center>

All you need is virtual machine or local one with docker installed.

## Steps

Here are the steps I did on my sbds setups:

a) ```docker run -d --name steem_mysql -p 3306:3306 -e MYSQL_ROOT_PASSWORD=password -e MYSQL_DATABASE=steem mysql```

This will run mysql docker instance which we can use to hook up our sbds docker.

<center>--:--</center>

b) ```docker inspect --format '{{ .NetworkSettings.IPAddress }}' steem_mysql```

This will show you ip address of mysql docker instance which you can use below
<center>--:--</center>

c) ```git clone https://github.com/steemit/sbds```

Clone SBDS source code from github
<center>--:--</center>

d) ```cd sbds && nano Dockerfile```

Edit docker file by adding mysql connection url
<center>--:--</center>

e) ```ENV DATABASE_URL mysql://root:password@ip_of_mysql_docker:3306/steem```

Change line 3 in Dockerfile to above, you can add/setup your custom user credentials instead of root for your mysql instance if you prefer safer storage.
<center>--:--</center>

f) ```docker build -t sbds .```

This will build sbds
<center>--:--</center>

g) ```docker run -p 8080:8080 -p 9191:9191 --name sbds-instance --link steem_mysql:mysql sbds``` 

This will run sbds and link to mysql docker instance.
<center>--:--</center>

That's it!

<hr>

Now you can wait sbds to sync up and save all blockchain data to mysql for you. 

You can connect to mysql instance via your virtual/local machine IP, mysql credentials because instance exposed 3306 port. SBDS ports are also exposed so you can use SBDS json-rpc requests as well to query the data you need.

If you are developing website, web application, business or  any application, I am sure local copy of blockchain helps you build all sort of stuff and get stats easily. Read previous post to learn [why you should build on top of Steem](https://steemit.com/steem/@good-karma/why-you-should-build-on-top-of-steem-82b38e835f81a). 

Steem On!

<hr>

<center><h5>vote, reblog, follow, [vote witness](ttps://steemit.com/~witnesses) <code>good-karma</code> </h5></center>
👍  , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , and 579 others
properties (23)
authorgood-karma
permlinkhow-to-save-steem-blockchain-to-mysql-e2e5e0e8a34b1
categorysbds
json_metadata{"links":["https://steemdata.com","https://steemsql.com","https://steemtools.com","https://github.com/steemit/sbds","https://github.com/steemit/sbds","https://steemit.com/steem/@good-karma/why-you-should-build-on-top-of-steem-82b38e835f81a"],"image":["https://img.esteem.ws//pxsd445aaw.png"],"tags":["sbds","mysql","steemdev","database","blockchain"],"app":"esteem/1.5.0","format":"markdown+html","community":"esteem"}
created2017-09-30 17:31:00
last_update2017-09-30 19:25:30
depth0
children106
last_payout2017-10-07 17:31:00
cashout_time1969-12-31 23:59:59
total_payout_value156.211 HBD
curator_payout_value37.845 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length3,007
author_reputation656,214,797,217,320
root_title"How to save Steem blockchain to MySQL?"
beneficiaries
0.
accountesteemapp
weight500
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id16,396,704
net_rshares73,537,421,936,153
author_curate_reward""
vote details (643)
@aa9 ·
Thankyou for information
properties (22)
authoraa9
permlinkre-good-karma-2017101t11017158z
categorysbds
json_metadata{"tags":"sbds","app":"esteem/1.4.6","format":"markdown+html","community":"esteem"}
created2017-09-30 18:09:51
last_update2017-09-30 18:09:51
depth1
children0
last_payout2017-10-07 18:09: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_length24
author_reputation465,702,070,826
root_title"How to save Steem blockchain to MySQL?"
beneficiaries
0.
accountesteemapp
weight500
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id16,399,888
net_rshares0
@abdrahmanmj ·
thanks for sharing your knowledge and clear easy-to-follow information with us all.
properties (22)
authorabdrahmanmj
permlinkre-good-karma-how-to-save-steem-blockchain-to-mysql-e2e5e0e8a34b1-20171018t052545013z
categorysbds
json_metadata{"tags":["sbds"],"app":"steemit/0.1"}
created2017-10-18 05:25:48
last_update2017-10-18 05:25:48
depth1
children0
last_payout2017-10-25 05:25: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_length83
author_reputation70,628,705,121
root_title"How to save Steem blockchain to MySQL?"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id17,950,261
net_rshares0
@albuluhi ·
Very helpful to all users in steemit, keep thinking @ good-karma for the development of all members steemit, hopefully your day is always fun, because your kindness can be felt by others, that good person is useful for others.

Thank you very much.
properties (22)
authoralbuluhi
permlinkre-good-karma-how-to-save-steem-blockchain-to-mysql-e2e5e0e8a34b1-20170930t185120837z
categorysbds
json_metadata{"tags":["sbds"],"app":"steemit/0.1"}
created2017-09-30 18:51:21
last_update2017-09-30 18:51:21
depth1
children0
last_payout2017-10-07 18:51:21
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_length248
author_reputation5,532,779,105,119
root_title"How to save Steem blockchain to MySQL?"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id16,403,054
net_rshares0
@alketcecaj ·
$0.56
Great! Thanks 🙏. How many records are there already? Would it be better to use MongoDb instead ?
👍  , , ,
properties (23)
authoralketcecaj
permlinkre-good-karma-how-to-save-steem-blockchain-to-mysql-e2e5e0e8a34b1-20170930t173353891z
categorysbds
json_metadata{"tags":["sbds"],"app":"steemit/0.1"}
created2017-09-30 17:33:54
last_update2017-09-30 17:33:54
depth1
children5
last_payout2017-10-07 17:33:54
cashout_time1969-12-31 23:59:59
total_payout_value0.542 HBD
curator_payout_value0.022 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length96
author_reputation2,409,013,484,223
root_title"How to save Steem blockchain to MySQL?"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id16,396,932
net_rshares205,758,626,339
author_curate_reward""
vote details (4)
@good-karma ·
$2.22
As I mentioned there are SQL, Mysql and Mongodb options, all possible and depends on developer preference.
👍  , ,
properties (23)
authorgood-karma
permlinkre-alketcecaj-re-good-karma-how-to-save-steem-blockchain-to-mysql-e2e5e0e8a34b1-20170930t173834342z
categorysbds
json_metadata{"tags":["sbds"],"app":"steemit/0.1"}
created2017-09-30 17:38:33
last_update2017-09-30 17:38:33
depth2
children4
last_payout2017-10-07 17:38:33
cashout_time1969-12-31 23:59:59
total_payout_value1.665 HBD
curator_payout_value0.553 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length106
author_reputation656,214,797,217,320
root_title"How to save Steem blockchain to MySQL?"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id16,397,294
net_rshares807,279,037,302
author_curate_reward""
vote details (3)
@aftabkhan10 ·
### Appreciate your services @good-karma, voted you as a witness already, but I guess it's a bit difficult if you are not a developer, wht you say dude?
properties (22)
authoraftabkhan10
permlinkre-good-karma-re-alketcecaj-re-good-karma-how-to-save-steem-blockchain-to-mysql-e2e5e0e8a34b1-20170930t175734481z
categorysbds
json_metadata{"tags":["sbds"],"users":["good-karma"],"app":"steemit/0.1"}
created2017-09-30 17:51:54
last_update2017-09-30 17:51:54
depth3
children0
last_payout2017-10-07 17:51:54
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_length152
author_reputation67,607,529,862,002
root_title"How to save Steem blockchain to MySQL?"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id16,398,390
net_rshares0
@alketcecaj ·
I have never used docker before. Why do I need it ? Can't I simply use my local mysql ?
properties (22)
authoralketcecaj
permlinkre-good-karma-re-alketcecaj-re-good-karma-how-to-save-steem-blockchain-to-mysql-e2e5e0e8a34b1-20170930t175604227z
categorysbds
json_metadata{"tags":["sbds"],"app":"steemit/0.1"}
created2017-09-30 17:56:03
last_update2017-09-30 17:56:03
depth3
children2
last_payout2017-10-07 17:56: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_length87
author_reputation2,409,013,484,223
root_title"How to save Steem blockchain to MySQL?"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id16,398,760
net_rshares0
@amade ·
One word for you..."The Boss". Nice piece
👍  ,
properties (23)
authoramade
permlinkre-good-karma-how-to-save-steem-blockchain-to-mysql-e2e5e0e8a34b1-20171008t101225897z
categorysbds
json_metadata{"tags":["sbds"],"app":"steemit/0.1"}
created2017-10-08 10:12:42
last_update2017-10-08 10:12:42
depth1
children0
last_payout2017-10-15 10:12: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_length41
author_reputation82,022,515,374
root_title"How to save Steem blockchain to MySQL?"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id17,089,272
net_rshares1,644,259,236
author_curate_reward""
vote details (2)
@anandjadhao ·
Hello fraind i follow u and upvote your top 3 post so you also follow back and upvote my top 3 post plez fraind...
👍  
properties (23)
authoranandjadhao
permlinkre-good-karma-how-to-save-steem-blockchain-to-mysql-e2e5e0e8a34b1-20171001t015719253z
categorysbds
json_metadata{"tags":["sbds"],"app":"steemit/0.1"}
created2017-10-01 01:57:21
last_update2017-10-01 01:57:21
depth1
children0
last_payout2017-10-08 01:57:21
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_length114
author_reputation3,326,081,631,992
root_title"How to save Steem blockchain to MySQL?"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id16,427,866
net_rshares151,236,100
author_curate_reward""
vote details (1)
@arcange ·
Congratulations @good-karma!
Your post was mentioned in the [hit parade](https://steemit.com/hit-parade/@arcange/daily-hit-parade-20170930) in the following category:

* Pending payout - Ranked 7 with $ 252,28
properties (22)
authorarcange
permlinkre-how-to-save-steem-blockchain-to-mysql-e2e5e0e8a34b1-20170930t172840000z
categorysbds
json_metadata""
created2017-10-01 15:27:06
last_update2017-10-01 15:27:06
depth1
children0
last_payout2017-10-08 15:27:06
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_length210
author_reputation1,146,623,489,324,993
root_title"How to save Steem blockchain to MySQL?"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id16,480,849
net_rshares0
@asmaasema ·
Great!
Voted you as witness :-)
properties (22)
authorasmaasema
permlinkre-good-karma-how-to-save-steem-blockchain-to-mysql-e2e5e0e8a34b1-20171005t162327124z
categorysbds
json_metadata{"tags":["sbds"],"app":"steemit/0.1"}
created2017-10-05 16:33:09
last_update2017-10-05 16:33:09
depth1
children0
last_payout2017-10-12 16:33:09
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_length31
author_reputation73,734,759,790
root_title"How to save Steem blockchain to MySQL?"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id16,873,313
net_rshares0
@azis ·
This new feature really helps my ms @good-karma in monitoring my steemit account, this will increase my spirits in managing steemit accounts
properties (22)
authorazis
permlinkre-good-karma-2017101t1429577z
categorysbds
json_metadata{"tags":"sbds","app":"esteem/1.4.6","format":"markdown+html","community":"esteem"}
created2017-09-30 18:04:36
last_update2017-09-30 18:04:36
depth1
children0
last_payout2017-10-07 18:04: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_length140
author_reputation16,722,088,699,079
root_title"How to save Steem blockchain to MySQL?"
beneficiaries
0.
accountesteemapp
weight500
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id16,399,464
net_rshares0
@bachuslib ·
Thank you!
properties (22)
authorbachuslib
permlinkre-good-karma-how-to-save-steem-blockchain-to-mysql-e2e5e0e8a34b1-20170930t173920194z
categorysbds
json_metadata{"tags":["sbds"],"app":"steemit/0.1"}
created2017-09-30 17:39:18
last_update2017-09-30 17:39:18
depth1
children0
last_payout2017-10-07 17:39:18
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_length10
author_reputation1,954,318,455,172
root_title"How to save Steem blockchain to MySQL?"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id16,397,332
net_rshares0
@blazing ·
Pretty awesome update explained very nicely and easily thanks for that :)
properties (22)
authorblazing
permlinkre-good-karma-how-to-save-steem-blockchain-to-mysql-e2e5e0e8a34b1-20170930t181818972z
categorysbds
json_metadata{"tags":["sbds"],"app":"steemit/0.1"}
created2017-09-30 18:18:21
last_update2017-09-30 18:18:21
depth1
children0
last_payout2017-10-07 18:18:21
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_length73
author_reputation117,662,220,860,076
root_title"How to save Steem blockchain to MySQL?"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id16,400,567
net_rshares0
@blueorgy79 ·
this is a great idea sir ,,thanks
👍  
properties (23)
authorblueorgy79
permlinkre-good-karma-how-to-save-steem-blockchain-to-mysql-e2e5e0e8a34b1-20170930t180017055z
categorysbds
json_metadata{"tags":["sbds"],"app":"steemit/0.1"}
created2017-09-30 18:00:48
last_update2017-09-30 18:00:48
depth1
children0
last_payout2017-10-07 18:00: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_length33
author_reputation398,815,311,159
root_title"How to save Steem blockchain to MySQL?"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id16,399,143
net_rshares539,673,645
author_curate_reward""
vote details (1)
@bot35 ·
very nice sharing, thanks for sharing with us i am following with pleasure ...
properties (22)
authorbot35
permlinkre-good-karma-2017105t175553757z
categorysbds
json_metadata{"tags":"sbds","app":"esteem/1.4.6","format":"markdown+html","community":"esteem"}
created2017-10-05 14:55:51
last_update2017-10-05 14:55:51
depth1
children0
last_payout2017-10-12 14:55: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_length78
author_reputation167,858,605,724
root_title"How to save Steem blockchain to MySQL?"
beneficiaries
0.
accountesteemapp
weight500
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id16,865,801
net_rshares0
@charles1 ·
This is good and shows the ingenuity of steem blockchain . Thanks for sharing , upped.
👍  ,
properties (23)
authorcharles1
permlinkre-good-karma-how-to-save-steem-blockchain-to-mysql-e2e5e0e8a34b1-2017930t20299887z
categorysbds
json_metadata{"app":"chainbb/0.3","format":"markdown+html","tags":[]}
created2017-09-30 18:29:09
last_update2017-09-30 18:29:09
depth1
children0
last_payout2017-10-07 18:29:09
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_length86
author_reputation73,578,987,512,478
root_title"How to save Steem blockchain to MySQL?"
beneficiaries
0.
accountchainbb
weight1,500
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id16,401,436
net_rshares7,102,677,772
author_curate_reward""
vote details (2)
@crissimoes ·
Thanks for sharing this :) Followed for more news
properties (22)
authorcrissimoes
permlinkre-good-karma-how-to-save-steem-blockchain-to-mysql-e2e5e0e8a34b1-20171005t125056852z
categorysbds
json_metadata{"tags":["sbds"],"app":"steemit/0.1"}
created2017-10-05 12:50:57
last_update2017-10-05 12:50:57
depth1
children0
last_payout2017-10-12 12:50:57
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_length49
author_reputation12,087,669,681,080
root_title"How to save Steem blockchain to MySQL?"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id16,856,253
net_rshares0
@dachshund ·
Nice integration. Resteemed.
properties (22)
authordachshund
permlinkre-good-karma-how-to-save-steem-blockchain-to-mysql-e2e5e0e8a34b1-20171005t135744929z
categorysbds
json_metadata{"tags":["sbds"],"app":"steemit/0.1"}
created2017-10-05 13:57:45
last_update2017-10-05 13:57:45
depth1
children0
last_payout2017-10-12 13:57:45
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_length28
author_reputation2,673,087,210,467
root_title"How to save Steem blockchain to MySQL?"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id16,861,418
net_rshares0
@deepreddy ·
Thanks. Hope to see python or R Api for steem.
properties (22)
authordeepreddy
permlinkre-good-karma-how-to-save-steem-blockchain-to-mysql-e2e5e0e8a34b1-20171001t151721999z
categorysbds
json_metadata{"tags":["sbds"],"app":"steemit/0.1"}
created2017-10-01 15:18:36
last_update2017-10-01 15:18:36
depth1
children0
last_payout2017-10-08 15:18: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_length46
author_reputation5,035,638,056
root_title"How to save Steem blockchain to MySQL?"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id16,480,041
net_rshares0
@dimensco ·
That's it? Thanks for sharing, I'll try that later when I got to my pc :D
properties (22)
authordimensco
permlinkre-good-karma-2017101t103329258z
categorysbds
json_metadata{"tags":"sbds","app":"esteem/1.4.6","format":"markdown+html","community":"esteem"}
created2017-10-01 03:33:39
last_update2017-10-01 03:33:39
depth1
children0
last_payout2017-10-08 03:33: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_length73
author_reputation6,307,917,536,210
root_title"How to save Steem blockchain to MySQL?"
beneficiaries
0.
accountesteemapp
weight500
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id16,433,111
net_rshares0
@dodybireuen ·
Great Post, I always wait ever your posting @good-karma
properties (22)
authordodybireuen
permlinkre-good-karma-how-to-save-steem-blockchain-to-mysql-e2e5e0e8a34b1-20170930t173512225z
categorysbds
json_metadata{"tags":["sbds"],"users":["good-karma"],"app":"steemit/0.1"}
created2017-09-30 17:35:15
last_update2017-09-30 17:35:15
depth1
children0
last_payout2017-10-07 17:35: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_length55
author_reputation15,106,569,951,464
root_title"How to save Steem blockchain to MySQL?"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id16,397,035
net_rshares0
@doodlebear · (edited)
wow this is awesome. Too bad I'm so bad with programming stuff - even if it's just setting up a virtual server.

Is there a way I can access the steem blockchain with SQL commands (read/select only of course)? That would be great.

I will follow you now.
properties (22)
authordoodlebear
permlinkre-good-karma-how-to-save-steem-blockchain-to-mysql-e2e5e0e8a34b1-20171003t172356731z
categorysbds
json_metadata{"tags":["sbds"],"app":"steemit/0.1"}
created2017-10-03 17:24:00
last_update2017-10-03 17:24:18
depth1
children0
last_payout2017-10-10 17:24:00
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_length254
author_reputation-1,445,012,251,659
root_title"How to save Steem blockchain to MySQL?"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id16,686,859
net_rshares0
@drakos · (edited)
$0.56
That is awesome, since my day one on steemit I was trying to find a way to put the blockchain on mysql. How big is the mysql database?
👍  ,
properties (23)
authordrakos
permlinkre-good-karma-how-to-save-steem-blockchain-to-mysql-e2e5e0e8a34b1-20171001t040358634z
categorysbds
json_metadata{"tags":["sbds"],"app":"steemit/0.1"}
created2017-10-01 04:06:00
last_update2017-10-01 04:06:36
depth1
children1
last_payout2017-10-08 04:06:00
cashout_time1969-12-31 23:59:59
total_payout_value0.418 HBD
curator_payout_value0.138 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length134
author_reputation112,280,226,665,329
root_title"How to save Steem blockchain to MySQL?"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id16,434,722
net_rshares201,161,861,301
author_curate_reward""
vote details (2)
@good-karma ·
$0.05
I got one server synced up in 8 hours which is taking 134 GB.
👍  ,
properties (23)
authorgood-karma
permlinkre-drakos-re-good-karma-how-to-save-steem-blockchain-to-mysql-e2e5e0e8a34b1-20171001t063725989z
categorysbds
json_metadata{"tags":["sbds"],"app":"steemit/0.1"}
created2017-10-01 06:37:27
last_update2017-10-01 06:37:27
depth2
children0
last_payout2017-10-08 06:37:27
cashout_time1969-12-31 23:59:59
total_payout_value0.043 HBD
curator_payout_value0.011 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length61
author_reputation656,214,797,217,320
root_title"How to save Steem blockchain to MySQL?"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id16,443,444
net_rshares20,437,386,390
author_curate_reward""
vote details (2)
@drakos ·
With the recent changes in Steemit's framework, the following line should be changed in the Dockerfile from:
`ENV STEEMD_HTTP_URL https://steemd.steemitdev.com`
to
`ENV STEEMD_HTTP_URL https://api.steemit.com`

Otherwise it will spit a load of RPCError and not synchronize.
👍  
properties (23)
authordrakos
permlinkre-good-karma-how-to-save-steem-blockchain-to-mysql-e2e5e0e8a34b1-20171029t211757181z
categorysbds
json_metadata{"tags":["sbds"],"app":"steemit/0.1"}
created2017-10-29 21:17:57
last_update2017-10-29 21:17:57
depth1
children3
last_payout2017-11-05 21:17:57
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_length273
author_reputation112,280,226,665,329
root_title"How to save Steem blockchain to MySQL?"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id18,914,347
net_rshares0
author_curate_reward""
vote details (1)
@elguille ·
you just saved me hours of confusion. Thanks !
properties (22)
authorelguille
permlinkre-drakos-re-good-karma-how-to-save-steem-blockchain-to-mysql-e2e5e0e8a34b1-20180207t051555878z
categorysbds
json_metadata{"tags":["sbds"],"community":"busy","app":"busy/2.3.0"}
created2018-02-07 05:15:57
last_update2018-02-07 05:15:57
depth2
children1
last_payout2018-02-14 05:15:57
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_length46
author_reputation4,156,830,021,807
root_title"How to save Steem blockchain to MySQL?"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id35,578,178
net_rshares0
@drakos ·
Great. Have fun with SBDS :)
properties (22)
authordrakos
permlinkre-elguille-re-drakos-re-good-karma-how-to-save-steem-blockchain-to-mysql-e2e5e0e8a34b1-20180207t151038014z
categorysbds
json_metadata{"tags":["sbds"],"app":"steemit/0.1"}
created2018-02-07 15:10:39
last_update2018-02-07 15:10:39
depth3
children0
last_payout2018-02-14 15:10: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_length28
author_reputation112,280,226,665,329
root_title"How to save Steem blockchain to MySQL?"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id35,684,129
net_rshares0
@libertyranger ·
Arrrrggghhh!
I am replying to this @drakos comment as a marker as I will be setting this up this weekend.
Glad you posted this Matey!
![](https://steemitimages.com/DQmcVM3QaCYxSnxLV1ZU6grfN5yzrd5zGA7in9W7SciBf7i/image.png)
properties (22)
authorlibertyranger
permlinkre-drakos-re-good-karma-how-to-save-steem-blockchain-to-mysql-e2e5e0e8a34b1-20180126t150541310z
categorysbds
json_metadata{"tags":["sbds"],"users":["drakos"],"image":["https://steemitimages.com/DQmcVM3QaCYxSnxLV1ZU6grfN5yzrd5zGA7in9W7SciBf7i/image.png"],"app":"steemit/0.1"}
created2018-01-26 15:05:36
last_update2018-01-26 15:05:36
depth2
children0
last_payout2018-02-02 15:05: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_length222
author_reputation7,267,049,896,950
root_title"How to save Steem blockchain to MySQL?"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id32,494,856
net_rshares0
@dswigle ·
Okay. You just became amazing.
properties (22)
authordswigle
permlinkre-good-karma-how-to-save-steem-blockchain-to-mysql-e2e5e0e8a34b1-20171001t150815373z
categorysbds
json_metadata{"tags":["sbds"],"app":"steemit/0.1"}
created2017-10-01 15:08:12
last_update2017-10-01 15:08:12
depth1
children0
last_payout2017-10-08 15:08: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_length30
author_reputation775,779,752,157,640
root_title"How to save Steem blockchain to MySQL?"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id16,479,268
net_rshares0
@eric-boucher ·
$3.30
Man, you sure deserve the title you are wearing on Steem, "@goodkarma"! thanks for sharing your knowledge and clear easy-to-follow information with us all, namaste   :)
👍  , , ,
properties (23)
authoreric-boucher
permlinkre-good-karma-how-to-save-steem-blockchain-to-mysql-e2e5e0e8a34b1-20170930t183504961z
categorysbds
json_metadata{"tags":["sbds"],"app":"steemit/0.1"}
created2017-09-30 18:35:03
last_update2017-09-30 18:35:03
depth1
children2
last_payout2017-10-07 18:35:03
cashout_time1969-12-31 23:59:59
total_payout_value2.971 HBD
curator_payout_value0.333 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length168
author_reputation68,503,601,066,539
root_title"How to save Steem blockchain to MySQL?"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id16,401,853
net_rshares1,204,410,024,333
author_curate_reward""
vote details (4)
@faissalchahid ·
$0.02
very great@eric-boucher
👍  
properties (23)
authorfaissalchahid
permlinkre-eric-boucher-re-good-karma-how-to-save-steem-blockchain-to-mysql-e2e5e0e8a34b1-20171001t204459204z
categorysbds
json_metadata{"tags":["sbds"],"app":"steemit/0.1"}
created2017-09-30 20:48:18
last_update2017-09-30 20:48:18
depth2
children0
last_payout2017-10-07 20:48:18
cashout_time1969-12-31 23:59:59
total_payout_value0.015 HBD
curator_payout_value0.004 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length23
author_reputation-526,100,888,410
root_title"How to save Steem blockchain to MySQL?"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id16,410,556
net_rshares7,757,216,126
author_curate_reward""
vote details (1)
@fem-of-war ·
$0.02
Agreed! I found this post to he very informative! I always wondered about this steemit development topic
👍  
properties (23)
authorfem-of-war
permlinkre-eric-boucher-re-good-karma-how-to-save-steem-blockchain-to-mysql-e2e5e0e8a34b1-20171001t160341448z
categorysbds
json_metadata{"tags":["sbds"],"app":"steemit/0.1"}
created2017-10-01 16:03:42
last_update2017-10-01 16:03:42
depth2
children0
last_payout2017-10-08 16:03:42
cashout_time1969-12-31 23:59:59
total_payout_value0.016 HBD
curator_payout_value0.004 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length104
author_reputation16,981,308,422,124
root_title"How to save Steem blockchain to MySQL?"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id16,484,343
net_rshares7,758,490,919
author_curate_reward""
vote details (1)
@fararizky ·
Thanks for sharing the nice info
properties (22)
authorfararizky
permlinkre-good-karma-how-to-save-steem-blockchain-to-mysql-e2e5e0e8a34b1-20171004t114621028z
categorysbds
json_metadata{"tags":["sbds"],"app":"steemit/0.1"}
created2017-10-04 11:46:21
last_update2017-10-04 11:46:21
depth1
children0
last_payout2017-10-11 11:46:21
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_length32
author_reputation25,882,002,454,497
root_title"How to save Steem blockchain to MySQL?"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id16,756,228
net_rshares0
@fauzi03 ·
Amazing information. Thanks for share @good-karma.

I resteem now :
properties (22)
authorfauzi03
permlinkre-good-karma-2017101t0368957z
categorysbds
json_metadata{"tags":"sbds","app":"esteem/1.4.6","format":"markdown+html","community":"esteem"}
created2017-09-30 17:36:15
last_update2017-09-30 17:36:15
depth1
children0
last_payout2017-10-07 17:36: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_length67
author_reputation862,953,734,521
root_title"How to save Steem blockchain to MySQL?"
beneficiaries
0.
accountesteemapp
weight500
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id16,397,104
net_rshares0
@fotographi ·
Hello!, Kindly visit my new created profile and Bless me with your best wishes. @fotographi
👍  
properties (23)
authorfotographi
permlinkre-good-karma-how-to-save-steem-blockchain-to-mysql-e2e5e0e8a34b1-20171012t150906403z
categorysbds
json_metadata{"tags":["sbds"],"users":["fotographi"],"app":"steemit/0.1"}
created2017-10-12 15:09:15
last_update2017-10-12 15:09:15
depth1
children0
last_payout2017-10-19 15:09: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_length91
author_reputation2,472,114,339,776
root_title"How to save Steem blockchain to MySQL?"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id17,499,955
net_rshares145,056,375
author_curate_reward""
vote details (1)
@hellosteem ·
Test post, please ignore *:)
properties (22)
authorhellosteem
permlinkre-good-karma-how-to-save-steem-blockchain-to-mysql-e2e5e0e8a34b1-20171022t060917037z
categorysbds
json_metadata{"tags":["sbds"],"community":"busy","app":"busy/2.0.0"}
created2017-10-22 06:09:18
last_update2017-10-22 06:09:18
depth1
children0
last_payout2017-10-29 06:09:18
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_length28
author_reputation49,893,486,460
root_title"How to save Steem blockchain to MySQL?"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id18,273,305
net_rshares0
@hkjn ·
Thanks for this post, @good-karma. I tried out building and running `sbds` in a container as you did here (but with the built-in sqlite), but hit an issue I reported in https://github.com/steemit/sbds/issues/76. I'm commenting here in case you or others reading this noticed the same problem, so we can figure out how to fix it more easily.
properties (22)
authorhkjn
permlinkre-good-karma-how-to-save-steem-blockchain-to-mysql-e2e5e0e8a34b1-20171003t150234337z
categorysbds
json_metadata{"tags":["sbds"],"users":["good-karma"],"links":["https://github.com/steemit/sbds/issues/76"],"app":"steemit/0.1"}
created2017-10-03 15:02:36
last_update2017-10-03 15:02:36
depth1
children0
last_payout2017-10-10 15:02: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_length340
author_reputation1,420,329,207
root_title"How to save Steem blockchain to MySQL?"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id16,674,967
net_rshares0
@isteemithard · (edited)
seems cool Im not great with computers but learning more everyday thanks for  the tips I just installed  The Steemit More Info 1.4 - Chrome Extension by @armandocat .

Have you checked it out and if so what are your opinions on it for someone new like me?

Also I am not really great with tech talk but I work for a service industry and we have this simple website https://www.sflodorremoval.com/ what do you think we could do with blockchain all we use the site for is to advertise on google and receive phone calls to get work.
👍  
properties (23)
authoristeemithard
permlinkre-good-karma-how-to-save-steem-blockchain-to-mysql-e2e5e0e8a34b1-20171011t133216519z
categorysbds
json_metadata{"tags":["sbds"],"users":["armandocat"],"app":"steemit/0.1","links":["https://www.sflodorremoval.com/"]}
created2017-10-11 13:32:15
last_update2017-10-11 13:34:27
depth1
children0
last_payout2017-10-18 13:32: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_length529
author_reputation7,898,170,987,249
root_title"How to save Steem blockchain to MySQL?"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id17,394,875
net_rshares135,797,458
author_curate_reward""
vote details (1)
@jackilzar ·
Nice info
properties (22)
authorjackilzar
permlinkre-good-karma-how-to-save-steem-blockchain-to-mysql-e2e5e0e8a34b1-20171001t092113338z
categorysbds
json_metadata{"tags":["sbds"],"app":"steemit/0.1"}
created2017-10-01 09:21:18
last_update2017-10-01 09:21:18
depth1
children0
last_payout2017-10-08 09:21:18
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_length9
author_reputation213,550,064,680
root_title"How to save Steem blockchain to MySQL?"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id16,453,656
net_rshares0
@jga ·
Very good information. Thank you very much
properties (22)
authorjga
permlinkre-good-karma-how-to-save-steem-blockchain-to-mysql-e2e5e0e8a34b1-20170930t194243284z
categorysbds
json_metadata{"tags":["sbds"],"app":"steemit/0.1"}
created2017-09-30 19:42:51
last_update2017-09-30 19:42:51
depth1
children0
last_payout2017-10-07 19:42: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_length42
author_reputation76,172,796,162,312
root_title"How to save Steem blockchain to MySQL?"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id16,406,456
net_rshares0
@joe28 ·
Awesome buddy....  Good revolution.
properties (22)
authorjoe28
permlinkre-good-karma-how-to-save-steem-blockchain-to-mysql-e2e5e0e8a34b1-20171002t145319434z
categorysbds
json_metadata{"tags":["sbds"],"app":"steemit/0.1"}
created2017-10-02 14:54:09
last_update2017-10-02 14:54:09
depth1
children0
last_payout2017-10-09 14:54:09
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_length35
author_reputation3,952,928,185,623
root_title"How to save Steem blockchain to MySQL?"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id16,575,635
net_rshares0
@johnnyray ·
$0.13
Great job, but still for the techy people, since i am just a writer, but still I know the importance of having this set up correctly. Keep up the good work, my friend
👍  
properties (23)
authorjohnnyray
permlinkre-good-karma-how-to-save-steem-blockchain-to-mysql-e2e5e0e8a34b1-20170930t181300247z
categorysbds
json_metadata{"tags":["sbds"],"app":"steemit/0.1"}
created2017-09-30 18:13:09
last_update2017-09-30 18:13:09
depth1
children0
last_payout2017-10-07 18:13:09
cashout_time1969-12-31 23:59:59
total_payout_value0.096 HBD
curator_payout_value0.032 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length166
author_reputation2,330,185,599,758
root_title"How to save Steem blockchain to MySQL?"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id16,400,152
net_rshares47,378,195,150
author_curate_reward""
vote details (1)
@johnnyray ·
great post as always, and thank you for all that you do on Steemit to make it a great place.
properties (22)
authorjohnnyray
permlinkre-good-karma-how-to-save-steem-blockchain-to-mysql-e2e5e0e8a34b1-20171002t023705800z
categorysbds
json_metadata{"tags":["sbds"],"app":"steemit/0.1"}
created2017-10-02 02:37:09
last_update2017-10-02 02:37:09
depth1
children0
last_payout2017-10-09 02:37:09
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_length92
author_reputation2,330,185,599,758
root_title"How to save Steem blockchain to MySQL?"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id16,525,870
net_rshares0
@jose92 ·
Wow..... its amazing post ,,,,,,,,, thanks for sharing this. People like you are the best!
properties (22)
authorjose92
permlinkre-good-karma-how-to-save-steem-blockchain-to-mysql-e2e5e0e8a34b1-20170930t220908822z
categorysbds
json_metadata{"tags":["sbds"],"app":"steemit/0.1"}
created2017-09-30 22:09:09
last_update2017-09-30 22:09:09
depth1
children0
last_payout2017-10-07 22:09:09
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_length90
author_reputation77,385,925,313
root_title"How to save Steem blockchain to MySQL?"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id16,415,785
net_rshares0
@jose92 ·
Wow........amazing post my dear friend ,,,,,,,,,, thanks for sharing this. People like you are the best!
properties (22)
authorjose92
permlinkre-good-karma-how-to-save-steem-blockchain-to-mysql-e2e5e0e8a34b1-20170930t221112586z
categorysbds
json_metadata{"tags":["sbds"],"app":"steemit/0.1"}
created2017-09-30 22:11:12
last_update2017-09-30 22:11:12
depth1
children0
last_payout2017-10-07 22:11: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_length104
author_reputation77,385,925,313
root_title"How to save Steem blockchain to MySQL?"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id16,415,904
net_rshares0
@journeyoflife ·
Always love your updates !! Never disappointed
properties (22)
authorjourneyoflife
permlinkre-good-karma-how-to-save-steem-blockchain-to-mysql-e2e5e0e8a34b1-20170930t173319594z
categorysbds
json_metadata{"tags":["sbds"],"app":"steemit/0.1"}
created2017-09-30 17:33:18
last_update2017-09-30 17:33:18
depth1
children0
last_payout2017-10-07 17:33:18
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_length46
author_reputation59,559,728,568,586
root_title"How to save Steem blockchain to MySQL?"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id16,396,892
net_rshares0
@kanchana ·
Vielen Dank für Steemit 🙏🇹🇭
properties (22)
authorkanchana
permlinkre-good-karma-2017104t92337630z
categorysbds
json_metadata{"tags":"sbds","app":"esteem/1.4.7","format":"markdown+html","community":"esteem"}
created2017-10-04 07:23:42
last_update2017-10-04 07:23:42
depth1
children0
last_payout2017-10-11 07:23: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_length27
author_reputation1,775,764,740,834
root_title"How to save Steem blockchain to MySQL?"
beneficiaries
0.
accountesteemapp
weight500
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id16,739,217
net_rshares0
@keks ·
$0.04
Thank you for the lovely post, wishing you all the best.:) information is sure to come in handy, but more than that, it gives me great confidence to know your hard work is being the useful.
👍  
properties (23)
authorkeks
permlinkre-good-karma-how-to-save-steem-blockchain-to-mysql-e2e5e0e8a34b1-20170930t185828218z
categorysbds
json_metadata{"tags":["sbds"],"app":"steemit/0.1"}
created2017-09-30 18:58:27
last_update2017-09-30 18:58:27
depth1
children0
last_payout2017-10-07 18:58:27
cashout_time1969-12-31 23:59:59
total_payout_value0.039 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length189
author_reputation3,120,009,340,054
root_title"How to save Steem blockchain to MySQL?"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id16,403,616
net_rshares14,324,351,449
author_curate_reward""
vote details (1)
@kenhudoy ·
@good-karma
thanks for all...i mentioned you on my post
properties (22)
authorkenhudoy
permlinkre-good-karma-how-to-save-steem-blockchain-to-mysql-e2e5e0e8a34b1-20171018t94630620z
categorysbds
json_metadata{"app":"chainbb/0.3","format":"markdown+html","tags":[]}
created2017-10-18 08:45:36
last_update2017-10-18 08:45:36
depth1
children0
last_payout2017-10-25 08:45: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_length56
author_reputation10,766,809,992,992
root_title"How to save Steem blockchain to MySQL?"
beneficiaries
0.
accountchainbb
weight1,500
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id17,962,685
net_rshares0
@kevbot ·
Hey, I just wanted to mention that I appreciate your work on Steem very much. I notice your votes on my posts. I think you bring great value to the community!

I hope you well, and I will vote you as witness!
properties (22)
authorkevbot
permlinkre-good-karma-how-to-save-steem-blockchain-to-mysql-e2e5e0e8a34b1-20171001t185800023z
categorysbds
json_metadata{"tags":["sbds"],"app":"steemit/0.1"}
created2017-10-01 18:58:00
last_update2017-10-01 18:58:00
depth1
children0
last_payout2017-10-08 18:58:00
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_length208
author_reputation3,453,478,685,569
root_title"How to save Steem blockchain to MySQL?"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id16,498,779
net_rshares0
@keybelle ·
smart posting. thank you
properties (22)
authorkeybelle
permlinkre-good-karma-how-to-save-steem-blockchain-to-mysql-e2e5e0e8a34b1-20170930t174446357z
categorysbds
json_metadata{"tags":["sbds"],"app":"steemit/0.1"}
created2017-09-30 17:44:54
last_update2017-09-30 17:44:54
depth1
children0
last_payout2017-10-07 17:44:54
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_length24
author_reputation40,424,901,887
root_title"How to save Steem blockchain to MySQL?"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id16,397,759
net_rshares0
@kizzbonez ·
Thank you so much for this very informative tutorial. I am also a developer but i am just starting to learn on how to program in steem blockchain. This is very helpful for me.
properties (22)
authorkizzbonez
permlinkre-good-karma-how-to-save-steem-blockchain-to-mysql-e2e5e0e8a34b1-20170930t182925798z
categorysbds
json_metadata{"tags":["sbds"],"app":"steemit/0.1"}
created2017-09-30 18:29:24
last_update2017-09-30 18:29:24
depth1
children0
last_payout2017-10-07 18:29: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_length175
author_reputation6,622,714,362,560
root_title"How to save Steem blockchain to MySQL?"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id16,401,458
net_rshares0
@klen.civil ·
https://steemit.com/cryptocurrency/@klen.civil/shop-for-groceries-using-sbd-in-aceh-indonesia-or-or-berbelanja-sembako-menggunakan-sbd-di-aceh-indonesia-eng-ina-2017101t013175z

in Aceh-Indonesia
👎  
properties (23)
authorklen.civil
permlinkre-good-karma-how-to-save-steem-blockchain-to-mysql-e2e5e0e8a34b1-20170930t173255309z
categorysbds
json_metadata{"tags":["sbds"],"links":["https://steemit.com/cryptocurrency/@klen.civil/shop-for-groceries-using-sbd-in-aceh-indonesia-or-or-berbelanja-sembako-menggunakan-sbd-di-aceh-indonesia-eng-ina-2017101t013175z"],"app":"steemit/0.1"}
created2017-09-30 17:33:00
last_update2017-09-30 17:33:00
depth1
children3
last_payout2017-10-07 17:33:00
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_length195
author_reputation4,581,233,980,707
root_title"How to save Steem blockchain to MySQL?"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id16,396,873
net_rshares-17,550,201,260
author_curate_reward""
vote details (1)
@celsius100 ·
What does this have to do with the post you are replying too? I don't know much about mysql and how it relates to the blockchain, but I'm pretty sure it is not about shopping for groceries.
properties (22)
authorcelsius100
permlinkre-klencivil-re-good-karma-how-to-save-steem-blockchain-to-mysql-e2e5e0e8a34b1-20170930t174137481z
categorysbds
json_metadata{"tags":["sbds"],"app":"steemit/0.1"}
created2017-09-30 17:41:45
last_update2017-09-30 17:41:45
depth2
children0
last_payout2017-10-07 17:41:45
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_length189
author_reputation1,890,481,416,542
root_title"How to save Steem blockchain to MySQL?"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id16,397,506
net_rshares0
@said-nuruzzaman ·
Keren bg @clen.civil kita ubah transaksi dunia sekarang.
properties (22)
authorsaid-nuruzzaman
permlinkre-klencivil-re-good-karma-how-to-save-steem-blockchain-to-mysql-e2e5e0e8a34b1-20170930t174803495z
categorysbds
json_metadata{"tags":["sbds"],"users":["clen.civil"],"app":"steemit/0.1"}
created2017-09-30 17:48:36
last_update2017-09-30 17:48:36
depth2
children1
last_payout2017-10-07 17:48: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_length56
author_reputation2,904,398,086,719
root_title"How to save Steem blockchain to MySQL?"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id16,398,068
net_rshares0
@klen.civil ·
thanks
properties (22)
authorklen.civil
permlinkre-said-nuruzzaman-re-klencivil-re-good-karma-how-to-save-steem-blockchain-to-mysql-e2e5e0e8a34b1-20170930t175625106z
categorysbds
json_metadata{"tags":["sbds"],"app":"steemit/0.1"}
created2017-09-30 17:56:30
last_update2017-09-30 17:56:30
depth3
children0
last_payout2017-10-07 17:56: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_length6
author_reputation4,581,233,980,707
root_title"How to save Steem blockchain to MySQL?"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id16,398,805
net_rshares0
@krewshul ·
Very nice bruv. thanks for this. it will be used. upvoted followed and resteemed!
properties (22)
authorkrewshul
permlinkre-good-karma-how-to-save-steem-blockchain-to-mysql-e2e5e0e8a34b1-20171001t195654268z
categorysbds
json_metadata{"tags":["sbds"],"app":"steemit/0.1"}
created2017-10-01 19:56:54
last_update2017-10-01 19:56:54
depth1
children0
last_payout2017-10-08 19:56:54
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_length81
author_reputation3,848,521,379
root_title"How to save Steem blockchain to MySQL?"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id16,502,633
net_rshares0
@mamamyanmar ·
good your post and sharing
properties (22)
authormamamyanmar
permlinkre-good-karma-2017101t132818860z
categorysbds
json_metadata{"tags":"sbds","app":"esteem/1.4.6","format":"markdown+html","community":"esteem"}
created2017-10-01 06:58:30
last_update2017-10-01 06:58:30
depth1
children0
last_payout2017-10-08 06: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_length26
author_reputation14,121,891,848,891
root_title"How to save Steem blockchain to MySQL?"
beneficiaries
0.
accountesteemapp
weight500
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id16,444,644
net_rshares0
@maulida ·
Thanks for sharing this useful article @good-karma 
You are my inspirator
properties (22)
authormaulida
permlinkre-good-karma-how-to-save-steem-blockchain-to-mysql-e2e5e0e8a34b1-20170930t173358138z
categorysbds
json_metadata{"tags":["sbds"],"users":["good-karma"],"app":"steemit/0.1"}
created2017-09-30 17:34:03
last_update2017-09-30 17:34:03
depth1
children0
last_payout2017-10-07 17:34: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_length73
author_reputation30,431,531,478,302
root_title"How to save Steem blockchain to MySQL?"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id16,396,945
net_rshares0
@mawardi ·
I often learn about sql or mysql .. because I often use it when I create programs and web ,, because SQL is a sub-programming language specifically used to manipulate the database.
SQL is one of the most popular DBMS (Database Management System) for database and embedded operations (embedded) in almost all programming languages that support relational databases.
Great post @good-karma l like this your post..
properties (22)
authormawardi
permlinkre-good-karma-2017102t73010246z
categorysbds
json_metadata{"tags":"sbds","app":"esteem/1.4.6","format":"markdown+html","community":"esteem"}
created2017-10-02 00:30:15
last_update2017-10-02 00:30:15
depth1
children0
last_payout2017-10-09 00:30: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_length411
author_reputation1,762,387,361,334
root_title"How to save Steem blockchain to MySQL?"
beneficiaries
0.
accountesteemapp
weight500
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id16,518,187
net_rshares0
@mazam ·
why now esteem dont give me upvotes.?
👍  
properties (23)
authormazam
permlinkre-good-karma-how-to-save-steem-blockchain-to-mysql-e2e5e0e8a34b1-20171008t161057756z
categorysbds
json_metadata{"tags":["sbds"],"app":"steemit/0.1"}
created2017-10-08 16:11:03
last_update2017-10-08 16:11:03
depth1
children0
last_payout2017-10-15 16:11: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_length37
author_reputation-1,736,273,672,368
root_title"How to save Steem blockchain to MySQL?"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id17,116,916
net_rshares117,279,623
author_curate_reward""
vote details (1)
@mazidoank ·
Nice post
properties (22)
authormazidoank
permlinkre-good-karma-how-to-save-steem-blockchain-to-mysql-e2e5e0e8a34b1-20171005t144241533z
categorysbds
json_metadata{"tags":["sbds"],"app":"steemit/0.1"}
created2017-10-05 14:42:57
last_update2017-10-05 14:42:57
depth1
children0
last_payout2017-10-12 14:42:57
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_length9
author_reputation715,402,219,260
root_title"How to save Steem blockchain to MySQL?"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id16,864,849
net_rshares0
@melinda010100 ·
You are wonderful! Thank you!
properties (22)
authormelinda010100
permlinkre-good-karma-how-to-save-steem-blockchain-to-mysql-e2e5e0e8a34b1-20171001t174551039z
categorysbds
json_metadata{"tags":["sbds"],"app":"steemit/0.1"}
created2017-10-01 17:45:51
last_update2017-10-01 17:45:51
depth1
children0
last_payout2017-10-08 17:45: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_length29
author_reputation1,056,028,258,708,305
root_title"How to save Steem blockchain to MySQL?"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id16,492,978
net_rshares0
@mushthafakamal ·
Thank you for the knowledge, very useful @good-karma
properties (22)
authormushthafakamal
permlinkre-good-karma-2017103t73919822z
categorysbds
json_metadata{"tags":"sbds","app":"esteem/1.4.6","format":"markdown+html","community":"esteem"}
created2017-10-03 00:39:27
last_update2017-10-03 00:39:27
depth1
children0
last_payout2017-10-10 00:39: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_length52
author_reputation3,896,135,444,593
root_title"How to save Steem blockchain to MySQL?"
beneficiaries
0.
accountesteemapp
weight500
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id16,617,786
net_rshares0
@nejc1107 · (edited)
<p><center>damn man thats awesome ! :) ur a great writer too :D </center></p>
-
<p><center>im gonna follow you maybe @good-karma does come around :)</center></p>
-

<p><center>https://media0.giphy.com/media/bB41U65rG2cqk/giphy.gif</center></p>
properties (22)
authornejc1107
permlinkre-good-karma-how-to-save-steem-blockchain-to-mysql-e2e5e0e8a34b1-20170930t200115715z
categorysbds
json_metadata{"tags":["sbds"],"users":["good-karma"],"image":["https://media0.giphy.com/media/bB41U65rG2cqk/giphy.gif"],"app":"steemit/0.1"}
created2017-09-30 19:55:54
last_update2017-09-30 19:56:39
depth1
children0
last_payout2017-10-07 19:55:54
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_length243
author_reputation743,017,906,413
root_title"How to save Steem blockchain to MySQL?"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id16,407,370
net_rshares0
@odsam2 ·
This is amazing......
properties (22)
authorodsam2
permlinkre-good-karma-how-to-save-steem-blockchain-to-mysql-e2e5e0e8a34b1-20170930t173635536z
categorysbds
json_metadata{"tags":["sbds"],"app":"steemit/0.1"}
created2017-09-30 17:36:36
last_update2017-09-30 17:36:36
depth1
children0
last_payout2017-10-07 17:36: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_length21
author_reputation12,844,713,003,325
root_title"How to save Steem blockchain to MySQL?"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id16,397,132
net_rshares0
@ogunlaja ·
Thanks for sharing ,

Upvoted !

By the way ,I started following you and I would appreciate your follow back too .
please visit my blog and vote me too

Its so exciting to be on the ground floor. I think most people don't realize how lucky we are to be a part of this as a community. Things of this magnitude are usually only available to the elite. If the power of the community could be harnessed the growth could be exponential
properties (22)
authorogunlaja
permlinkre-good-karma-how-to-save-steem-blockchain-to-mysql-e2e5e0e8a34b1-20171001t034752917z
categorysbds
json_metadata{"tags":["sbds"],"app":"steemit/0.1"}
created2017-10-01 03:47:54
last_update2017-10-01 03:47:54
depth1
children0
last_payout2017-10-08 03:47:54
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_length430
author_reputation176,684,260,841
root_title"How to save Steem blockchain to MySQL?"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id16,433,836
net_rshares0
@olga.maslievich ·
Great job! Thank you for sharing , my friend  @good-karma ! Have a wonderful day!
https://scontent.flwo1-1.fna.fbcdn.net/v/t34.0-12/22323311_490404111333692_632016718_n.jpg?oh=9a522b31f25f3c1668ff9d608afd768e&oe=59DC5C18
👍  
properties (23)
authorolga.maslievich
permlinkre-good-karma-how-to-save-steem-blockchain-to-mysql-e2e5e0e8a34b1-20171008t120441849z
categorysbds
json_metadata{"tags":["sbds"],"users":["good-karma"],"image":["https://scontent.flwo1-1.fna.fbcdn.net/v/t34.0-12/22323311_490404111333692_632016718_n.jpg?oh=9a522b31f25f3c1668ff9d608afd768e&amp;oe=59DC5C18"],"app":"steemit/0.1"}
created2017-10-08 12:04:42
last_update2017-10-08 12:04:42
depth1
children0
last_payout2017-10-15 12:04: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_length220
author_reputation805,634,475,556,711
root_title"How to save Steem blockchain to MySQL?"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id17,097,162
net_rshares111,107,011
author_curate_reward""
vote details (1)
@peterehab ·
Good post! I'm going to follow you to see more post like this and for support us!
properties (22)
authorpeterehab
permlinkre-good-karma-how-to-save-steem-blockchain-to-mysql-e2e5e0e8a34b1-20170930t192054223z
categorysbds
json_metadata{"tags":["sbds"],"app":"steemit/0.1"}
created2017-09-30 19:20:57
last_update2017-09-30 19:20:57
depth1
children0
last_payout2017-10-07 19:20:57
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_length81
author_reputation-5,179,594,905
root_title"How to save Steem blockchain to MySQL?"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id16,405,101
net_rshares0
@peterehab ·
awesome post :) i followed you
properties (22)
authorpeterehab
permlinkre-good-karma-how-to-save-steem-blockchain-to-mysql-e2e5e0e8a34b1-20170930t194242297z
categorysbds
json_metadata{"tags":["sbds"],"app":"steemit/0.1"}
created2017-09-30 19:42:45
last_update2017-09-30 19:42:45
depth1
children0
last_payout2017-10-07 19:42:45
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_length30
author_reputation-5,179,594,905
root_title"How to save Steem blockchain to MySQL?"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id16,406,451
net_rshares0
@pitwi ·
Love your work @good-karma! Resteemed!
properties (22)
authorpitwi
permlinkre-good-karma-how-to-save-steem-blockchain-to-mysql-e2e5e0e8a34b1-20170930t233213016z
categorysbds
json_metadata{"tags":["sbds"],"users":["good-karma"],"app":"steemit/0.1"}
created2017-09-30 23:32:12
last_update2017-09-30 23:32:12
depth1
children0
last_payout2017-10-07 23:32: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_length38
author_reputation3,302,248,872
root_title"How to save Steem blockchain to MySQL?"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id16,420,301
net_rshares0
@prabu ·
extraordinary applications that you describe, a very wide range ,, thanks @good-karma good luck always with you
👍  
properties (23)
authorprabu
permlinkre-good-karma-how-to-save-steem-blockchain-to-mysql-e2e5e0e8a34b1-20171008t132131361z
categorysbds
json_metadata{"tags":["sbds"],"users":["good-karma"],"app":"steemit/0.1"}
created2017-10-08 13:21:33
last_update2017-10-08 13:21:33
depth1
children0
last_payout2017-10-15 13:21:33
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_length111
author_reputation8,091,308,594,312
root_title"How to save Steem blockchain to MySQL?"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id17,102,689
net_rshares114,193,317
author_curate_reward""
vote details (1)
@quekery ·
This is nice
properties (22)
authorquekery
permlinkre-good-karma-2017105t0294607z
categorysbds
json_metadata{"tags":"sbds","app":"esteem/1.4.7","format":"markdown+html","community":"esteem"}
created2017-10-04 22:29:09
last_update2017-10-04 22:29:09
depth1
children0
last_payout2017-10-11 22:29:09
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_length12
author_reputation91,406,027,566,055
root_title"How to save Steem blockchain to MySQL?"
beneficiaries
0.
accountesteemapp
weight500
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id16,803,842
net_rshares0
@rajana ·
I LIKE APLICASI ESTEEM U..... THANKS YA...
properties (22)
authorrajana
permlinkre-good-karma-how-to-save-steem-blockchain-to-mysql-e2e5e0e8a34b1-20171004t063039857z
categorysbds
json_metadata{"tags":["sbds"],"app":"steemit/0.1"}
created2017-10-04 06:30:45
last_update2017-10-04 06:30:45
depth1
children0
last_payout2017-10-11 06:30:45
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_length42
author_reputation100,874,141,611
root_title"How to save Steem blockchain to MySQL?"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id16,735,968
net_rshares0
@revealer777 ·
>>>Great blog @good-karma
properties (22)
authorrevealer777
permlinkre-good-karma-how-to-save-steem-blockchain-to-mysql-e2e5e0e8a34b1-20171001t101550164z
categorysbds
json_metadata{"tags":["sbds"],"users":["good-karma"],"app":"steemit/0.1"}
created2017-10-01 10:15:54
last_update2017-10-01 10:15:54
depth1
children0
last_payout2017-10-08 10:15:54
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_length25
author_reputation182,538,314,578
root_title"How to save Steem blockchain to MySQL?"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id16,457,185
net_rshares0
@rizasukma ·
Thank you for sharing @good-karma science. this is very useful for us
properties (22)
authorrizasukma
permlinkre-good-karma-how-to-save-steem-blockchain-to-mysql-e2e5e0e8a34b1-20170930t173355083z
categorysbds
json_metadata{"tags":["sbds"],"users":["good-karma"],"app":"steemit/0.1"}
created2017-09-30 17:34:00
last_update2017-09-30 17:34:00
depth1
children0
last_payout2017-10-07 17:34:00
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_length69
author_reputation56,673,466,694,018
root_title"How to save Steem blockchain to MySQL?"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id16,396,941
net_rshares0
@romina1 ·
Great post! I gave you a follow and upvote
properties (22)
authorromina1
permlinkre-good-karma-2017105t14454270z
categorysbds
json_metadata{"tags":"sbds","app":"esteem/1.4.7","format":"markdown+html","community":"esteem"}
created2017-10-05 12:05:00
last_update2017-10-05 12:05:00
depth1
children0
last_payout2017-10-12 12:05:00
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_length42
author_reputation94,987,943,126
root_title"How to save Steem blockchain to MySQL?"
beneficiaries
0.
accountesteemapp
weight500
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id16,852,870
net_rshares0
@salimch ·
https://steemitimages.com/0x0/http://www.reactiongifs.com/r/crwdc.gif
properties (22)
authorsalimch
permlinkre-good-karma-how-to-save-steem-blockchain-to-mysql-e2e5e0e8a34b1-20170930t193442838z
categorysbds
json_metadata{"tags":["sbds"],"image":["https://steemitimages.com/0x0/http://www.reactiongifs.com/r/crwdc.gif"],"app":"steemit/0.1"}
created2017-09-30 19:34:45
last_update2017-09-30 19:34:45
depth1
children0
last_payout2017-10-07 19:34:45
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_length69
author_reputation1,062,497,117,584
root_title"How to save Steem blockchain to MySQL?"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id16,405,963
net_rshares0
@salman.craf ·
nice post
i like it
properties (22)
authorsalman.craf
permlinkre-good-karma-how-to-save-steem-blockchain-to-mysql-e2e5e0e8a34b1-20171004t045539860z
categorysbds
json_metadata{"tags":["sbds"],"app":"steemit/0.1"}
created2017-10-04 04:54:48
last_update2017-10-04 04:54:48
depth1
children0
last_payout2017-10-11 04:54: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_length19
author_reputation1,150,808,342,930
root_title"How to save Steem blockchain to MySQL?"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id16,729,889
net_rshares0
@sameros ·
$0.29
Good, but do you think the currency is high steem in the future?
👍  , , , , , , , , , ,
properties (23)
authorsameros
permlinkre-good-karma-2017930t21829241z
categorysbds
json_metadata{"tags":"sbds","app":"esteem/1.4.6","format":"markdown+html","community":"esteem"}
created2017-09-30 18:08:33
last_update2017-09-30 18:08:33
depth1
children0
last_payout2017-10-07 18:08:33
cashout_time1969-12-31 23:59:59
total_payout_value0.278 HBD
curator_payout_value0.009 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length64
author_reputation149,952,417,952
root_title"How to save Steem blockchain to MySQL?"
beneficiaries
0.
accountesteemapp
weight500
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id16,399,782
net_rshares110,242,843,799
author_curate_reward""
vote details (11)
@sanat ·
$0.26
Do you know if there is available mysql instances to connect to? I am learning programming might try few things or do some testing... Thanks!
👍  , , , , , , , , , ,
properties (23)
authorsanat
permlinkre-good-karma-2017104t205816241z
categorysbds
json_metadata{"tags":["sbds","mysql","steemdev","database","blockchain"],"app":"esteem/1.5.0","format":"markdown+html","community":"esteem"}
created2017-10-04 17:58:15
last_update2017-10-04 17:58:15
depth1
children0
last_payout2017-10-11 17:58:15
cashout_time1969-12-31 23:59:59
total_payout_value0.246 HBD
curator_payout_value0.009 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length141
author_reputation2,167,003,527,810
root_title"How to save Steem blockchain to MySQL?"
beneficiaries
0.
accountesteemapp
weight500
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id16,785,479
net_rshares110,354,423,811
author_curate_reward""
vote details (11)
@scoutting ·
thank you for sharing your knowledge and information easily followed by us all, namaste :) @goodkarma
mere nam @Scotting
👍  
properties (23)
authorscoutting
permlinkre-good-karma-how-to-save-steem-blockchain-to-mysql-e2e5e0e8a34b1-20171010t180420116z
categorysbds
json_metadata{"tags":["sbds"],"users":["goodkarma","scotting"],"app":"steemit/0.1"}
created2017-10-11 12:53:03
last_update2017-10-11 12:53:03
depth1
children0
last_payout2017-10-18 12:53: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_length120
author_reputation1,646,587,998,118
root_title"How to save Steem blockchain to MySQL?"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id17,391,894
net_rshares132,711,152
author_curate_reward""
vote details (1)
@slempase ·
articles that are very useful, it can be stored in mysql databases, thanks for sharing knowledge, I will try mysql test and my configuration..
properties (22)
authorslempase
permlinkre-good-karma-how-to-save-steem-blockchain-to-mysql-e2e5e0e8a34b1-20171002t124752940z
categorysbds
json_metadata{"tags":["sbds"],"app":"steemit/0.1"}
created2017-10-02 12:48:12
last_update2017-10-02 12:48:12
depth1
children0
last_payout2017-10-09 12:48: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_reputation25,398,557,824,156
root_title"How to save Steem blockchain to MySQL?"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id16,565,749
net_rshares0
@smyle ·
This is a good information to developers. There are so many things to learn on steemit and about steem. This is awesome. Thanks for sharing 👍
properties (22)
authorsmyle
permlinkre-good-karma-how-to-save-steem-blockchain-to-mysql-e2e5e0e8a34b1-20170930t174349265z
categorysbds
json_metadata{"tags":["sbds"],"app":"steemit/0.1"}
created2017-09-30 17:43:54
last_update2017-09-30 17:43:54
depth1
children0
last_payout2017-10-07 17:43:54
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_length141
author_reputation55,722,287,679,473
root_title"How to save Steem blockchain to MySQL?"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id16,397,679
net_rshares0
@spectrumecons ·
Thanks @good-karma for this interesting and useful information.
properties (22)
authorspectrumecons
permlinkre-good-karma-how-to-save-steem-blockchain-to-mysql-e2e5e0e8a34b1-20171001t223853629z
categorysbds
json_metadata{"tags":["sbds"],"users":["good-karma"],"app":"steemit/0.1"}
created2017-10-01 22:38:54
last_update2017-10-01 22:38:54
depth1
children0
last_payout2017-10-08 22:38:54
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_length63
author_reputation351,262,205,907,000
root_title"How to save Steem blockchain to MySQL?"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id16,512,353
net_rshares0
@steemcros ·
Yes verry god
👍  
properties (23)
authorsteemcros
permlinkre-good-karma-2017107t224937557z
categorysbds
json_metadata{"tags":"sbds","app":"esteem/1.4.6","format":"markdown+html","community":"esteem"}
created2017-10-07 15:49:42
last_update2017-10-07 15:49:42
depth1
children0
last_payout2017-10-14 15: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_length13
author_reputation-776,623,985,510
root_title"How to save Steem blockchain to MySQL?"
beneficiaries
0.
accountesteemapp
weight500
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id17,020,809
net_rshares104,934,399
author_curate_reward""
vote details (1)
@steemitboard ·
Congratulations @good-karma! You have completed some achievement on Steemit and have been rewarded with new badge(s) :

[![](https://steemitimages.com/70x80/http://steemitboard.com/notifications/commented.png)](http://steemitboard.com/@good-karma) Award for the number of comments received

Click on any badge to view your own Board of Honor on SteemitBoard.
For more information about SteemitBoard, click [here](https://steemit.com/@steemitboard)

If you no longer want to receive notifications, reply to this comment with the word `STOP`

> By upvoting this notification, you can help all Steemit users. Learn how [here](https://steemit.com/steemitboard/@steemitboard/http-i-cubeupload-com-7ciqeo-png)!
properties (22)
authorsteemitboard
permlinksteemitboard-notify-good-karma-20171002t015200000z
categorysbds
json_metadata{"image":["https://steemitboard.com/img/notifications.png"]}
created2017-10-02 01:52:03
last_update2017-10-02 01:52:03
depth1
children0
last_payout2017-10-09 01:52: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_length704
author_reputation38,975,615,169,260
root_title"How to save Steem blockchain to MySQL?"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id16,522,826
net_rshares0
@steemitboard ·
Congratulations @good-karma! You have completed some achievement on Steemit and have been rewarded with new badge(s) :

[![](https://steemitimages.com/70x80/http://steemitboard.com/notifications/votes.png)](http://steemitboard.com/@good-karma) Award for the number of upvotes

Click on any badge to view your own Board of Honor on SteemitBoard.
For more information about SteemitBoard, click [here](https://steemit.com/@steemitboard)

If you no longer want to receive notifications, reply to this comment with the word `STOP`

> By upvoting this notification, you can help all Steemit users. Learn how [here](https://steemit.com/steemitboard/@steemitboard/http-i-cubeupload-com-7ciqeo-png)!
properties (22)
authorsteemitboard
permlinksteemitboard-notify-good-karma-20171002t190923000z
categorysbds
json_metadata{"image":["https://steemitboard.com/img/notifications.png"]}
created2017-10-02 19:09:21
last_update2017-10-02 19:09:21
depth1
children0
last_payout2017-10-09 19:09:21
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_length690
author_reputation38,975,615,169,260
root_title"How to save Steem blockchain to MySQL?"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id16,596,618
net_rshares0
@steemitboard ·
Congratulations @good-karma! You have completed some achievement on Steemit and have been rewarded with new badge(s) :

[![](https://steemitimages.com/70x80/http://steemitboard.com/notifications/votes.png)](http://steemitboard.com/@good-karma) Award for the number of upvotes

Click on any badge to view your own Board of Honor on SteemitBoard.
For more information about SteemitBoard, click [here](https://steemit.com/@steemitboard)

If you no longer want to receive notifications, reply to this comment with the word `STOP`

> By upvoting this notification, you can help all Steemit users. Learn how [here](https://steemit.com/steemitboard/@steemitboard/http-i-cubeupload-com-7ciqeo-png)!
👍  
properties (23)
authorsteemitboard
permlinksteemitboard-notify-good-karma-20171013t062435000z
categorysbds
json_metadata{"image":["https://steemitboard.com/img/notifications.png"]}
created2017-10-13 06:24:33
last_update2017-10-13 06:24:33
depth1
children0
last_payout2017-10-20 06:24:33
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_length690
author_reputation38,975,615,169,260
root_title"How to save Steem blockchain to MySQL?"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id17,557,626
net_rshares148,142,681
author_curate_reward""
vote details (1)
@sultan-aceh ·
thank info @good-karma
vote and resteem ok
properties (22)
authorsultan-aceh
permlinkre-good-karma-how-to-save-steem-blockchain-to-mysql-e2e5e0e8a34b1-20170930t174253215z
categorysbds
json_metadata{"tags":["sbds"],"users":["good-karma"],"app":"steemit/0.1"}
created2017-09-30 17:34:57
last_update2017-09-30 17:34:57
depth1
children0
last_payout2017-10-07 17:34:57
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_length42
author_reputation352,128,517,087,839
root_title"How to save Steem blockchain to MySQL?"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id16,397,017
net_rshares0
@sussan ·
Wow!
It's good to know that so much more is done to make life easier on steemit
Thanks
properties (22)
authorsussan
permlinkre-good-karma-how-to-save-steem-blockchain-to-mysql-e2e5e0e8a34b1-20170930t173751470z
categorysbds
json_metadata{"tags":["sbds"],"app":"steemit/0.1"}
created2017-09-30 17:37:57
last_update2017-09-30 17:37:57
depth1
children0
last_payout2017-10-07 17:37:57
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_length86
author_reputation12,791,384,397,974
root_title"How to save Steem blockchain to MySQL?"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id16,397,247
net_rshares0
@sweetestglo-eu · (edited)
It looks complicated in my eyes... Lol, i need to start learning more about computers, website developers and all...
properties (22)
authorsweetestglo-eu
permlinkre-good-karma-how-to-save-steem-blockchain-to-mysql-e2e5e0e8a34b1-20170930t174620194z
categorysbds
json_metadata{"tags":["sbds"],"app":"steemit/0.1"}
created2017-09-30 17:46:27
last_update2017-09-30 17:46:57
depth1
children0
last_payout2017-10-07 17:46: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_length116
author_reputation6,283,055,528,918
root_title"How to save Steem blockchain to MySQL?"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id16,397,894
net_rshares0
@syehlah ·
thanks my best friend @good-karma.
has been sharing information that is very useful for us eSteem user. 
hopefully just eSteem growing all over the world.
properties (22)
authorsyehlah
permlinkre-good-karma-2017101t11540211z
categorysbds
json_metadata{"tags":"sbds","app":"esteem/1.4.6","format":"markdown+html","community":"esteem"}
created2017-09-30 18:15:48
last_update2017-09-30 18:15:48
depth1
children0
last_payout2017-10-07 18:15: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_length154
author_reputation14,638,883,409,413
root_title"How to save Steem blockchain to MySQL?"
beneficiaries
0.
accountesteemapp
weight500
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id16,400,358
net_rshares0
@terpia ·
Thankyou for sharing.
👍  
properties (23)
authorterpia
permlinkre-good-karma-how-to-save-steem-blockchain-to-mysql-e2e5e0e8a34b1-20171011t232237571z
categorysbds
json_metadata{"tags":["sbds"],"app":"steemit/0.1"}
created2017-10-11 23:22:33
last_update2017-10-11 23:22:33
depth1
children0
last_payout2017-10-18 23:22:33
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_length21
author_reputation17,210,896,882
root_title"How to save Steem blockchain to MySQL?"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id17,438,024
net_rshares138,883,764
author_curate_reward""
vote details (1)
@thebrewster ·
Even though the code is all Greek to me, I wish to learn it at some point.
👍  
properties (23)
authorthebrewster
permlinkre-good-karma-how-to-save-steem-blockchain-to-mysql-e2e5e0e8a34b1-20171005t030546430z
categorysbds
json_metadata{"tags":["sbds"],"app":"steemit/0.1"}
created2017-10-05 03:05:45
last_update2017-10-05 03:05:45
depth1
children0
last_payout2017-10-12 03:05:45
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_length74
author_reputation92,313,020,341
root_title"How to save Steem blockchain to MySQL?"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id16,818,803
net_rshares6,105,230,696
author_curate_reward""
vote details (1)
@theguruasia ·
@good-karma,
Very useful article! I was trying to find out how to get data from STEEM Block Chain and you solved it just now! Great work and thank you very much for sharing such useful guideline with us!

Cheers~
properties (22)
authortheguruasia
permlinkre-good-karma-how-to-save-steem-blockchain-to-mysql-e2e5e0e8a34b1-20170930t173446746z
categorysbds
json_metadata{"tags":["sbds"],"users":["good-karma"],"app":"steemit/0.1"}
created2017-09-30 17:34:42
last_update2017-09-30 17:34:42
depth1
children0
last_payout2017-10-07 17:34: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_length212
author_reputation72,539,108,558,442
root_title"How to save Steem blockchain to MySQL?"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id16,396,999
net_rshares0
@tworld ·
wow !!! awesome!!!!!!!!!!!!
properties (22)
authortworld
permlinkre-good-karma-how-to-save-steem-blockchain-to-mysql-e2e5e0e8a34b1-20171003t114401861z
categorysbds
json_metadata{"tags":["sbds"],"app":"steemit/0.1"}
created2017-10-03 11:44:09
last_update2017-10-03 11:44:09
depth1
children0
last_payout2017-10-10 11:44:09
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_length27
author_reputation93,283,198,364,590
root_title"How to save Steem blockchain to MySQL?"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id16,659,755
net_rshares0
@ura-soul ·
Thanks. I generally avoid Docker, is there a walkthrough for a non docker approach for MySql?
👍  
properties (23)
authorura-soul
permlinkre-good-karma-how-to-save-steem-blockchain-to-mysql-e2e5e0e8a34b1-20170930t180253328z
categorysbds
json_metadata{"tags":["sbds"],"app":"steemit/0.1"}
created2017-09-30 18:02:54
last_update2017-09-30 18:02:54
depth1
children0
last_payout2017-10-07 18:02:54
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_length93
author_reputation844,446,197,652,939
root_title"How to save Steem blockchain to MySQL?"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id16,399,319
net_rshares307,563,300
author_curate_reward""
vote details (1)
@valency1 ·
Wow thanks for sharing this. People like you are the best!
properties (22)
authorvalency1
permlinkre-good-karma-how-to-save-steem-blockchain-to-mysql-e2e5e0e8a34b1-20170930t181319566z
categorysbds
json_metadata{"tags":["sbds"],"app":"steemit/0.1"}
created2017-09-30 18:13:33
last_update2017-09-30 18:13:33
depth1
children0
last_payout2017-10-07 18:13:33
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_length58
author_reputation6,972,467,029,502
root_title"How to save Steem blockchain to MySQL?"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id16,400,188
net_rshares0
@wandimaru ·
Good information, thanks.....
properties (22)
authorwandimaru
permlinkre-good-karma-2017101t155050846z
categorysbds
json_metadata{"tags":"sbds","app":"esteem/1.4.6","format":"markdown+html","community":"esteem"}
created2017-10-01 08:51:03
last_update2017-10-01 08:51:03
depth1
children0
last_payout2017-10-08 08:51: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_length29
author_reputation4,273,013,874,053
root_title"How to save Steem blockchain to MySQL?"
beneficiaries
0.
accountesteemapp
weight500
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id16,451,839
net_rshares0
@yahsa89 ·
$0.02
Hello @good-karma 🙂

Give information only

why is the end of this app esteem is often difficult to open? Any open page esteem not showing?
👍  
properties (23)
authoryahsa89
permlinkre-good-karma-20171020t31556997z
categorysbds
json_metadata{"tags":"sbds","app":"esteem/1.4.6","format":"markdown+html","community":"esteem"}
created2017-10-19 20:16:03
last_update2017-10-19 20:16:03
depth1
children0
last_payout2017-10-26 20:16:03
cashout_time1969-12-31 23:59:59
total_payout_value0.016 HBD
curator_payout_value0.004 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length139
author_reputation2,321,403,836,285
root_title"How to save Steem blockchain to MySQL?"
beneficiaries
0.
accountesteemapp
weight500
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id18,082,557
net_rshares10,067,056,477
author_curate_reward""
vote details (1)
@yudexisjaume ·
Hello good post my name is Yudexis Jaume and I am from venezuela can you give a vote to my last post? @good-karma
properties (22)
authoryudexisjaume
permlinkre-good-karma-how-to-save-steem-blockchain-to-mysql-e2e5e0e8a34b1-20171014t025837071z
categorysbds
json_metadata{"tags":["sbds"],"users":["good-karma"],"app":"steemit/0.1"}
created2017-10-14 02:58:45
last_update2017-10-14 02:58:45
depth1
children0
last_payout2017-10-21 02:58:45
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_length113
author_reputation334,604,377,747
root_title"How to save Steem blockchain to MySQL?"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id17,631,975
net_rshares0
@zamdafilah ·
Great @good-karma...i ama learning...thanks
properties (22)
authorzamdafilah
permlinkre-good-karma-how-to-save-steem-blockchain-to-mysql-e2e5e0e8a34b1-20171002t155037387z
categorysbds
json_metadata{"tags":["sbds"],"app":"steemit/0.1"}
created2017-10-02 15:50:42
last_update2017-10-02 15:50:42
depth1
children0
last_payout2017-10-09 15:50: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_length43
author_reputation43,631,700,011
root_title"How to save Steem blockchain to MySQL?"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id16,580,552
net_rshares0