Two days back I shared [my 2020 data](https://leofinance.io/@bala41288/2020-a-small-recap-as-an-author-and-a-curator) in a nice tabulation along with some fancy bar charts. It was an interesting activity to prepare scripts for the same and get the data from Hive SQL. As it is now available [free of cost](https://peakd.com/hive-139531/@arcange/hivesql-free) to the users, Hive SQL is easy and handy to get our own reports. Yesterday after writing my article a few people came to my DM and asked me for the scripts to check their stats. I thought I would write an article and share the SQL script that I prepared to get the data for 2020. I really wanted to write a series of articles to share the common scripts that would be useful for anyone using Hive SQL to grab some data from the blockchain. But that is going to be a separate task and for now, I would better share the script I used to get this simple data for 2020. For those who are familiar with SQL scripts, this article would make some sense but for others, it shouldn't be a difficult task to get the data with the scripts. I use Heidi SQL to run the scrips and get the data from Hive SQL. But before that, you will need a subscription to Hive SQL to get the connection string. ## Prerequisites - A little knowledge of SQL scripts. - Hive SQL subscription and connection string. [This post](https://peakd.com/hive-139531/@arcange/hivesql-free) will help you get it. - A SQL server client like Heidi SQL or SQL Server Management Studio or any preferable SQL client. Hope all the above are ready and I would like to take you through the scripts directly. ## Total Curation Rewards month-wise within a given date range  ``` SELECT DATEPART(month, timestamp) AS Month, sum(reward) AS TotalReward, cast((((SELECT total_vesting_fund_hive FROM dbo.DynamicGlobalProperties WITH (NOLOCK)) * sum(reward)) / ( SELECT total_vesting_shares FROM dbo.DynamicGlobalProperties WITH (NOLOCK))) as numeric(36,3) ) AS TotalHP FROM "DBHive"."dbo"."VOCurationRewards" WHERE curator = 'bala41288' AND timestamp >= '2020-01-01' AND timestamp < '2020-12-31' GROUP BY DATEPART(month, TIMESTAMP) ORDER BY MONTH ASC ``` ## Total Author Rewards month-wise within a given date range  ``` SELECT DATEPART(month, timestamp) AS MONTH, sum(hbd_payout) AS TotalHBDPayout, sum(hive_payout) AS TotalHivePayout, sum(vesting_payout) AS TotalVestingPayout, cast((((SELECT total_vesting_fund_hive FROM dbo.DynamicGlobalProperties WITH (NOLOCK)) * sum(vesting_payout)) / ( SELECT total_vesting_shares FROM dbo.DynamicGlobalProperties WITH (NOLOCK)) ) as numeric(36,3)) AS TotalHP FROM "DBHive"."dbo"."VOAuthorRewards" WHERE author = 'bala41288' AND timestamp >= '2020-01-01' AND timestamp < '2020-12-31' GROUP BY DATEPART(month, TIMESTAMP) ORDER BY MONTH ASC ``` ## Total count of Posts month-wise within a given date range  ``` SELECT DATEPART(month, created) AS Month, count(permlink) AS TotalPosts FROM "DBHive"."dbo"."Comments" WHERE author = 'bala41288' AND created >= '2020-01-01' AND created <= '2020-12-31' AND parent_author = '' GROUP BY DATEPART(month, created) ORDER BY MONTH ASC ``` ## Total count of Comments month-wise within a given date range  ``` SELECT DATEPART(month, created) AS Month, count(permlink) AS TotalPosts FROM "DBHive"."dbo"."Comments" WHERE author = 'bala41288' AND created >= '2020-01-01' AND created <= '2020-12-31' AND parent_author = '' GROUP BY DATEPART(month, created) ORDER BY MONTH ASC ``` Hope the above scripts are useful. As I said, I will try to share similar scripts in the future. If you have any questions, please ask in the comments section. --- --- <center> [](https://discord.com/invite/S4x6PFz) [ ](https://discord.gg/bGmS2tE) [](https://r.honeygain.me/BALA4F8CD5) [ ](https://netbox.global/r/balanbx) <a href="https://www.publish0x.com?a=YRdG6knybD"><img src="https://cdn.publish0x.com/prod/fs/images/da2424398bd4625ed05e95650fd1fc59638d98e68350cf673d8b393558969644.png" width="728" height="90" /></a> </center> --- Posted Using [LeoFinance <sup>Beta</sup>](https://leofinance.io/@bala41288/sql-script-to-get-2020-data-from-hive-blockchain)
author | bala41288 |
---|---|
permlink | sql-script-to-get-2020-data-from-hive-blockchain |
category | hive-167922 |
json_metadata | {"app":"leofinance/0.2","format":"markdown","tags":["hive-167922","hivesql","stem","data","development","neoxian","palnet","leo","ash","archon","ctp","leofinance"],"canonical_url":"https://leofinance.io/@bala41288/sql-script-to-get-2020-data-from-hive-blockchain","links":["https://leofinance.io/@bala41288/2020-a-small-recap-as-an-author-and-a-curator","https://peakd.com/hive-139531/@arcange/hivesql-free","https://discord.com/invite/S4x6PFz","https://discord.gg/bGmS2tE","https://r.honeygain.me/BALA4F8CD5","https://netbox.global/r/balanbx","https://www.publish0x.com?a=YRdG6knybD","https://leofinance.io/@bala41288/sql-script-to-get-2020-data-from-hive-blockchain"],"image":["https://images.hive.blog/DQmRtXCvWCiS8bPxmtEFC97Q6BCSX5KGM1nhK8bVD5jZXph/image.png","https://images.hive.blog/DQmP2VMw5ZvhXz7yRcwcBbxpoRrTk8GiZQ3qupXP9HjYY6B/image.png","https://images.hive.blog/DQmWPqQTCoSFGdfHX1eApAhNoWVVDZppgA3PKjcdn7BEQcv/image.png","https://images.hive.blog/DQmUdxupVfp8dcLvjcHRwNacBwkbobNtmj8Abfa63LhmNvo/image.png","https://files.peakd.com/file/peakd-hive/bala41288/DDxrJxFV-kani-banner-15fps.gif","https://files.peakd.com/file/peakd-hive/bala41288/46eaz12N-image.png","https://images.hive.blog/DQmag62WZkMSrJAx5bupB6C8QSTdzQfZoCMsk5dp5kEjn1v/image.png","https://files.peakd.com/file/peakd-hive/bala41288/9hTRE5gg-image.png","https://cdn.publish0x.com/prod/fs/images/da2424398bd4625ed05e95650fd1fc59638d98e68350cf673d8b393558969644.png"]} |
created | 2021-01-16 12:53:12 |
last_update | 2021-01-16 13:09:18 |
depth | 0 |
children | 28 |
last_payout | 2021-01-23 12:53:12 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 4.091 HBD |
curator_payout_value | 3.471 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 5,148 |
author_reputation | 1,518,985,861,020,528 |
root_title | "SQL Script to get 2020 data from Hive Blockchain" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 101,401,543 |
net_rshares | 34,484,281,944,181 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
onealfa | 0 | 2,698,509,186,517 | 49% | ||
brennanhm | 0 | 19,519,626,103 | 100% | ||
hedge-x | 0 | 62,141,311,089 | 100% | ||
neoxian | 0 | 2,137,936,952,782 | 15% | ||
raymondspeaks | 0 | 909,651,117 | 15% | ||
kendewitt | 0 | 279,657,310,113 | 100% | ||
arcange | 0 | 174,747,809,820 | 3% | ||
raphaelle | 0 | 2,892,460,947 | 3% | ||
bert0 | 0 | 1,151,123,946 | 0.4% | ||
sammie | 0 | 58,659,077,295 | 100% | ||
uwelang | 0 | 75,075,140,281 | 6.5% | ||
dylanhobalart | 0 | 73,821,295,125 | 22% | ||
slider2990 | 0 | 5,425,698,790 | 40% | ||
zorg67 | 0 | 645,998,004 | 100% | ||
ahmadmanga | 0 | 669,987,185 | 9.09% | ||
edb | 0 | 43,759,731,821 | 34.5% | ||
walterjay | 0 | 2,892,324,639 | 0.45% | ||
voter | 0 | 98,620,076 | 100% | ||
sudutpandang | 0 | 5,610,863,312 | 100% | ||
markkujantunen | 0 | 65,000,421,256 | 100% | ||
louisthomas | 0 | 183,776,736,105 | 100% | ||
razam | 0 | 2,131,817,285 | 100% | ||
preparedwombat | 0 | 349,513,459,584 | 42% | ||
dickturpin | 0 | 2,134,878,240 | 6.5% | ||
ecoinstant | 0 | 462,923,377,957 | 100% | ||
cryptoknight12 | 0 | 434,652,877,409 | 100% | ||
arunava | 0 | 218,578,070,718 | 9% | ||
masterthematrix | 0 | 23,884,337,320 | 100% | ||
thegreens | 0 | 799,659,104 | 1% | ||
adambarratt | 0 | 4,238,270,471 | 15% | ||
felt.buzz | 0 | 3,615,778,204 | 0.45% | ||
codingdefined | 0 | 347,971,418,948 | 100% | ||
nathanmars | 0 | 1,144,553,600,638 | 19% | ||
sanjeevm | 0 | 3,642,315,574,311 | 100% | ||
pixelfan | 0 | 37,501,164,746 | 6.6% | ||
june21neneng | 0 | 10,351,940,245 | 100% | ||
emekasegun | 0 | 1,387,460,059 | 50% | ||
jjb777 | 0 | 1,286,377,164 | 100% | ||
nainaztengra | 0 | 285,825,270,717 | 30% | ||
bahagia-arbi | 0 | 797,456,186 | 6.5% | ||
tipu | 0 | 3,138,706,983,452 | 11% | ||
accelerator | 0 | 52,243,642,300 | 5% | ||
aamirijaz | 0 | 922,610,595 | 7.5% | ||
holbein81 | 0 | 2,997,629,537 | 15% | ||
tomiscurious | 0 | 2,790,831,091 | 1.34% | ||
fatman | 0 | 2,868,396,839 | 1.09% | ||
votehero | 0 | 29,097,936,458 | 10.71% | ||
pixresteemer | 0 | 110,544,734,333 | 17% | ||
scorer | 0 | 5,747,736,135 | 100% | ||
revisesociology | 0 | 1,697,426,689,200 | 100% | ||
rodent | 0 | 2,224,274,163 | 13.5% | ||
sayee | 0 | 7,443,028,532 | 7.5% | ||
investegg | 0 | 29,552,632,162 | 1.05% | ||
ronak10 | 0 | 67,076,055,949 | 100% | ||
joedukeg | 0 | 1,287,930,581 | 25% | ||
mytechtrail | 0 | 49,693,658,398 | 15% | ||
aquinotyron3 | 0 | 523,659,103 | 30% | ||
wild.nature | 0 | 758,081,815 | 100% | ||
jim888 | 0 | 365,636,026,644 | 22% | ||
juecoree | 0 | 23,487,647,752 | 100% | ||
burlarj | 0 | 372,628,051,707 | 100% | ||
r1s2g3 | 0 | 14,572,096,856 | 100% | ||
girolamomarotta | 0 | 17,574,472,639 | 20% | ||
gillianpearce | 0 | 3,104,101,913 | 100% | ||
fun2learn | 0 | 3,235,768,624 | 3% | ||
belemo | 0 | 71,321,926,796 | 100% | ||
soyrosa | 0 | 591,828,999,186 | 69% | ||
chronocrypto | 0 | 20,753,511,229 | 100% | ||
jlordc | 0 | 121,751,099,304 | 75% | ||
bet1x2 | 0 | 1,094,212,087 | 100% | ||
upfundme | 0 | 4,290,475,194 | 15% | ||
mastergerund | 0 | 20,032,940,304 | 100% | ||
happy-soul | 0 | 542,705,863 | 5.5% | ||
tomhall | 0 | 6,425,975,654 | 100% | ||
bhattg | 0 | 1,824,665,989 | 7.5% | ||
bil.prag | 0 | 157,833,638,128 | 30% | ||
paragism | 0 | 5,214,024,779 | 3.9% | ||
yameen | 0 | 159,944,268,100 | 20% | ||
knowhow92 | 0 | 21,675,843,287 | 25% | ||
abdulmath | 0 | 3,895,180,953 | 100% | ||
gadrian | 0 | 6,413,952,142 | 4.16% | ||
tonimontana | 0 | 7,187,416,814 | 100% | ||
gogreenbuddy | 0 | 30,451,585,416 | 25% | ||
legendchew | 0 | 34,614,367,185 | 100% | ||
xawi | 0 | 71,913,604,073 | 100% | ||
tronsformer | 0 | 1,724,504,721 | 50% | ||
nickyhavey | 0 | 2,160,494,522 | 0.15% | ||
davidesimoncini | 0 | 2,268,001,188 | 31% | ||
akdx | 0 | 14,148,945,221 | 25% | ||
oldmans | 0 | 11,663,520,951 | 10% | ||
longer | 0 | 995,568,813 | 2.75% | ||
roger5120 | 0 | 29,899,752,288 | 10% | ||
abacam | 0 | 1,189,235,286 | 100% | ||
abcor | 0 | 8,723,418,916 | 100% | ||
georgeknowsall | 0 | 51,553,995,467 | 100% | ||
astron | 0 | 2,176,583,619 | 100% | ||
abond | 0 | 1,521,026,147 | 100% | ||
aboost | 0 | 1,524,285,795 | 100% | ||
novartix | 0 | 1,520,501,665 | 100% | ||
spyd | 0 | 2,849,172,381 | 100% | ||
bifork | 0 | 1,286,034,609 | 100% | ||
zeeon | 0 | 2,308,110,676 | 100% | ||
davidox | 0 | 1,732,313,996 | 100% | ||
daleron | 0 | 1,463,689,468 | 100% | ||
fireon | 0 | 1,465,064,138 | 100% | ||
tribu | 0 | 1,148,104,968 | 100% | ||
maxgas | 0 | 2,296,512,238 | 50% | ||
misterios | 0 | 1,085,827,621 | 100% | ||
corill | 0 | 717,807,612 | 100% | ||
xmedia | 0 | 1,088,695,483 | 100% | ||
yotis | 0 | 1,142,040,418 | 100% | ||
wildbird | 0 | 1,156,896,389 | 100% | ||
openos | 0 | 1,142,004,729 | 100% | ||
bkt | 0 | 1,095,658,580 | 100% | ||
sub-zero | 0 | 832,677,145 | 100% | ||
nh3 | 0 | 568,228,794 | 100% | ||
dalz | 0 | 463,939,342,869 | 100% | ||
holovision | 0 | 3,289,996,276 | 100% | ||
xcore | 0 | 1,465,998,011 | 100% | ||
alfabet | 0 | 999,787,267 | 100% | ||
sonmi451 | 0 | 831,159,373 | 100% | ||
klan | 0 | 1,286,114,975 | 100% | ||
luppers | 0 | 32,996,287,101 | 2% | ||
voxmortis | 0 | 893,828,395 | 0.5% | ||
definethedollar | 0 | 670,456,692,909 | 50% | ||
pboulet | 0 | 984,200,778 | 0.9% | ||
loope | 0 | 1,938,973,635 | 100% | ||
alokkumar121 | 0 | 2,871,592,415 | 1.3% | ||
numanbutt | 0 | 2,311,600,920 | 100% | ||
ecoinstats | 0 | 317,452,237,714 | 100% | ||
nuvola | 0 | 5,363,093,688 | 100% | ||
ecoinstar | 0 | 7,802,973,625 | 100% | ||
harpreetjanda | 0 | 31,580,329,584 | 100% | ||
itharagaian.net | 0 | 4,712,879,868 | 100% | ||
akainu | 0 | 568,694,546 | 100% | ||
kristall97 | 0 | 35,449,814,132 | 9.5% | ||
mango-juice | 0 | 17,343,145,650 | 100% | ||
adumbrate | 0 | 37,822,686 | 20% | ||
ohfiddlesticks | 0 | 0 | 10% | ||
khan.dayyanz | 0 | 22,278,110,196 | 100% | ||
bluerobo | 0 | 113,850,268,485 | 100% | ||
jacuzzi | 0 | 6,143,555,542 | 5.5% | ||
coriolis | 0 | 11,993,055,172 | 100% | ||
ortanol | 0 | 1,905,964,663 | 100% | ||
pindex | 0 | 1,509,244,935 | 100% | ||
ctime | 0 | 483,426,096,836 | 10% | ||
hanke | 0 | 12,976,649,836 | 100% | ||
limka | 0 | 119,904,671 | 100% | ||
jlordz | 0 | 4,399,580,730 | 75% | ||
hashkings | 0 | 4,655,304,388 | 1.95% | ||
denizcakmak | 0 | 961,523,469 | 100% | ||
kharma.scribbles | 0 | 1,211,385,708 | 30% | ||
jamys | 0 | 1,065,965,832 | 100% | ||
hill007 | 0 | 1,042,694,341 | 100% | ||
ilboss | 0 | 715,125,908 | 100% | ||
briatore | 0 | 1,052,023,582 | 100% | ||
byoo | 0 | 1,461,841,433 | 100% | ||
qatro | 0 | 5,428,307,001 | 100% | ||
europa1 | 0 | 1,462,350,390 | 100% | ||
sferaz | 0 | 1,461,834,699 | 100% | ||
norba | 0 | 1,461,888,196 | 100% | ||
engrsayful | 0 | 8,187,807,215 | 7.8% | ||
xfox | 0 | 1,462,320,717 | 100% | ||
eliptic | 0 | 1,463,251,886 | 100% | ||
amaros | 0 | 1,462,300,174 | 100% | ||
qaap | 0 | 1,462,354,408 | 100% | ||
pompeo | 0 | 1,033,639,843 | 100% | ||
sfrd | 0 | 1,082,317,716 | 100% | ||
brazid | 0 | 1,082,359,595 | 100% | ||
korta | 0 | 1,082,340,259 | 100% | ||
hortex | 0 | 1,461,881,882 | 100% | ||
fres | 0 | 1,461,873,412 | 100% | ||
vakum | 0 | 1,461,869,022 | 100% | ||
unmetered | 0 | 42,070,051 | 20% | ||
botony | 0 | 77,396,597 | 4.1% | ||
iktisat | 0 | 553,199,262 | 100% | ||
travelwritemoney | 0 | 3,338,075,410 | 13% | ||
cryptogambit | 0 | 1,444,869,138 | 7.5% | ||
queengaga | 0 | 3,912,471,902 | 100% | ||
r-monsters | 0 | 1,138,295,672 | 100% | ||
joker777 | 0 | 1,090,564,957 | 100% | ||
saachi | 0 | 1,047,285,173 | 35% | ||
lrekt01 | 0 | 3,829,470,683 | 100% | ||
tiffin | 0 | 668,974,400 | 13% | ||
abh12345.leo | 0 | 155,320,758 | 13% | ||
leo.voter | 0 | 10,512,075,314,861 | 13% | ||
bearjohn | 0 | 776,793,273 | 75% | ||
mktmaker | 0 | 569,579,146 | 72.75% | ||
stemgeeks | 0 | 9,902,263,521 | 50% | ||
stemcuration | 0 | 1,807,424,784 | 50% | ||
babytarazkp | 0 | 3,524,444,491 | 40% | ||
cards4u | 0 | 1,136,535,772 | 100% | ||
abh12345.stem | 0 | 701,456,324 | 100% | ||
taskmaster4450le | 0 | 26,861,430,405 | 15% | ||
marriakjozhegp | 0 | 1,660,270,281 | 50% | ||
mk-leo-token | 0 | 280,415,451 | 100% | ||
maxuvd | 0 | 29,132,714,101 | 8% | ||
shtup | 0 | 1,543,472,737 | 82% | ||
fcb.spt | 0 | 8,465,069,639 | 100% | ||
bruneo | 0 | 727,003,507 | 100% | ||
khalneox | 0 | 1,559,328,364 | 100% | ||
tonimontana.leo | 0 | 900,990,562 | 40% | ||
tonimontana.neo | 0 | 452,553,561 | 21.74% | ||
dappstats | 0 | 3,636,047,086 | 15% | ||
yggdrasil.laguna | 0 | 228,517,565 | 50% | ||
rehan.neox | 0 | 3,134,555,201 | 100% | ||
snoochieboochies | 0 | 4,349,754,318 | 6.5% | ||
peacefighter | 0 | 1,084,660,266 | 100% | ||
firstwave | 0 | 715,394,622 | 100% | ||
forwardassault | 0 | 716,622,038 | 100% | ||
spinvest-neo | 0 | 1,157,472,884 | 100% | ||
gogoo | 0 | 1,120,407,135 | 100% | ||
fitzmagic | 0 | 1,093,738,986 | 100% | ||
leomaniacsgr | 0 | 950,573,133 | 50% | ||
toni.pal | 0 | 0 | 2.34% | ||
gloriaolar | 0 | 145,497,723,504 | 100% | ||
monstergateway | 0 | 713,571,619 | 100% | ||
speedwinning | 0 | 716,265,571 | 100% | ||
savageduels | 0 | 713,556,459 | 100% | ||
splinterembassy | 0 | 713,074,156 | 100% | ||
playitout | 0 | 717,048,258 | 100% | ||
pinksplinter | 0 | 717,702,458 | 100% | ||
chireerocks.stem | 0 | 142,223,197 | 100% | ||
steem-holder | 0 | 10,067,008,601 | 15% | ||
vxn666 | 0 | 20,654,645,828 | 100% | ||
cornavirus | 0 | 6,954,805,042 | 90% | ||
phython | 0 | 779,762,214 | 31% | ||
dpend.active | 0 | 10,207,590,831 | 10% | ||
edaz | 0 | 1,109,721,009 | 100% | ||
qtu | 0 | 1,117,201,285 | 100% | ||
stuntman.mike | 0 | 43,615,342,159 | 100% | ||
fengchao | 0 | 14,048,210,940 | 3% | ||
leofinance | 0 | 18,513,481,262 | 13% | ||
beewolf | 0 | 35,856,433 | 30% | ||
blue-witness | 0 | 13,482,123,004 | 100% | ||
laruche | 0 | 41,540,955,766 | 0.9% | ||
neo2 | 0 | 1,159,441,794 | 100% | ||
kravata | 0 | 1,161,117,951 | 100% | ||
visionaer3003 | 0 | 237,047,040,190 | 4.25% | ||
imfarhad | 0 | 32,398,786,444 | 50.8% | ||
morpheus2 | 0 | 1,159,126,597 | 100% | ||
trinity2 | 0 | 781,309,888 | 100% | ||
siong | 0 | 1,162,338,976 | 100% | ||
globalcurrencies | 0 | 8,046,707,059 | 7.5% | ||
phineus | 0 | 3,107,114,528 | 100% | ||
zitra | 0 | 3,028,516,816 | 100% | ||
venis | 0 | 2,272,141,526 | 100% | ||
timbat | 0 | 2,846,018,911 | 100% | ||
gjiro | 0 | 2,750,045,920 | 100% | ||
sketching | 0 | 4,318,729,292 | 50% | ||
hive-143869 | 0 | 897,236,432 | 0.9% | ||
heystack | 0 | 1,865,839,357 | 100% | ||
localgrower | 0 | 16,379,046,626 | 20% | ||
tanzofett | 0 | 6,774,427,003 | 100% | ||
actioncats | 0 | 4,736,775,048 | 7.8% | ||
zemiatin1 | 0 | 661,627,494 | 65% | ||
beehivetrader | 0 | 2,116,151,650 | 6.5% | ||
brofund-leo | 0 | 2,078,669,706 | 100% | ||
rezoanulv.neo | 0 | 134,720,135 | 100% | ||
iwillsurvive | 0 | 629,658,007 | 50% | ||
hatschi0773 | 0 | 116,660,874,111 | 5% | ||
konda | 0 | 4,790,120,484 | 100% | ||
pjansen.bcp | 0 | 129,769,431 | 100% | ||
neoxcur | 0 | 932,509,314 | 100% | ||
brofund-ag | 0 | 3,664,115,758 | 100% | ||
deadswitch | 0 | 533,561,962 | 15% | ||
gohive | 0 | 70,461,178,243 | 100% | ||
guurry123.leo | 0 | 1,221,394,487 | 80% | ||
discohedge | 0 | 5,243,019,387 | 4.5% | ||
dagobert007 | 0 | 103,418,553,583 | 5% | ||
leoneil.leo | 0 | 9,542,461 | 13% | ||
thahodler | 0 | 0 | 100% | ||
abdul.qadir | 0 | 0 | 3.3% | ||
elricmoonslayer | 0 | 1,278,869,521 | 100% | ||
dorkpower | 0 | 3,439,341,552 | 100% | ||
dknkyz.leo | 0 | 830,878,040 | 50% | ||
boneym | 0 | 103,951,037,081 | 5% | ||
brofund-stem | 0 | 1,451,329,642 | 50% | ||
rikarivka | 0 | 2,650,079,649 | 100% | ||
reonarudo | 0 | 1,905,279,938 | 100% | ||
nathen007.stem | 0 | 728,995,587 | 100% | ||
lbi-token | 0 | 56,196,671,253 | 15% | ||
meestemboom | 0 | 898,616,804 | 25% | ||
academiccuration | 0 | 872,170,704 | 100% | ||
emrebeyler.stem | 0 | 1,484,154,234 | 100% | ||
libertyleo27 | 0 | 957,251,984 | 100% | ||
krishu.stem | 0 | 931,900,074 | 100% | ||
sanjeevm.stem | 0 | 3,771,192,766 | 100% | ||
scholaris.stem | 0 | 0 | 21% | ||
boobcat | 0 | 17,827,273,630 | 5% | ||
damla.stem | 0 | 77,590,245 | 40% |
Sorry, you don't have enough staked BEER in your account. You need 24 BEER in your virtual fridge to give some of your BEER to others. To view or trade BEER go to [hive-engine.com](https://hive-engine.com/?p=market&t=BEER)
author | beerlover |
---|---|
permlink | re-bala41288-sql-script-to-get-2020-data-from-hive-blockchain-20210117t044257505z |
category | hive-167922 |
json_metadata | {"app":"beerlover/2.0"} |
created | 2021-01-17 04:42:57 |
last_update | 2021-01-17 04:42:57 |
depth | 1 |
children | 0 |
last_payout | 2021-01-24 04:42:57 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 222 |
author_reputation | 25,764,988,873,156 |
root_title | "SQL Script to get 2020 data from Hive Blockchain" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 101,411,621 |
net_rshares | 0 |
thanks. i tuched SQL a bit but i don't really know where is what data located and how is it called, so this will help to learn a bit more.
author | bil.prag |
---|---|
permlink | re-bala41288-qn1tcy |
category | hive-167922 |
json_metadata | {"tags":["hive-167922"],"app":"peakd/2021.01.3"} |
created | 2021-01-16 22:34:12 |
last_update | 2021-01-16 22:34:12 |
depth | 1 |
children | 0 |
last_payout | 2021-01-23 22:34:12 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 138 |
author_reputation | 457,917,222,520,332 |
root_title | "SQL Script to get 2020 data from Hive Blockchain" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 101,408,788 |
net_rshares | 14,255,212,237 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
slider2990 | 0 | 1,047,290,829 | 8% | ||
stemgeeks | 0 | 1,956,568,396 | 10% | ||
stemcuration | 0 | 324,476,073 | 10% | ||
yggdrasil.laguna | 0 | 6,152,428 | 10% | ||
stuntman.mike | 0 | 10,920,724,511 | 25% |
These are great!
author | dalz |
---|---|
permlink | qn195j |
category | hive-167922 |
json_metadata | {"app":"hiveblog/0.1"} |
created | 2021-01-16 15:17:42 |
last_update | 2021-01-16 15:17:42 |
depth | 1 |
children | 1 |
last_payout | 2021-01-23 15:17:42 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 16 |
author_reputation | 1,920,243,275,838,078 |
root_title | "SQL Script to get 2020 data from Hive Blockchain" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 101,403,167 |
net_rshares | 4,306,456,281 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
slider2990 | 0 | 1,045,080,391 | 8% | ||
bala-leo | 0 | 1,027,226,833 | 30% | ||
stemgeeks | 0 | 1,912,880,790 | 10% | ||
stemcuration | 0 | 316,336,362 | 10% | ||
yggdrasil.laguna | 0 | 4,931,905 | 10% |
Thanks buddy. :) Posted Using [LeoFinance <sup>Beta</sup>](https://leofinance.io/@bala41288/re-dalz-2pmjxb)
author | bala41288 |
---|---|
permlink | re-dalz-2pmjxb |
category | hive-167922 |
json_metadata | {"app":"leofinance/0.2","format":"markdown","tags":["hive-167922","leofinance"],"canonical_url":"https://leofinance.io/@bala41288/re-dalz-2pmjxb"} |
created | 2021-01-16 19:18:48 |
last_update | 2021-01-16 19:18:48 |
depth | 2 |
children | 0 |
last_payout | 2021-01-23 19:18:48 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 108 |
author_reputation | 1,518,985,861,020,528 |
root_title | "SQL Script to get 2020 data from Hive Blockchain" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 101,406,439 |
net_rshares | 0 |
Thanks for this. I hope I can find some time to five this a go. 😊 Posted Using [LeoFinance <sup>Beta</sup>](https://leofinance.io/@gillianpearce/re-bala41288-39bdcp)
author | gillianpearce |
---|---|
permlink | re-bala41288-39bdcp |
category | hive-167922 |
json_metadata | {"app":"leofinance/0.2","format":"markdown","tags":["hive-167922","leofinance"],"canonical_url":"https://leofinance.io/@gillianpearce/re-bala41288-39bdcp"} |
created | 2021-01-16 14:52:00 |
last_update | 2021-01-16 14:52:00 |
depth | 1 |
children | 1 |
last_payout | 2021-01-23 14:52:00 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 174 |
author_reputation | 59,802,144,649,255 |
root_title | "SQL Script to get 2020 data from Hive Blockchain" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 101,402,864 |
net_rshares | 17,875,601,085 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
slider2990 | 0 | 1,049,017,237 | 8% | ||
bala-leo | 0 | 3,613,899,464 | 100% | ||
stemgeeks | 0 | 1,960,559,874 | 10% | ||
stemcuration | 0 | 325,220,983 | 10% | ||
yggdrasil.laguna | 0 | 6,264,126 | 10% | ||
stuntman.mike | 0 | 10,920,639,401 | 25% |
Yeah sure. Once you get started, you will find this very interesting. :) Cheers! Posted Using [LeoFinance <sup>Beta</sup>](https://leofinance.io/@bala41288/re-gillianpearce-6eykas)
author | bala41288 |
---|---|
permlink | re-gillianpearce-6eykas |
category | hive-167922 |
json_metadata | {"app":"leofinance/0.2","format":"markdown","tags":["hive-167922","leofinance"],"canonical_url":"https://leofinance.io/@bala41288/re-gillianpearce-6eykas"} |
created | 2021-01-16 19:21:15 |
last_update | 2021-01-16 19:21:15 |
depth | 2 |
children | 0 |
last_payout | 2021-01-23 19:21:15 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 181 |
author_reputation | 1,518,985,861,020,528 |
root_title | "SQL Script to get 2020 data from Hive Blockchain" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 101,406,469 |
net_rshares | 0 |
Very helpful thanks for sharing... !BEER
author | guurry123.leo |
---|---|
permlink | re-bala41288-2021117t10120730z |
category | hive-167922 |
json_metadata | {"tags":["hive-167922","hivesql","stem","data","development","neoxian","palnet","leo","ash","archon","ctp","leofinance"],"app":"ecency/3.0.11-mobile","format":"markdown+html"} |
created | 2021-01-17 04:42:03 |
last_update | 2021-01-17 04:42:03 |
depth | 1 |
children | 0 |
last_payout | 2021-01-24 04:42:03 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 40 |
author_reputation | 229,812,224,470 |
root_title | "SQL Script to get 2020 data from Hive Blockchain" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 101,411,617 |
net_rshares | 0 |
Thank you very much for sharing this information very useful. Do you also have an ER diagram or some sort of documentation for different db tables ?
author | harpreetjanda |
---|---|
permlink | re-bala41288-2021116t152550666z |
category | hive-167922 |
json_metadata | {"tags":["hive-167922","hivesql","stem","data","development","neoxian","palnet","leo","ash","archon","ctp","leofinance"],"app":"ecency/3.0.12-vision","format":"markdown+html"} |
created | 2021-01-16 15:25:54 |
last_update | 2021-01-16 15:25:54 |
depth | 1 |
children | 1 |
last_payout | 2021-01-23 15:25:54 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 149 |
author_reputation | 70,859,113,251,800 |
root_title | "SQL Script to get 2020 data from Hive Blockchain" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 101,403,258 |
net_rshares | 3,272,779,809 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
slider2990 | 0 | 1,043,360,282 | 8% | ||
stemgeeks | 0 | 1,908,984,669 | 10% | ||
stemcuration | 0 | 315,611,988 | 10% | ||
yggdrasil.laguna | 0 | 4,822,870 | 10% |
The table structures are not that complicated. Initially, I was in your position looking for schema details, and later after I started connecting, it was pretty much straightforward. If you connect through Heidi SQL, you will be able to see the tables by yourself and can start writing queries. Posted Using [LeoFinance <sup>Beta</sup>](https://leofinance.io/@bala41288/re-harpreetjanda-3csczd)
author | bala41288 |
---|---|
permlink | re-harpreetjanda-3csczd |
category | hive-167922 |
json_metadata | {"app":"leofinance/0.2","format":"markdown","tags":["hive-167922","leofinance"],"canonical_url":"https://leofinance.io/@bala41288/re-harpreetjanda-3csczd"} |
created | 2021-01-16 19:20:27 |
last_update | 2021-01-16 19:20:27 |
depth | 2 |
children | 0 |
last_payout | 2021-01-23 19:20:27 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 396 |
author_reputation | 1,518,985,861,020,528 |
root_title | "SQL Script to get 2020 data from Hive Blockchain" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 101,406,464 |
net_rshares | 0 |
Thanks for this! I am learning. Posted Using [LeoFinance <sup>Beta</sup>](https://leofinance.io/@hivecoffee/re-bala41288-5ihtdg)
author | hivecoffee |
---|---|
permlink | re-bala41288-5ihtdg |
category | hive-167922 |
json_metadata | {"app":"leofinance/0.2","format":"markdown","tags":["hive-167922","leofinance"],"canonical_url":"https://leofinance.io/@hivecoffee/re-bala41288-5ihtdg"} |
created | 2021-01-24 00:06:42 |
last_update | 2021-01-24 00:06:42 |
depth | 1 |
children | 0 |
last_payout | 2021-01-31 00:06:42 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 129 |
author_reputation | 19,616,217,679,256 |
root_title | "SQL Script to get 2020 data from Hive Blockchain" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 101,526,218 |
net_rshares | 0 |
hi @bala41288, thanks for sharing the sql scripts One question, How do i get the Hive SQL subscription and connection string? thanks farhad kias [imfarhad]
author | imfarhad |
---|---|
permlink | re-bala41288-2021116t1353228z |
category | hive-167922 |
json_metadata | {"tags":["hivesql","stem","data","development","neoxian","palnet","leo","ash","archon","ctp","leofinance"],"app":"ecency/3.0.12-surfer","format":"markdown+html"} |
created | 2021-01-16 13:05:00 |
last_update | 2021-01-16 13:05:00 |
depth | 1 |
children | 1 |
last_payout | 2021-01-23 13:05:00 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 157 |
author_reputation | 272,375,989,727,124 |
root_title | "SQL Script to get 2020 data from Hive Blockchain" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 101,401,664 |
net_rshares | 3,280,034,253 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
slider2990 | 0 | 1,036,410,660 | 8% | ||
stemgeeks | 0 | 1,920,681,561 | 10% | ||
stemcuration | 0 | 317,792,236 | 10% | ||
yggdrasil.laguna | 0 | 5,149,796 | 10% |
Hello @imfarhad. Thanks for the comments. This post will help you through the process. https://peakd.com/hive-139531/@arcange/hivesql-free
author | bala41288 |
---|---|
permlink | re-imfarhad-2021116t183750519z |
category | hive-167922 |
json_metadata | {"tags":["hivesql","stem","data","development","neoxian","palnet","leo","ash","archon","ctp","leofinance"],"app":"ecency/3.0.12-vision","format":"markdown+html"} |
created | 2021-01-16 13:07:48 |
last_update | 2021-01-16 13:07:48 |
depth | 2 |
children | 0 |
last_payout | 2021-01-23 13:07:48 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 140 |
author_reputation | 1,518,985,861,020,528 |
root_title | "SQL Script to get 2020 data from Hive Blockchain" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 101,401,703 |
net_rshares | 14,042,057,931 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
imfarhad | 0 | 14,042,057,931 | 22.1% |
I need to start playing around with Hive SQL Posted Using [LeoFinance <sup>Beta</sup>](https://leofinance.io/@nathanmars/re-bala41288-59bvbg)
author | nathanmars |
---|---|
permlink | re-bala41288-59bvbg |
category | hive-167922 |
json_metadata | {"app":"leofinance/0.2","format":"markdown","tags":["hive-167922","leofinance"],"canonical_url":"https://leofinance.io/@nathanmars/re-bala41288-59bvbg"} |
created | 2021-01-16 14:29:48 |
last_update | 2021-01-16 14:29:48 |
depth | 1 |
children | 4 |
last_payout | 2021-01-23 14:29:48 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 142 |
author_reputation | 336,354,946,115,368 |
root_title | "SQL Script to get 2020 data from Hive Blockchain" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 101,402,619 |
net_rshares | 1,734,659,641 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
bala-leo | 0 | 1,734,659,641 | 50% |
Sure bro. It is not a big deal. If you need any help with any script/data do let me know. But it is really interesting to lookup data with Hive SQL. It is pretty handy. :) Cheers! !BEER Posted Using [LeoFinance <sup>Beta</sup>](https://leofinance.io/@bala41288/re-nathanmars-2bjq81)
author | bala41288 |
---|---|
permlink | re-nathanmars-2bjq81 |
category | hive-167922 |
json_metadata | {"app":"leofinance/0.2","format":"markdown","tags":["hive-167922","leofinance"],"canonical_url":"https://leofinance.io/@bala41288/re-nathanmars-2bjq81"} |
created | 2021-01-16 19:16:21 |
last_update | 2021-01-16 19:16:21 |
depth | 2 |
children | 0 |
last_payout | 2021-01-23 19:16:21 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.024 HBD |
curator_payout_value | 0.025 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 283 |
author_reputation | 1,518,985,861,020,528 |
root_title | "SQL Script to get 2020 data from Hive Blockchain" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 101,406,399 |
net_rshares | 379,975,394,943 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
nathanmars | 0 | 379,975,394,943 | 6% |
<div class='pull-right'>https://files.peakd.com/file/peakd-hive/beerlover/yiuU6bdf-beerlover20gives20BEER.gif<p><sup><a href='https://hive-engine.com/?p=market&t=BEER'>View or trade </a> <code>BEER</code>.</sup></p></div><center><br> <p>Hey @nathanmars, here is a little bit of <code>BEER</code> from @bala41288 for you. Enjoy it!</p> <p>Learn how to <a href='https://peakd.com/beer/@beerlover/what-is-proof-of-stake-with-beer'>earn <b>FREE BEER</b> each day </a> by staking your <code>BEER</code>.</p> </center><div></div>
author | beerlover |
---|---|
permlink | re-nathanmars-re-bala41288-59bvbg-20210116t191821029z |
category | hive-167922 |
json_metadata | {"app":"beerlover/2.0"} |
created | 2021-01-16 19:18:21 |
last_update | 2021-01-16 19:18:21 |
depth | 2 |
children | 0 |
last_payout | 2021-01-23 19:18:21 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 523 |
author_reputation | 25,764,988,873,156 |
root_title | "SQL Script to get 2020 data from Hive Blockchain" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 101,406,433 |
net_rshares | 60,146,567,040 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
nathanmars | 0 | 60,146,567,040 | 1% |
Me too! Might be handy since I'm in the process of trying to get some records together for the tax man. 😊 Posted Using [LeoFinance <sup>Beta</sup>](https://leofinance.io/@gillianpearce/re-nathanmars-6kv6ry)
author | gillianpearce |
---|---|
permlink | re-nathanmars-6kv6ry |
category | hive-167922 |
json_metadata | {"app":"leofinance/0.2","format":"markdown","tags":["hive-167922","leofinance"],"canonical_url":"https://leofinance.io/@gillianpearce/re-nathanmars-6kv6ry"} |
created | 2021-01-16 14:51:09 |
last_update | 2021-01-16 14:51:09 |
depth | 2 |
children | 1 |
last_payout | 2021-01-23 14:51:09 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.020 HBD |
curator_payout_value | 0.021 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 215 |
author_reputation | 59,802,144,649,255 |
root_title | "SQL Script to get 2020 data from Hive Blockchain" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 101,402,855 |
net_rshares | 314,898,136,751 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
nathanmars | 0 | 313,181,269,853 | 5% | ||
bala-leo | 0 | 1,716,866,898 | 50% |
Good luck dear. Posted Using [LeoFinance <sup>Beta</sup>](https://leofinance.io/@nathanmars/re-gillianpearce-5dsk7j)
author | nathanmars |
---|---|
permlink | re-gillianpearce-5dsk7j |
category | hive-167922 |
json_metadata | {"app":"leofinance/0.2","format":"markdown","tags":["hive-167922","leofinance"],"canonical_url":"https://leofinance.io/@nathanmars/re-gillianpearce-5dsk7j"} |
created | 2021-01-16 20:35:42 |
last_update | 2021-01-16 20:35:42 |
depth | 3 |
children | 0 |
last_payout | 2021-01-23 20:35:42 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 118 |
author_reputation | 336,354,946,115,368 |
root_title | "SQL Script to get 2020 data from Hive Blockchain" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 101,407,472 |
net_rshares | 0 |
<center></center><center>Bang, I did it again... I just rehived your post!</center><center>Week 40 of my [contest](/hive-179017/@pixresteemer/the-re-hive-contest-results-week-39-and-start-week-40) just started...you can now check the winners of the previous week!</center><center><sub>9</sub></center>
author | pixresteemer |
---|---|
permlink | 20210116t130042048z |
category | hive-167922 |
json_metadata | {"tags":["pixresteemer"],"app":"pixresteemer"} |
created | 2021-01-16 13:00:42 |
last_update | 2021-01-16 13:00:42 |
depth | 1 |
children | 0 |
last_payout | 2021-01-23 13:00:42 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 442 |
author_reputation | 121,292,643,806,043 |
root_title | "SQL Script to get 2020 data from Hive Blockchain" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 101,401,619 |
net_rshares | 0 |
https://twitter.com/bala41288/status/1350427053011570691
author | poshbot |
---|---|
permlink | re-sql-script-to-get-2020-data-from-hive-blockchain-20210116t125801z |
category | hive-167922 |
json_metadata | "{"app": "beem/0.24.8"}" |
created | 2021-01-16 12:58:00 |
last_update | 2021-01-16 12:58:00 |
depth | 1 |
children | 0 |
last_payout | 2021-01-23 12:58:00 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 56 |
author_reputation | 5,554,335,374,496 |
root_title | "SQL Script to get 2020 data from Hive Blockchain" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 101,401,594 |
net_rshares | 0 |
Thanks bala. look like I will like to play with this tool. Posted Using [LeoFinance <sup>Beta</sup>](https://leofinance.io/@r1s2g3/re-bala41288-ggs6b)
author | r1s2g3 |
---|---|
permlink | re-bala41288-ggs6b |
category | hive-167922 |
json_metadata | {"app":"leofinance/0.2","format":"markdown","tags":["hive-167922","leofinance"],"canonical_url":"https://leofinance.io/@r1s2g3/re-bala41288-ggs6b"} |
created | 2021-01-16 17:06:27 |
last_update | 2021-01-16 17:06:27 |
depth | 1 |
children | 3 |
last_payout | 2021-01-23 17:06:27 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 152 |
author_reputation | 474,160,583,961,607 |
root_title | "SQL Script to get 2020 data from Hive Blockchain" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 101,404,538 |
net_rshares | 6,711,850,562 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
slider2990 | 0 | 1,043,356,930 | 8% | ||
bala-leo | 0 | 3,448,531,093 | 100% | ||
stemgeeks | 0 | 1,901,200,969 | 10% | ||
stemcuration | 0 | 314,156,529 | 10% | ||
yggdrasil.laguna | 0 | 4,605,041 | 10% |
Yeah cool. I think being a backend guy, you will find it very interesting after you start doing some queries. If you need any help do let me know. :) !wine !BEER Posted Using [LeoFinance <sup>Beta</sup>](https://leofinance.io/@bala41288/re-r1s2g3-3fnuna)
author | bala41288 |
---|---|
permlink | re-r1s2g3-3fnuna |
category | hive-167922 |
json_metadata | {"app":"leofinance/0.2","format":"markdown","tags":["hive-167922","leofinance"],"canonical_url":"https://leofinance.io/@bala41288/re-r1s2g3-3fnuna"} |
created | 2021-01-16 19:17:54 |
last_update | 2021-01-16 19:17:54 |
depth | 2 |
children | 1 |
last_payout | 2021-01-23 19:17:54 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 255 |
author_reputation | 1,518,985,861,020,528 |
root_title | "SQL Script to get 2020 data from Hive Blockchain" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 101,406,424 |
net_rshares | 0 |
<center> <sup>Cheers, @bala41288 You Successfully Shared <b>0.100 WINE</b> With @r1s2g3.</sup> <sup>You Earned <b>0.100 WINE</b> As Curation Reward.</sup> <sup>You Utilized <b>1/3</b> Successful Calls.</sup> <img src="https://files.peakd.com/file/peakd-hive/theguruasia/0Mg2vSTo-Wine3Greeting.png" alt="wine-greeting"> --- <sup>[WINE Current Market Price](https://hive-engine.com/?p=market&t=WINE) : <b>1.100 HIVE</b></sup> </center>
author | wine.bot |
---|---|
permlink | 20210116t191812563z |
category | hive-167922 |
json_metadata | {"tags":["wine","wineyard"],"app":"tan-bot/1.1","format":"markdown"} |
created | 2021-01-16 19:18:12 |
last_update | 2021-01-16 19:18:12 |
depth | 3 |
children | 0 |
last_payout | 2021-01-23 19:18:12 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 436 |
author_reputation | 8,398,740,203,917 |
root_title | "SQL Script to get 2020 data from Hive Blockchain" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 101,406,431 |
net_rshares | 0 |
<div class='pull-right'>https://files.peakd.com/file/peakd-hive/beerlover/yiuU6bdf-beerlover20gives20BEER.gif<p><sup><a href='https://hive-engine.com/?p=market&t=BEER'>View or trade </a> <code>BEER</code>.</sup></p></div><center><br> <p>Hey @r1s2g3, here is a little bit of <code>BEER</code> from @bala41288 for you. Enjoy it!</p> <p>Learn how to <a href='https://peakd.com/beer/@beerlover/what-is-proof-of-stake-with-beer'>earn <b>FREE BEER</b> each day </a> by staking your <code>BEER</code>.</p> </center><div></div>
author | beerlover |
---|---|
permlink | re-r1s2g3-re-bala41288-ggs6b-20210116t191857189z |
category | hive-167922 |
json_metadata | {"app":"beerlover/2.0"} |
created | 2021-01-16 19:18:57 |
last_update | 2021-01-16 19:18:57 |
depth | 2 |
children | 0 |
last_payout | 2021-01-23 19:18:57 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 519 |
author_reputation | 25,764,988,873,156 |
root_title | "SQL Script to get 2020 data from Hive Blockchain" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 101,406,442 |
net_rshares | 0 |
That's very useful thanks! @tipu curate
author | revisesociology |
---|---|
permlink | re-bala41288-qn1b3o |
category | hive-167922 |
json_metadata | {"tags":["hive-167922"],"app":"peakd/2021.01.3"} |
created | 2021-01-16 15:59:48 |
last_update | 2021-01-16 15:59:48 |
depth | 1 |
children | 2 |
last_payout | 2021-01-23 15:59:48 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 40 |
author_reputation | 2,271,392,209,752,449 |
root_title | "SQL Script to get 2020 data from Hive Blockchain" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 101,403,732 |
net_rshares | 3,269,778,977 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
slider2990 | 0 | 1,045,085,052 | 8% | ||
stemgeeks | 0 | 1,905,096,341 | 10% | ||
stemcuration | 0 | 314,883,530 | 10% | ||
yggdrasil.laguna | 0 | 4,714,054 | 10% |
Thanks for the tips. You are welcome. :) Posted Using [LeoFinance <sup>Beta</sup>](https://leofinance.io/@bala41288/re-revisesociology-ytmpt)
author | bala41288 |
---|---|
permlink | re-revisesociology-ytmpt |
category | hive-167922 |
json_metadata | {"app":"leofinance/0.2","format":"markdown","tags":["hive-167922","leofinance"],"canonical_url":"https://leofinance.io/@bala41288/re-revisesociology-ytmpt"} |
created | 2021-01-16 19:18:24 |
last_update | 2021-01-16 19:18:24 |
depth | 2 |
children | 0 |
last_payout | 2021-01-23 19:18:24 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 142 |
author_reputation | 1,518,985,861,020,528 |
root_title | "SQL Script to get 2020 data from Hive Blockchain" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 101,406,434 |
net_rshares | 0 |
<a href="https://tipu.online/hive_curator?revisesociology" target="_blank">Upvoted 👌</a> (Mana: 11/22) <a href="https://peakd.com/hive/@reward.app/reward-app-quick-guide-updated" target="_blank">Liquid rewards</a>.
author | tipu |
---|---|
permlink | re-re-bala41288-qn1b3o-20210116t155954z |
category | hive-167922 |
json_metadata | "{"app": "beem/0.24.20"}" |
created | 2021-01-16 15:59:57 |
last_update | 2021-01-16 15:59:57 |
depth | 2 |
children | 0 |
last_payout | 2021-01-23 15:59:57 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 223 |
author_reputation | 55,912,306,507,814 |
root_title | "SQL Script to get 2020 data from Hive Blockchain" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 101,403,735 |
net_rshares | 0 |
Do you know about any curation tools that would help me to find good content ? Sometimes back I think, there was one by @curie ?
author | sanjeevm |
---|---|
permlink | re-bala41288-qn143o |
category | hive-167922 |
json_metadata | {"tags":["hive-167922"],"app":"peakd/2021.01.3"} |
created | 2021-01-16 13:28:36 |
last_update | 2021-01-16 13:28:36 |
depth | 1 |
children | 1 |
last_payout | 2021-01-23 13:28:36 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 128 |
author_reputation | 689,242,915,624,222 |
root_title | "SQL Script to get 2020 data from Hive Blockchain" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 101,401,937 |
net_rshares | 3,273,551,180 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
slider2990 | 0 | 1,034,696,418 | 8% | ||
stemgeeks | 0 | 1,916,755,019 | 10% | ||
stemcuration | 0 | 317,059,417 | 10% | ||
yggdrasil.laguna | 0 | 5,040,326 | 10% |
Discovering good content is always a challenge because the new post page is not very useful. I use the Curator Picks tab if I use leofinance.io. Otherwise, you will have to rely only on your feed by following people you think to write good content regularly. Yeah, I also remember there used to be one by @curie. Now after the communities got introduced, each community now have their own methods to discover good contents. Posted Using [LeoFinance <sup>Beta</sup>](https://leofinance.io/@bala41288/re-sanjeevm-6ymcc7)
author | bala41288 |
---|---|
permlink | re-sanjeevm-6ymcc7 |
category | hive-167922 |
json_metadata | {"app":"leofinance/0.2","format":"markdown","tags":["hive-167922","leofinance"],"canonical_url":"https://leofinance.io/@bala41288/re-sanjeevm-6ymcc7"} |
created | 2021-01-16 19:25:00 |
last_update | 2021-01-16 19:25:00 |
depth | 2 |
children | 0 |
last_payout | 2021-01-23 19:25:00 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 522 |
author_reputation | 1,518,985,861,020,528 |
root_title | "SQL Script to get 2020 data from Hive Blockchain" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 101,406,512 |
net_rshares | 0 |