create account

[STEEMSQL.COM] A public SQL server database with all Steemit blockchain data by arcange

View this thread on: hive.blogpeakd.comecency.com
· @arcange ·
$395.25
[STEEMSQL.COM] A public SQL server database with all Steemit blockchain data
https://i.imgsafe.org/77e5fc4a12.png


Did you ever wanted to easily access data contained in the Steem blockchain and perform analysis or find valuable information. But not everybody has programming skills to gather those data and compute the wanted result.

Therefore, I created a **publicly available** SQL database with **all** the blockchain data in it.

## Why use a SQL database?
The main advantage having such a database is the fact data are structured and easily accessible from any application able to connect to a SQL Server database. Having a SQL Server database makes it possible to produce quick answers to queries. 

Simply put, a query is a question. You ask the server form something and it sends back an answer (called the query result set). 
For example, when dealing with large amounts of data as Steem blockchain data, you might want quick answers to questions (queries) such as: 
* What was the Steem power down volume during the past six weeks?
* Which are the top 10 most rewarded post ever?
* Did I get, me or my posts, mentioned in any post or comment?
* How many posts are talking about ants?

Browsing the blockchain over and over to retrieve and compute such information is time and resource consuming.
If you don’t have a local copy of the blockchain, instead of downloading the whole data from some external public node to process it, you will send your query to SteemSQL server and get only the requested information, saving tons of bandwidth.

Let’s have a look at some technical details

## Database diagram
https://i.imgsafe.org/7822f82a67.jpg

The Blocks table contains bare block information (timestamp, witness …)
Each block can contains Transactions
Depending on each transaction type, the associated transaction’s data is stored in the related table.

## Full text search
The database has been full text search enabled.  This allow fast search of information within post and replies.

Let say I want to know if anyone mentioned me in a post or comment, the following simple query will do the trick

`SELECT author, title, body, url FROM TxComments WHERE CONTAINS(body, '@arcange')`

## Database Connection information:

Here the information to connect and query the database:

Server:       **sql.steemsql.com**
User:            **steemit**
Password:  **steemit**

Database name: **DBSteem**

## How to retrieve query the database

* Using Microsoft Excel

Check this [tutorial](https://steemit.com/steemit/@arcange/steemsql-com-how-to-create-a-steem-analytic-report-with-microsoft-excel) to see how to create an analysis report with Excel

* If you’re a python programmer

```python
import pypyodbc
connection = pypyodbc.connect('Driver={SQL Server};'
                                'Server=sql.steemsql.com;'
                                'Database=DBSteem;'
                                'uid=steemit;pwd=steemit')
cursor = connection.cursor() 
SQLCommand = ("YOUR SQL QUERY”)
cursor.execute(SQLCommand)
# do whatever you want with the retrieved data
connection.close()
```

## Support

If you need help, have any comment or request, join **[steemsql channel](https://steemit.chat/channel/steemsql)** on steemit.chat

## Availability and performance

The SQL server is hosted in a datacenter with 24/7/365 availability.
Available output bandwidth is up to 500Mb/s 

New data from the latest blocks are injected in the database every 10 seconds.

The server is currently hosted in a shared infrastructure.
I will monitor server load and if it requires more resources, I will allocate any reward to this post to a dedicated infrastructure.

You like it, please **upvote** or **follow me**
👍  , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , and 243 others
properties (23)
authorarcange
permlinksteemsql-com-a-public-sql-server-database-with-all-steemit-blockchain-data
categorysteemit
json_metadata{"tags":["steemit","analytics","stats","programming",""],"image":["https://i.imgsafe.org/77e5fc4a12.png","https://i.imgsafe.org/7822f82a67.jpg"],"links":["https://steemit.com/steemit/@arcange/steemsql-com-how-to-create-a-steem-analytic-report-with-microsoft-excel","https://steemit.chat/channel/steemsql"]}
created2016-09-13 11:50:12
last_update2016-09-13 11:50:12
depth0
children65
last_payout2016-10-15 13:25:57
cashout_time1969-12-31 23:59:59
total_payout_value297.088 HBD
curator_payout_value98.161 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length3,634
author_reputation1,146,606,926,313,931
root_title"[STEEMSQL.COM] A public SQL server database with all Steemit blockchain data"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id1,230,772
net_rshares81,953,653,020,120
author_curate_reward""
vote details (307)
@abit · (edited)
This is good. Although I like something like PhpMyAdmin more.
What hardware is your service running on? I'm curious about the scalability.
properties (22)
authorabit
permlinkre-arcange-steemsql-com-a-public-sql-server-database-with-all-steemit-blockchain-data-20160914t180712899z
categorysteemit
json_metadata{"tags":["steemit"]}
created2016-09-14 18:07:15
last_update2016-09-14 18:10:12
depth1
children2
last_payout2016-10-15 13:25: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_length138
author_reputation141,171,499,037,785
root_title"[STEEMSQL.COM] A public SQL server database with all Steemit blockchain data"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id1,245,514
net_rshares0
@arcange ·
$0.12
The server on a Intel Xeon E5-1650 v2 3.5Ghz 6 cores with 64GB memory, 8TB storage with MegaRAID 9271 Cache 1Go + CacheVault. It can be moved to a VMware HA cluster if required.
👍  ,
properties (23)
authorarcange
permlinkre-abit-re-arcange-steemsql-com-a-public-sql-server-database-with-all-steemit-blockchain-data-20160915t084138837z
categorysteemit
json_metadata{"tags":["steemit"]}
created2016-09-15 08:41:39
last_update2016-09-15 08:41:39
depth2
children1
last_payout2016-10-15 13:25:57
cashout_time1969-12-31 23:59:59
total_payout_value0.123 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length177
author_reputation1,146,606,926,313,931
root_title"[STEEMSQL.COM] A public SQL server database with all Steemit blockchain data"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id1,251,972
net_rshares1,149,874,116,696
author_curate_reward""
vote details (2)
@abit ·
Sounds great.
properties (22)
authorabit
permlinkre-arcange-re-abit-re-arcange-steemsql-com-a-public-sql-server-database-with-all-steemit-blockchain-data-20160916t082154528z
categorysteemit
json_metadata{"tags":["steemit"]}
created2016-09-16 08:21:54
last_update2016-09-16 08:21:54
depth3
children0
last_payout2016-10-15 13:25: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_length13
author_reputation141,171,499,037,785
root_title"[STEEMSQL.COM] A public SQL server database with all Steemit blockchain data"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id1,263,496
net_rshares0
@abit ·
http://steemsql.com/ is not working?
properties (22)
authorabit
permlinkre-arcange-steemsql-com-a-public-sql-server-database-with-all-steemit-blockchain-data-20160918t125123328z
categorysteemit
json_metadata{"tags":["steemit"],"links":["http://steemsql.com/"]}
created2016-09-18 12:51:24
last_update2016-09-18 12:51:24
depth1
children4
last_payout2016-10-15 13:25: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_length36
author_reputation141,171,499,037,785
root_title"[STEEMSQL.COM] A public SQL server database with all Steemit blockchain data"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id1,285,748
net_rshares0
@arcange ·
Haven't noticed any problem.
Please use [steemsql channel](https://steemit.chat/channel/steemsql) on steemit.chat for help or support
properties (22)
authorarcange
permlinkre-abit-re-arcange-steemsql-com-a-public-sql-server-database-with-all-steemit-blockchain-data-20160919t091958972z
categorysteemit
json_metadata{"tags":["steemit"],"links":["https://steemit.chat/channel/steemsql"]}
created2016-09-19 09:19:57
last_update2016-09-19 09:19:57
depth2
children3
last_payout2016-10-15 13:25: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_length133
author_reputation1,146,606,926,313,931
root_title"[STEEMSQL.COM] A public SQL server database with all Steemit blockchain data"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id1,294,043
net_rshares0
@abit · (edited)
Just clicked on the link: http://steemsql.com/ , I got this:
```
This site can’t be reached

steemsql.com’s server DNS address could not be found.
```
properties (22)
authorabit
permlinkre-arcange-re-abit-re-arcange-steemsql-com-a-public-sql-server-database-with-all-steemit-blockchain-data-20160919t234137802z
categorysteemit
json_metadata{"tags":["steemit"],"links":["http://steemsql.com/"]}
created2016-09-19 23:41:36
last_update2016-09-20 22:38:48
depth3
children2
last_payout2016-10-15 13:25: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_length150
author_reputation141,171,499,037,785
root_title"[STEEMSQL.COM] A public SQL server database with all Steemit blockchain data"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id1,301,728
net_rshares0
@alketcecaj ·
$0.07
The database here is not responding!! I'm trying to connect to it from Java code and it says  "Communication link failure". Also from comand line I run a ping and none of the packets come back!
👍  
properties (23)
authoralketcecaj
permlinkre-arcange-steemsql-com-a-public-sql-server-database-with-all-steemit-blockchain-data-20171122t140545891z
categorysteemit
json_metadata{"tags":["steemit"],"app":"steemit/0.1"}
created2017-11-22 14:05:45
last_update2017-11-22 14:05:45
depth1
children0
last_payout2017-11-29 14:05:45
cashout_time1969-12-31 23:59:59
total_payout_value0.055 HBD
curator_payout_value0.018 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length193
author_reputation2,409,013,484,223
root_title"[STEEMSQL.COM] A public SQL server database with all Steemit blockchain data"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id21,202,693
net_rshares30,515,402,309
author_curate_reward""
vote details (1)
@anduweb ·
That's nice of you to make this available. hopefully you won't get flooded with requests that the resources requirements will require too much of an overhead :)
👍  
properties (23)
authoranduweb
permlinkre-arcange-steemsql-com-a-public-sql-server-database-with-all-steemit-blockchain-data-20160913t115214108z
categorysteemit
json_metadata{"tags":["steemit"]}
created2016-09-13 11:52:15
last_update2016-09-13 11:52:15
depth1
children1
last_payout2016-10-15 13:25: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_length160
author_reputation11,311,191,021,706
root_title"[STEEMSQL.COM] A public SQL server database with all Steemit blockchain data"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id1,230,790
net_rshares2,767,082,391
author_curate_reward""
vote details (1)
@arcange ·
That could be, as for every service made public. But worth to experiment as it will be a good test for the infrastructure. This one is scaled for a *normal* usage.
The risk is indeed have bad response time if the load is to heavy.  Then people writing poor queries might go away as they won't get correct response time.
Anyway, I will do my best to educate users on how to perform efficient queries.
Future will tell.
👍  
properties (23)
authorarcange
permlinkre-anduweb-re-arcange-steemsql-com-a-public-sql-server-database-with-all-steemit-blockchain-data-20160913t115835527z
categorysteemit
json_metadata{"tags":["steemit"]}
created2016-09-13 11:58:36
last_update2016-09-13 11:58:36
depth2
children0
last_payout2016-10-15 13:25: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_length417
author_reputation1,146,606,926,313,931
root_title"[STEEMSQL.COM] A public SQL server database with all Steemit blockchain data"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id1,230,852
net_rshares0
author_curate_reward""
vote details (1)
@ausbitbank ·
Thankyou heaps for doing this!
I have a heap of ideas for queries but I've been trying to avoid the overhead of running my own full node - this is a far more efficient way to do it :)
I'll be following, great work
👍  ,
properties (23)
authorausbitbank
permlinkre-arcange-steemsql-com-a-public-sql-server-database-with-all-steemit-blockchain-data-20160913t120702586z
categorysteemit
json_metadata{"tags":["steemit"]}
created2016-09-13 12:07:03
last_update2016-09-13 12:07:03
depth1
children1
last_payout2016-10-15 13:25: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_length213
author_reputation287,009,709,424,827
root_title"[STEEMSQL.COM] A public SQL server database with all Steemit blockchain data"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id1,230,922
net_rshares4,947,371,102
author_curate_reward""
vote details (2)
@arcange ·
That's exactly the purpose of it: having an efficient alternative to local nodes.
Thanks!
properties (22)
authorarcange
permlinkre-ausbitbank-re-arcange-steemsql-com-a-public-sql-server-database-with-all-steemit-blockchain-data-20160913t121534054z
categorysteemit
json_metadata{"tags":["steemit"]}
created2016-09-13 12:15:33
last_update2016-09-13 12:15:33
depth2
children0
last_payout2016-10-15 13:25: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_length89
author_reputation1,146,606,926,313,931
root_title"[STEEMSQL.COM] A public SQL server database with all Steemit blockchain data"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id1,230,972
net_rshares0
@bbrewer ·
I'm late to the party but I am excited about this as I am learning SQL at work and would love to use that knowledge to understand Steemit better and contribute to the community with that knowledge.
properties (22)
authorbbrewer
permlinkre-arcange-steemsql-com-a-public-sql-server-database-with-all-steemit-blockchain-data-20160915t020124789z
categorysteemit
json_metadata{"tags":["steemit"]}
created2016-09-15 02:01:27
last_update2016-09-15 02:01:27
depth1
children2
last_payout2016-10-15 13:25: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_length197
author_reputation7,852,511,958,185
root_title"[STEEMSQL.COM] A public SQL server database with all Steemit blockchain data"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id1,249,728
net_rshares0
@arcange ·
Do not hesitate to contact me on [steemit.chat ](https://steemit.chat/channel/steemsql) if you need any help to create amazing SQL queries.
properties (22)
authorarcange
permlinkre-bbrewer-re-arcange-steemsql-com-a-public-sql-server-database-with-all-steemit-blockchain-data-20160915t085145659z
categorysteemit
json_metadata{"tags":["steemit"],"links":["https://steemit.chat/channel/steemsql"]}
created2016-09-15 08:51:45
last_update2016-09-15 08:51:45
depth2
children1
last_payout2016-10-15 13:25: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_length139
author_reputation1,146,606,926,313,931
root_title"[STEEMSQL.COM] A public SQL server database with all Steemit blockchain data"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id1,252,025
net_rshares0
@bbrewer ·
Thank you, kindly.
properties (22)
authorbbrewer
permlinkre-arcange-re-bbrewer-re-arcange-steemsql-com-a-public-sql-server-database-with-all-steemit-blockchain-data-20160915t144851545z
categorysteemit
json_metadata{"tags":["steemit"]}
created2016-09-15 14:48:54
last_update2016-09-15 14:48:54
depth3
children0
last_payout2016-10-15 13:25: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_length18
author_reputation7,852,511,958,185
root_title"[STEEMSQL.COM] A public SQL server database with all Steemit blockchain data"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id1,254,698
net_rshares0
@bitcalm ·
How did you populate the database to begin with? If you're using the RPC mechanism, after 30 days some data is no longer returned. For example, `active_votes` is empty for all posts after their second payout. You can even see this on steemit.com where old posts have zero upvotes.
👍  
properties (23)
authorbitcalm
permlinkre-arcange-steemsql-com-a-public-sql-server-database-with-all-steemit-blockchain-data-20160914t112453737z
categorysteemit
json_metadata{"tags":["steemit"]}
created2016-09-14 11:24:45
last_update2016-09-14 11:24:45
depth1
children1
last_payout2016-10-15 13:25: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_length280
author_reputation24,919,530,803,138
root_title"[STEEMSQL.COM] A public SQL server database with all Steemit blockchain data"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id1,242,146
net_rshares44,282,381,365
author_curate_reward""
vote details (1)
@arcange ·
All votes are in transactions and stored in the TxVotes table, even first votes ever :
https://s18.postimg.org/mhjtzg7p5/14_09_2016_13_56_49.png
properties (22)
authorarcange
permlinkre-bitcalm-re-arcange-steemsql-com-a-public-sql-server-database-with-all-steemit-blockchain-data-20160914t120100152z
categorysteemit
json_metadata{"tags":["steemit"],"image":["https://s18.postimg.org/mhjtzg7p5/14_09_2016_13_56_49.png"]}
created2016-09-14 12:01:00
last_update2016-09-14 12:01:00
depth2
children0
last_payout2016-10-15 13:25: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_length144
author_reputation1,146,606,926,313,931
root_title"[STEEMSQL.COM] A public SQL server database with all Steemit blockchain data"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id1,242,452
net_rshares0
@bitcoiner ·
This is a really great thing you have going here! Kudos for setting up a public node and service for the community. I sincerely believe this post should be upvoted like crazy and end with 3 or 4 figures. This does deserve more notice and appreciation. But from me, you've my upvote and follow. Thank you.
👍  
properties (23)
authorbitcoiner
permlinkre-arcange-steemsql-com-a-public-sql-server-database-with-all-steemit-blockchain-data-20160913t223021322z
categorysteemit
json_metadata{"tags":["steemit"]}
created2016-09-13 22:30:21
last_update2016-09-13 22:30:21
depth1
children1
last_payout2016-10-15 13:25: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_length304
author_reputation28,017,014,641,958
root_title"[STEEMSQL.COM] A public SQL server database with all Steemit blockchain data"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id1,237,117
net_rshares2,223,894,485
author_curate_reward""
vote details (1)
@arcange ·
Thanks for your support!
The load is low at the moment but I already received lot of positive feedback of people wanting to use it.
I also wish I could get a few reward for this, not to become rich  but to be able to put the server on a dedicated infrastructure with HA and DRS and ensure the best service to the community.
👍  
properties (23)
authorarcange
permlinkre-bitcoiner-re-arcange-steemsql-com-a-public-sql-server-database-with-all-steemit-blockchain-data-20160913t224533350z
categorysteemit
json_metadata{"tags":["steemit"]}
created2016-09-13 22:45:33
last_update2016-09-13 22:45:33
depth2
children0
last_payout2016-10-15 13:25: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_length323
author_reputation1,146,606,926,313,931
root_title"[STEEMSQL.COM] A public SQL server database with all Steemit blockchain data"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id1,237,261
net_rshares0
author_curate_reward""
vote details (1)
@carlgnash ·
Thank you so much for hosting this!  You are my hero!  Successfully connected and doing some poking around in the data for fun tonight :)
properties (22)
authorcarlgnash
permlinkre-arcange-steemsql-com-a-public-sql-server-database-with-all-steemit-blockchain-data-20170730t073008754z
categorysteemit
json_metadata{"tags":["steemit"],"app":"steemit/0.1"}
created2017-07-30 07:30:09
last_update2017-07-30 07:30:09
depth1
children0
last_payout2017-08-06 07:30: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_length137
author_reputation114,786,060,260,950
root_title"[STEEMSQL.COM] A public SQL server database with all Steemit blockchain data"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id10,195,615
net_rshares0
@cristi ·
hey, I'm playing with it right now. how I can I see the full architecture of the database?
properties (22)
authorcristi
permlinkre-arcange-steemsql-com-a-public-sql-server-database-with-all-steemit-blockchain-data-20160915t183538815z
categorysteemit
json_metadata{"tags":["steemit"]}
created2016-09-15 18:35:42
last_update2016-09-15 18:35:42
depth1
children3
last_payout2016-10-15 13:25: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_length90
author_reputation128,305,218,872,904
root_title"[STEEMSQL.COM] A public SQL server database with all Steemit blockchain data"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id1,257,133
net_rshares0
@arcange ·
All tables and their relation are shown in the database diagram in this post.
properties (22)
authorarcange
permlinkre-cristi-re-arcange-steemsql-com-a-public-sql-server-database-with-all-steemit-blockchain-data-20160915t212727328z
categorysteemit
json_metadata{"tags":["steemit"]}
created2016-09-15 21:27:27
last_update2016-09-15 21:27:27
depth2
children2
last_payout2016-10-15 13:25: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_length77
author_reputation1,146,606,926,313,931
root_title"[STEEMSQL.COM] A public SQL server database with all Steemit blockchain data"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id1,258,980
net_rshares0
@cristi ·
I thought there was another way as well
properties (22)
authorcristi
permlinkre-arcange-re-cristi-re-arcange-steemsql-com-a-public-sql-server-database-with-all-steemit-blockchain-data-20160915t213444154z
categorysteemit
json_metadata{"tags":["steemit"]}
created2016-09-15 21:34:48
last_update2016-09-15 21:34:48
depth3
children1
last_payout2016-10-15 13:25: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_length39
author_reputation128,305,218,872,904
root_title"[STEEMSQL.COM] A public SQL server database with all Steemit blockchain data"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id1,259,036
net_rshares0
@earnest ·
Excellent work
properties (22)
authorearnest
permlinkre-arcange-steemsql-com-a-public-sql-server-database-with-all-steemit-blockchain-data-20160914t173020900z
categorysteemit
json_metadata{"tags":["steemit"]}
created2016-09-14 17:30:21
last_update2016-09-14 17:30:21
depth1
children0
last_payout2016-10-15 13:25: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_length14
author_reputation-2,314,359,161,729
root_title"[STEEMSQL.COM] A public SQL server database with all Steemit blockchain data"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id1,245,113
net_rshares0
@ekonugraha ·
Amazing. Glad to found this post. Thank you for providing the infrastructure. I have accessed it and it works well
properties (22)
authorekonugraha
permlinkre-arcange-steemsql-com-a-public-sql-server-database-with-all-steemit-blockchain-data-20171211t145519580z
categorysteemit
json_metadata{"tags":["steemit"],"app":"steemit/0.1"}
created2017-12-11 14:55:21
last_update2017-12-11 14:55:21
depth1
children0
last_payout2017-12-18 14:55: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_reputation5,370,685,266,189
root_title"[STEEMSQL.COM] A public SQL server database with all Steemit blockchain data"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id23,122,397
net_rshares0
@heimindanger ·
This is pretty good. I've been trying a few queries, sometimes taking a while. Would you consider adding some indexes on a few 'key' fields, or do you want to keep it like that ?
👍  ,
properties (23)
authorheimindanger
permlinkre-arcange-steemsql-com-a-public-sql-server-database-with-all-steemit-blockchain-data-20160913t213125094z
categorysteemit
json_metadata{"tags":["steemit"]}
created2016-09-13 21:31:24
last_update2016-09-13 21:31:24
depth1
children1
last_payout2016-10-15 13:25: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_length178
author_reputation-16,507,408,909,111
root_title"[STEEMSQL.COM] A public SQL server database with all Steemit blockchain data"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id1,236,590
net_rshares18,492,767,141
author_curate_reward""
vote details (2)
@arcange ·
Post you queries in [steemsql channel](https://steemit.chat/channel/steemsql)
I will analyze them and see how to improve DB design/performances
properties (22)
authorarcange
permlinkre-heimindanger-re-arcange-steemsql-com-a-public-sql-server-database-with-all-steemit-blockchain-data-20160913t215207333z
categorysteemit
json_metadata{"tags":["steemit"],"links":["https://steemit.chat/channel/steemsql"]}
created2016-09-13 21:52:06
last_update2016-09-13 21:52:06
depth2
children0
last_payout2016-10-15 13:25: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_length143
author_reputation1,146,606,926,313,931
root_title"[STEEMSQL.COM] A public SQL server database with all Steemit blockchain data"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id1,236,795
net_rshares0
@kaptainkrayola ·
SQL Server is great - thank you very much for providing this!
👍  
properties (23)
authorkaptainkrayola
permlinkre-arcange-steemsql-com-a-public-sql-server-database-with-all-steemit-blockchain-data-20160913t122851640z
categorysteemit
json_metadata{"tags":["steemit"]}
created2016-09-13 12:28:51
last_update2016-09-13 12:28:51
depth1
children1
last_payout2016-10-15 13:25: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_length61
author_reputation2,518,560,260,114
root_title"[STEEMSQL.COM] A public SQL server database with all Steemit blockchain data"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id1,231,055
net_rshares2,767,082,391
author_curate_reward""
vote details (1)
@arcange ·
You're welcome.
👍  
properties (23)
authorarcange
permlinkre-kaptainkrayola-re-arcange-steemsql-com-a-public-sql-server-database-with-all-steemit-blockchain-data-20160915t153923961z
categorysteemit
json_metadata{"tags":["steemit"]}
created2016-09-15 15:39:24
last_update2016-09-15 15:39:24
depth2
children0
last_payout2016-10-15 13:25: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_length15
author_reputation1,146,606,926,313,931
root_title"[STEEMSQL.COM] A public SQL server database with all Steemit blockchain data"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id1,255,284
net_rshares10,170,107,883
author_curate_reward""
vote details (1)
@khuziyad ·
Doesn't this defeat the purpose of decentralization? If there is a central database with all the information on the blockchain, then wouldn't that create a vulnerability?

This would be better if the database itself was decentralized... I think I'll code one like this. Thank you for your information! :)
properties (22)
authorkhuziyad
permlinkre-arcange-steemsql-com-a-public-sql-server-database-with-all-steemit-blockchain-data-20170728t194524736z
categorysteemit
json_metadata{"tags":["steemit"],"app":"steemit/0.1"}
created2017-07-28 19:45:24
last_update2017-07-28 19:45:24
depth1
children0
last_payout2017-08-04 19:45: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_length304
author_reputation27,573,572,663
root_title"[STEEMSQL.COM] A public SQL server database with all Steemit blockchain data"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id10,052,207
net_rshares0
@kyriacos ·
@arcange

this is severely underrated. gave you my full blown 100%. we need this.
👍  , , ,
properties (23)
authorkyriacos
permlinkre-arcange-steemsql-com-a-public-sql-server-database-with-all-steemit-blockchain-data-20160914t125847143z
categorysteemit
json_metadata{"tags":["steemit"],"users":["arcange"]}
created2016-09-14 12:58:48
last_update2016-09-14 12:58:48
depth1
children1
last_payout2016-10-15 13:25: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_reputation151,079,958,921,004
root_title"[STEEMSQL.COM] A public SQL server database with all Steemit blockchain data"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id1,242,832
net_rshares35,193,023,938
author_curate_reward""
vote details (4)
@arcange ·
https://s17.postimg.org/vu16b00rj/angel.gif
### **Thank you !**
👍  
properties (23)
authorarcange
permlinkre-kyriacos-re-arcange-steemsql-com-a-public-sql-server-database-with-all-steemit-blockchain-data-20160914t135307038z
categorysteemit
json_metadata{"tags":["steemit"],"image":["https://s17.postimg.org/vu16b00rj/angel.gif"]}
created2016-09-14 13:53:06
last_update2016-09-14 13:53:06
depth2
children0
last_payout2016-10-15 13:25: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_length63
author_reputation1,146,606,926,313,931
root_title"[STEEMSQL.COM] A public SQL server database with all Steemit blockchain data"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id1,243,271
net_rshares0
author_curate_reward""
vote details (1)
@l0k1 ·
the differences between the graph database and the monolithinc, intransient relational database takes some compilation of data, and new blocks alter records, in ways that can be difficult to adapt, such as if a poster makes a really big edit, and suddenly the datatype has been overflowed.

But I think this is a cool idea. It might make a model for moving from a memory heavy graphene database to a storage heavy sql, maybe some sort of hybrid to cache data for faster retrieval or so.
👍  
properties (23)
authorl0k1
permlinkre-arcange-steemsql-com-a-public-sql-server-database-with-all-steemit-blockchain-data-20160914t145620337z
categorysteemit
json_metadata{"tags":["steemit"]}
created2016-09-14 14:56:21
last_update2016-09-14 14:56:21
depth1
children7
last_payout2016-10-15 13:25: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_length486
author_reputation94,800,257,230,993
root_title"[STEEMSQL.COM] A public SQL server database with all Steemit blockchain data"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id1,243,842
net_rshares10,219,302,734
author_curate_reward""
vote details (1)
@arcange ·
SteemSQL database is a **replica** of the whole blockchain, not a compilation!
This mean if a user edit a post, you will find 2 or more transactions in TxComments with the same author/permlink but with different bodies/titles.
Compilation of data is made at query time.
👍  
properties (23)
authorarcange
permlinkre-l0k1-re-arcange-steemsql-com-a-public-sql-server-database-with-all-steemit-blockchain-data-20160914t151754258z
categorysteemit
json_metadata{"tags":["steemit"]}
created2016-09-14 15:17:54
last_update2016-09-14 15:17:54
depth2
children6
last_payout2016-10-15 13:25: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_length269
author_reputation1,146,606,926,313,931
root_title"[STEEMSQL.COM] A public SQL server database with all Steemit blockchain data"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id1,244,031
net_rshares0
author_curate_reward""
vote details (1)
@khuziyad ·
Seriously, Doesn't this defeat the purpose of decentralization?
properties (22)
authorkhuziyad
permlinkre-arcange-re-l0k1-re-arcange-steemsql-com-a-public-sql-server-database-with-all-steemit-blockchain-data-20170729t202522789z
categorysteemit
json_metadata{"tags":["steemit"],"app":"steemit/0.1"}
created2017-07-29 20:25:24
last_update2017-07-29 20:25:24
depth3
children2
last_payout2017-08-05 20:25: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_length63
author_reputation27,573,572,663
root_title"[STEEMSQL.COM] A public SQL server database with all Steemit blockchain data"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id10,150,596
net_rshares0
@l0k1 ·
Ah. So it's just another implementation of the graph database protocol, layered on top of a relational database.
properties (22)
authorl0k1
permlinkre-arcange-re-l0k1-re-arcange-steemsql-com-a-public-sql-server-database-with-all-steemit-blockchain-data-20160914t152912223z
categorysteemit
json_metadata{"tags":["steemit"]}
created2016-09-14 15:29:12
last_update2016-09-14 15:29:12
depth3
children2
last_payout2016-10-15 13:25: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_length112
author_reputation94,800,257,230,993
root_title"[STEEMSQL.COM] A public SQL server database with all Steemit blockchain data"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id1,244,140
net_rshares0
@lestatisticien ·
Here’s a sad scene for you.  About 4 people have read this post I made about 3 days ago: [“Can you supply some block-chain data for payment?”]( https://steemit.com/steemit/@lestatisticien/can-you-supply-some-block-chain-data-for-payment).  Your post suggests that there must be or than 20 people in the community who might have been alerted to my post, and some would have promptly sent me to your service, which clearly needs to be well supported.

New Steemit posts disappear into ‘ether’ 20 minutes, and will turn up on peoples’ Feeds only if they are Following the author!

Anyway, I will be trying to use your service soon, and pay suitably.  I am experienced programmer; but have not bothered to learn Python and only occasionally use SQL (inside SAS).  I will come back when I have done the needed studying.

Cheers!
properties (22)
authorlestatisticien
permlinkre-arcange-steemsql-com-a-public-sql-server-database-with-all-steemit-blockchain-data-20171024t124945801z
categorysteemit
json_metadata{"tags":["steemit"],"links":["https://steemit.com/steemit/@lestatisticien/can-you-supply-some-block-chain-data-for-payment"],"app":"steemit/0.1"}
created2017-10-24 12:49:48
last_update2017-10-24 12:49:48
depth1
children0
last_payout2017-10-31 12:49: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_length823
author_reputation113,294,543,132
root_title"[STEEMSQL.COM] A public SQL server database with all Steemit blockchain data"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id18,452,422
net_rshares0
@lestatisticien ·
Here’s a sad scene for you.  About 4 people have read this post I made about 3 days ago: [“Can you supply some block-chain data for payment?”]( https://steemit.com/steemit/@lestatisticien/can-you-supply-some-block-chain-data-for-payment).  Your post suggests that there must be or than 20 people in the community who might have been alerted to my post, and some would have promptly sent me to your service, which clearly needs to be well supported.

New Steemit posts disappear into ‘ether’ 20 minutes, and will turn up on peoples’ Feeds only if they are Following the author!

Anyway, I will be trying to use your service soon, and pay suitably.  I am experienced programmer; but have not bothered to learn Python and only occasionally use SQL (inside SAS).  I will come back when I have done the needed studying.

Cheers!
properties (22)
authorlestatisticien
permlinkre-arcange-steemsql-com-a-public-sql-server-database-with-all-steemit-blockchain-data-20171024t131018826z
categorysteemit
json_metadata{"tags":["steemit"],"links":["https://steemit.com/steemit/@lestatisticien/can-you-supply-some-block-chain-data-for-payment"],"app":"steemit/0.1"}
created2017-10-24 13:10:21
last_update2017-10-24 13:10:21
depth1
children0
last_payout2017-10-31 13:10: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_length823
author_reputation113,294,543,132
root_title"[STEEMSQL.COM] A public SQL server database with all Steemit blockchain data"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id18,453,707
net_rshares0
@lukestokes ·
This is way freaking cool. Man, I fall behind on #dev in steemit.chat by just a couple days and miss amazing gems like this. Well done!
properties (22)
authorlukestokes
permlinkre-arcange-steemsql-com-a-public-sql-server-database-with-all-steemit-blockchain-data-20160915t021706354z
categorysteemit
json_metadata{"tags":["dev","steemit"]}
created2016-09-15 02:17:06
last_update2016-09-15 02:17:06
depth1
children4
last_payout2016-10-15 13:25: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_length135
author_reputation554,601,966,217,919
root_title"[STEEMSQL.COM] A public SQL server database with all Steemit blockchain data"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id1,249,832
net_rshares0
@arcange ·
Thanks ! Hopefully it will be useful to you.
properties (22)
authorarcange
permlinkre-lukestokes-re-arcange-steemsql-com-a-public-sql-server-database-with-all-steemit-blockchain-data-20160915t084829699z
categorysteemit
json_metadata{"tags":["steemit"]}
created2016-09-15 08:48:30
last_update2016-09-15 08:48:30
depth2
children3
last_payout2016-10-15 13:25: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_length44
author_reputation1,146,606,926,313,931
root_title"[STEEMSQL.COM] A public SQL server database with all Steemit blockchain data"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id1,252,007
net_rshares0
@lukestokes ·
I'm at <a href="http://www.restfest.org/">RESTfest</a> today, and I'm contemplating building a REST interface for the db as part of the hack day today... Hmmmm...
properties (22)
authorlukestokes
permlinkre-arcange-re-lukestokes-re-arcange-steemsql-com-a-public-sql-server-database-with-all-steemit-blockchain-data-20160915t131749722z
categorysteemit
json_metadata{"tags":["steemit"],"links":["http://www.restfest.org/"]}
created2016-09-15 13:17:48
last_update2016-09-15 13:17:48
depth3
children2
last_payout2016-10-15 13:25: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_length162
author_reputation554,601,966,217,919
root_title"[STEEMSQL.COM] A public SQL server database with all Steemit blockchain data"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id1,253,679
net_rshares0
@marianozetax ·
Hi, I can't connect using SSMS, do you use default port? (1433)

Ping to server is not responding, I'm not sure if i'm doing something wrong :(

Thanks for sharing!
👍  
properties (23)
authormarianozetax
permlinkre-arcange-steemsql-com-a-public-sql-server-database-with-all-steemit-blockchain-data-20190111t025008323z
categorysteemit
json_metadata{"tags":["steemit"],"app":"steemit/0.1"}
created2019-01-11 02:50:06
last_update2019-01-11 02:50:06
depth1
children1
last_payout2019-01-18 02:50: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_length164
author_reputation25,026,485,169
root_title"[STEEMSQL.COM] A public SQL server database with all Steemit blockchain data"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id78,209,733
net_rshares532,031,354
author_curate_reward""
vote details (1)
@arcange ·
SteemSQL has moved to a monthly subscription model and the default free account/password “steemit/steemit” has been disabled. 

You will find more information about the subscription process [here](https://steemit.com/steemsql/@arcange/steemsql-is-moving-to-a-monthly-subscription-model)

Please visit [steemsql.com](http://steemsql.com) for more information.
👍  
properties (23)
authorarcange
permlinkre-marianozetax-re-arcange-steemsql-com-a-public-sql-server-database-with-all-steemit-blockchain-data-20190111t090359849z
categorysteemit
json_metadata{"tags":["steemit"],"links":["https://steemit.com/steemsql/@arcange/steemsql-is-moving-to-a-monthly-subscription-model","http://steemsql.com"],"app":"steemit/0.1"}
created2019-01-11 09:04:00
last_update2019-01-11 09:04:00
depth2
children0
last_payout2019-01-18 09:04: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_length358
author_reputation1,146,606,926,313,931
root_title"[STEEMSQL.COM] A public SQL server database with all Steemit blockchain data"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id78,220,209
net_rshares556,000,000
author_curate_reward""
vote details (1)
@mellofello ·
Hi @arcange.  Is this sever offline or no longer available?
properties (22)
authormellofello
permlinkre-arcange-steemsql-com-a-public-sql-server-database-with-all-steemit-blockchain-data-20180717t144608006z
categorysteemit
json_metadata{"tags":["steemit"],"users":["arcange"],"app":"steemit/0.1"}
created2018-07-17 14:46:09
last_update2018-07-17 14:46:09
depth1
children0
last_payout2018-07-24 14:46: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_length59
author_reputation67,078,537,643,577
root_title"[STEEMSQL.COM] A public SQL server database with all Steemit blockchain data"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id65,000,334
net_rshares0
@segyepark ·
This is awesome! Thank you for your effort.
properties (22)
authorsegyepark
permlinkre-arcange-steemsql-com-a-public-sql-server-database-with-all-steemit-blockchain-data-20170707t084359286z
categorysteemit
json_metadata{"tags":["steemit"],"app":"steemit/0.1"}
created2017-07-07 08:44:00
last_update2017-07-07 08:44:00
depth1
children0
last_payout2017-07-14 08:44: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_length43
author_reputation38,236,253,472,970
root_title"[STEEMSQL.COM] A public SQL server database with all Steemit blockchain data"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id7,619,968
net_rshares0
@steempowerwhale ·
As soon as I have some time I will use your steemit database because I am a data fanatic. Thank you for making this available.  I am following you now.
👍  ,
properties (23)
authorsteempowerwhale
permlinkre-arcange-steemsql-com-a-public-sql-server-database-with-all-steemit-blockchain-data-20160913t120122950z
categorysteemit
json_metadata{"tags":["steemit"]}
created2016-09-13 12:01:24
last_update2016-09-13 12:01:24
depth1
children1
last_payout2016-10-15 13:25: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_length151
author_reputation6,727,613,422,973
root_title"[STEEMSQL.COM] A public SQL server database with all Steemit blockchain data"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id1,230,877
net_rshares4,947,371,102
author_curate_reward""
vote details (2)
@arcange ·
Thanks!
I will closely monitor server as I made it a bit *quick and dirty*. I will now work on tweaking  it for best performances
properties (22)
authorarcange
permlinkre-steempowerwhale-re-arcange-steemsql-com-a-public-sql-server-database-with-all-steemit-blockchain-data-20160913t121423505z
categorysteemit
json_metadata{"tags":["steemit"]}
created2016-09-13 12:14:24
last_update2016-09-13 12:14:24
depth2
children0
last_payout2016-10-15 13:25: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_length129
author_reputation1,146,606,926,313,931
root_title"[STEEMSQL.COM] A public SQL server database with all Steemit blockchain data"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id1,230,968
net_rshares0
@stef ·
$0.04
Why MS SQL server, and not something more open like MySQL or PostgreSQL?
👍  
properties (23)
authorstef
permlinkre-arcange-steemsql-com-a-public-sql-server-database-with-all-steemit-blockchain-data-20171004t084101056z
categorysteemit
json_metadata{"tags":["steemit"],"app":"steemit/0.1"}
created2017-10-04 08:41:00
last_update2017-10-04 08:41:00
depth1
children1
last_payout2017-10-11 08:41:00
cashout_time1969-12-31 23:59:59
total_payout_value0.030 HBD
curator_payout_value0.009 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length72
author_reputation5,748,720,157,910
root_title"[STEEMSQL.COM] A public SQL server database with all Steemit blockchain data"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id16,744,105
net_rshares16,116,801,949
author_curate_reward""
vote details (1)
@arcange ·
The fact the server behind is open or not does not matter to me. 

The server itself is not open, only the data in it.
What's important is to have the required skills to manage it (including its security)and have it available to users's requests.

You're free to build your own if you really want an open source server.
properties (22)
authorarcange
permlinkre-stef-re-arcange-steemsql-com-a-public-sql-server-database-with-all-steemit-blockchain-data-20171004t105232503z
categorysteemit
json_metadata{"tags":["steemit"],"app":"steemit/0.1"}
created2017-10-04 10:52:33
last_update2017-10-04 10:52:33
depth2
children0
last_payout2017-10-11 10:52: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_length319
author_reputation1,146,606,926,313,931
root_title"[STEEMSQL.COM] A public SQL server database with all Steemit blockchain data"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id16,752,598
net_rshares0
@stef ·
$0.53
the steemit account looks suspended, the service is no longer available?
👍  ,
properties (23)
authorstef
permlinkre-arcange-steemsql-com-a-public-sql-server-database-with-all-steemit-blockchain-data-20180131t194214130z
categorysteemit
json_metadata{"tags":["steemit"],"app":"steemit/0.1"}
created2018-01-31 19:42:12
last_update2018-01-31 19:42:12
depth1
children1
last_payout2018-02-07 19:42:12
cashout_time1969-12-31 23:59:59
total_payout_value0.520 HBD
curator_payout_value0.007 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length72
author_reputation5,748,720,157,910
root_title"[STEEMSQL.COM] A public SQL server database with all Steemit blockchain data"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id33,934,203
net_rshares85,202,677,085
author_curate_reward""
vote details (2)
@justyy ·
$0.09
it has moved to a monthly subscription model.
👍  ,
properties (23)
authorjustyy
permlinkre-stef-re-arcange-steemsql-com-a-public-sql-server-database-with-all-steemit-blockchain-data-20180201t004853991z
categorysteemit
json_metadata{"tags":["steemit"],"app":"steemit/0.1"}
created2018-02-01 00:48:57
last_update2018-02-01 00:48:57
depth2
children0
last_payout2018-02-08 00:48:57
cashout_time1969-12-31 23:59:59
total_payout_value0.066 HBD
curator_payout_value0.021 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length45
author_reputation280,616,224,641,976
root_title"[STEEMSQL.COM] A public SQL server database with all Steemit blockchain data"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id33,990,927
net_rshares14,543,325,426
author_curate_reward""
vote details (2)
@stranger27 ·
Cool!
👍  
properties (23)
authorstranger27
permlinkre-arcange-steemsql-com-a-public-sql-server-database-with-all-steemit-blockchain-data-20160914t180811653z
categorysteemit
json_metadata{"tags":["steemit"]}
created2016-09-14 18:08:12
last_update2016-09-14 18:08:12
depth1
children1
last_payout2016-10-15 13:25: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_length5
author_reputation49,275,349,388,874
root_title"[STEEMSQL.COM] A public SQL server database with all Steemit blockchain data"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id1,245,525
net_rshares2,710,137,412
author_curate_reward""
vote details (1)
@arcange ·
Thanks!
properties (22)
authorarcange
permlinkre-stranger27-re-arcange-steemsql-com-a-public-sql-server-database-with-all-steemit-blockchain-data-20160915t125723515z
categorysteemit
json_metadata{"tags":["steemit"]}
created2016-09-15 12:57:24
last_update2016-09-15 12:57:24
depth2
children0
last_payout2016-10-15 13:25: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_length7
author_reputation1,146,606,926,313,931
root_title"[STEEMSQL.COM] A public SQL server database with all Steemit blockchain data"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id1,253,480
net_rshares0
@vaibhavshah ·
$0.14
hi @arcange,
Is this database still working ?
If yes Then I am not able to connect to server using Sql server management studio.
👍  
properties (23)
authorvaibhavshah
permlinkre-arcange-steemsql-com-a-public-sql-server-database-with-all-steemit-blockchain-data-20170704t145415526z
categorysteemit
json_metadata{"tags":["steemit"],"users":["arcange"],"app":"steemit/0.1"}
created2017-07-04 14:54:18
last_update2017-07-04 14:54:18
depth1
children1
last_payout2017-07-11 14:54:18
cashout_time1969-12-31 23:59:59
total_payout_value0.136 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length128
author_reputation3,427,641,457,033
root_title"[STEEMSQL.COM] A public SQL server database with all Steemit blockchain data"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id7,286,228
net_rshares21,580,829,700
author_curate_reward""
vote details (1)
@luvabi ·
I am able to connect just fine.
👍  
properties (23)
authorluvabi
permlinkre-vaibhavshah-re-arcange-steemsql-com-a-public-sql-server-database-with-all-steemit-blockchain-data-20170731t055643658z
categorysteemit
json_metadata{"tags":["steemit"],"app":"steemit/0.1"}
created2017-07-31 05:56:45
last_update2017-07-31 05:56:45
depth2
children0
last_payout2017-08-07 05:56: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_length31
author_reputation11,110,964,205,667
root_title"[STEEMSQL.COM] A public SQL server database with all Steemit blockchain data"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id10,288,431
net_rshares0
author_curate_reward""
vote details (1)
@williambanks ·
Argh!!!!  I was just trying to build one of these!
I'm not sure whether to be upset I spent 2 days trying to make it work or ecstatic that whatever guided me, guided you there first.

Eitherway, I'm glad you did this, but super jealous you managed to pull it off faster than I could  :)

Congratulations though, you earned my upvote.  I'm following you now too!
👍  ,
properties (23)
authorwilliambanks
permlinkre-arcange-steemsql-com-a-public-sql-server-database-with-all-steemit-blockchain-data-20160914t190858786z
categorysteemit
json_metadata{"tags":["steemit"]}
created2016-09-14 19:08:51
last_update2016-09-14 19:08:51
depth1
children1
last_payout2016-10-15 13:25: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_length361
author_reputation90,708,691,850,244
root_title"[STEEMSQL.COM] A public SQL server database with all Steemit blockchain data"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id1,246,073
net_rshares2,764,340,160
author_curate_reward""
vote details (2)
@arcange ·
I would have been super jealous too if you did it before me ;)
Everything was ready 2 weeks ago, but I wanted to fine tune and check every bit and byte of the infrastructure before releasing it. No worth to publish something if user experience is disappointing.
Many thanks for your support !
properties (22)
authorarcange
permlinkre-williambanks-re-arcange-steemsql-com-a-public-sql-server-database-with-all-steemit-blockchain-data-20160915t084720877z
categorysteemit
json_metadata{"tags":["steemit"]}
created2016-09-15 08:47:21
last_update2016-09-15 08:47:21
depth2
children0
last_payout2016-10-15 13:25: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_length292
author_reputation1,146,606,926,313,931
root_title"[STEEMSQL.COM] A public SQL server database with all Steemit blockchain data"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id1,251,997
net_rshares0