<center></center> I've been working to improve the developer experience for Steemex and this release does exactly that. I had to introduce some breaking changes but it was worth it. Stage.Blocks, Stage.RawOps and Statge.MungedOps GenStage producers now emit events with the following shape : %Steem.Event{data: ..., metadata: ...}` where data is a new Steem blockchain operation struct (or a map) and metadata includes timestamp, block height, source blockchain, type and if the operation data was munged. All event producers follow [GenStage](http://elixir-lang.org/blog/2016/07/14/announcing-genstage/) spec which allows you to easily patch into the transformation pipeline at any step: block producer, ops producer or munged ops producer. # Repos and docs * [github](https://github.com/cyberpunk-ventures/steemex) * [hex.pm](https://hex.pm/packages/steemex) * [docs](https://hexdocs.pm/steemex) # Changelog * breaking: event shape for GenStage pipeline changed from tuple to %Steemex.Event{} struct * breaking: all API responses are now structs or atom keyed maps * all stages now emit %Steemex.Event{data: ..., metadata: ...} * added Steemex.Block struct * added Steemex.Event struct * Steemex.Stages.Ops.ProducerConsumer renamed to Steemex.Stages.RawOps * Steemex.Stages.StructuredOps.ProducerConsumer renamed to Steemex.Stages.MungedOps * timestamp strings are now parsed into NaiveDateTime * example consumer was updated to match a new shape of events * multiple various code improvements ## A GenStage consumer example ``` defmodule Steemex.Stage.ExampleConsumer do use GenStage alias Steemex.MungedOps require Logger def start_link(args, options \\ []) do GenStage.start_link(__MODULE__, args, options) end def init(state) do Logger.info("Example consumer is initializing...") {:consumer, state, subscribe_to: state[:subscribe_to]} end def handle_events(events, _from, state) do for op <- events do process_event(op) end {:noreply, [], state} end def process_event(%{data: %MungedOps.Reblog{} = data, metadata: %{height: h, timestamp: t} = metadata}) do Logger.info """ New reblog: #{inspect data} with metadata #{inspect metadata} """ end def process_event(%{data: data, metadata: %{block_height: h, timestamp: t} = metadata}) do Logger.info """ New operation: #{inspect data} with metadata #{inspect metadata} """ end end ``` # Roadmap * Add latest blockchain ops * Add more structured ops and transformations * Add transaction broadcast # About Elixir Elixir is a functional programming language with superior concurrency primitives, distributed computation and fault tolerance capabilities based on Erlang/OTP. Personally, I am really happy with my bet on Elixir to build cryptotokens related apps and strongly recommend every developer to try it. Learning resources: * [ElixirConf Jose Valim Keynote](http://confreaks.tv/videos/elixirconf2016-keynote) * [ElixirConf 2016 Chris McCord Keynote](http://confreaks.tv/videos/elixirconf2016-keynote) * [Elixir School](https://elixirschool.com/) * [Elixir Crash Course](http://elixir-lang.org/crash-course.html) <center>(∩^o^)⊃━☆゜.*</center>
author | ontofractal |
---|---|
permlink | steemex-v0-12-released-now-with-improved-blockchain-event-pipeline-open-source-elixir-library-for-steem |
category | steemdev |
json_metadata | {"tags":["steemdev","steem","elixir","steemstem","steem-dev"],"image":["http://i.imgur.com/QKOa4iu.png"],"links":["http://elixir-lang.org/blog/2016/07/14/announcing-genstage/","https://github.com/cyberpunk-ventures/steemex","https://hex.pm/packages/steemex","https://hexdocs.pm/steemex","http://confreaks.tv/videos/elixirconf2016-keynote","https://elixirschool.com/","http://elixir-lang.org/crash-course.html"],"app":"steemit/0.1","format":"markdown"} |
created | 2017-06-25 11:11:24 |
last_update | 2017-06-25 11:11:24 |
depth | 0 |
children | 17 |
last_payout | 2017-07-02 11:11:24 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 393.264 HBD |
curator_payout_value | 101.429 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 3,288 |
author_reputation | 61,670,850,962,884 |
root_title | "Steemex v0.12 released: now with improved blockchain event pipeline [open source Elixir library for Steem]" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 6,028,361 |
net_rshares | 45,204,888,751,036 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
rossco99 | 0 | 1,040,856,136,804 | 100% | ||
steem-id | 0 | 35,361,134,621 | 8% | ||
masteryoda | 0 | 1,218,714,690 | 1% | ||
benjojo | 0 | 23,461,009,391 | 25% | ||
boatymcboatface | 0 | 1,562,873,009,403 | 100% | ||
pnc | 0 | 27,427,276,743 | 8% | ||
kingscrown | 0 | 7,612,023,170,425 | 100% | ||
teamsteem | 0 | 1,501,660,125,437 | 8% | ||
akaninyene-etuk | 0 | 177,370,958 | 100% | ||
theshell | 0 | 165,596,856,874 | 100% | ||
justtryme90 | 0 | 49,951,887,354 | 25% | ||
cm-steem | 0 | 282,851,686,836 | 100% | ||
rok-sivante | 0 | 1,319,669,476,331 | 100% | ||
geoffrey | 0 | 114,214,461,340 | 10% | ||
pmartynov | 0 | 337,359,099,587 | 100% | ||
isteemit | 0 | 149,505,083,949 | 50% | ||
michaellamden68 | 0 | 18,040,017,242 | 100% | ||
asmolokalo | 0 | 50,196,973,038 | 5% | ||
lauralemons | 0 | 1,417,569,482 | 8% | ||
robrigo | 0 | 145,650,681,022 | 100% | ||
cultura.bitcoin | 0 | 1,548,545,010 | 100% | ||
r4fken | 0 | 105,786,247 | 100% | ||
ausbitbank | 0 | 3,079,079,513,669 | 29% | ||
freeyourmind | 0 | 2,702,084,699,319 | 100% | ||
lrock | 0 | 425,051,875,652 | 100% | ||
biophil | 0 | 68,138,893,881 | 100% | ||
transisto | 0 | 15,668,591,147,793 | 100% | ||
inertia | 0 | 392,780,952,619 | 100% | ||
kendewitt | 0 | 23,506,243,133 | 10% | ||
b3ql | 0 | 939,729,877 | 100% | ||
rznag | 0 | 128,321,286,230 | 100% | ||
dez1337 | 0 | 3,597,184,765 | 6% | ||
letc | 0 | 600,870,023 | 20% | ||
shanejonas | 0 | 138,025,672 | 100% | ||
snowflake | 0 | 2,813,233,548,157 | 100% | ||
t3ran13 | 0 | 15,844,062,521 | 100% | ||
fooblic | 0 | 13,370,480,935 | 99% | ||
bledarus | 0 | 926,162,486 | 100% | ||
sc-steemit | 0 | 2,126,807,194 | 15% | ||
stylo | 0 | 1,560,474,592 | 30% | ||
lamech-m | 0 | 1,596,498,930 | 8% | ||
neptun | 0 | 2,337,271,680 | 100% | ||
creadordelfuturo | 0 | 119,285,745,170 | 53% | ||
jimmco | 0 | 32,634,321,956 | 100% | ||
ontofractal | 0 | 114,876,847,892 | 100% | ||
sharingeverybite | 0 | 35,257,114,087 | 100% | ||
stephenkendal | 0 | 61,622,142,111 | 21% | ||
shenanigator | 0 | 12,993,781,801 | 100% | ||
getonthebus | 0 | 654,873,080 | 100% | ||
aggroed | 0 | 11,009,718,636 | 5% | ||
the-ego-is-you | 0 | 1,964,208,959 | 10% | ||
allyouneedtoknow | 0 | 25,975,720,633 | 60% | ||
sebcam | 0 | 14,785,651,244 | 100% | ||
thegame | 0 | 130,123,654 | 0.8% | ||
steembets | 0 | 156,850,293 | 0.8% | ||
awesomenyl | 0 | 2,637,910,384 | 100% | ||
steemtruth | 0 | 175,252,045,065 | 60% | ||
steemjobs | 0 | 293,607,183 | 60% | ||
slider2990 | 0 | 41,563,685,394 | 100% | ||
tomino | 0 | 1,179,718,914 | 1% | ||
point | 0 | 3,407,656,227 | 100% | ||
themeanbean | 0 | 23,772,935,812 | 100% | ||
lafilip | 0 | 1,037,585,158 | 100% | ||
ebryans | 0 | 27,005,522,947 | 50% | ||
steemland.com | 0 | 131,456,752 | 0.8% | ||
crowdfundedwhale | 0 | 47,469,948,285 | 15% | ||
kauslevi | 0 | 2,569,468,605 | 100% | ||
ozymandias | 0 | 4,129,551,042 | 100% | ||
steemprentice | 0 | 3,800,783,348 | 2.4% | ||
writingamigo | 0 | 14,667,591,454 | 100% | ||
lazariko12 | 0 | 4,284,207,142 | 100% | ||
someonewhoisme | 0 | 2,565,676,437,415 | 100% | ||
luxman | 0 | 597,870,963 | 100% | ||
loosechange | 0 | 1,595,458,082 | 100% | ||
mage00000 | 0 | 11,873,659,835 | 100% | ||
luckyluk | 0 | 0 | 100% | ||
calvin87 | 0 | 351,188,323 | 100% | ||
theghost1980 | 0 | 14,119,228,473 | 97% | ||
investigator | 0 | 1,934,006,822 | 100% | ||
btu | 0 | 104,773,428,296 | 10% | ||
trafalgar | 0 | 1,534,381,515,491 | 7% | ||
crawfish37 | 0 | 2,987,374,102 | 100% | ||
leviarcoin | 0 | 3,321,142,116 | 50% | ||
steveazzopardi | 0 | 1,579,411,733 | 100% | ||
elevator09 | 0 | 1,029,969,861 | 100% | ||
aismor | 0 | 524,578,843 | 100% | ||
bogey09 | 0 | 40,071,322,352 | 100% | ||
fernandam | 0 | 993,097,072 | 30% | ||
kalamur | 0 | 4,928,828,323 | 100% | ||
rolf.bakker | 0 | 254,113,526 | 100% | ||
synapse | 0 | 641,170,605 | 100% | ||
contentguy | 0 | 1,440,645,466 | 100% | ||
coocoocachoo | 0 | 747,845,377 | 5% | ||
jessiejesurasa | 0 | 127,762,759 | 100% | ||
aarkay | 0 | 734,713,194 | 100% | ||
chrystaldawn | 0 | 995,541,301 | 100% | ||
swenger | 0 | 10,894,880,901 | 50% | ||
aw89 | 0 | 5,646,485,532 | 100% | ||
anubisthegaylord | 0 | 3,623,112,291 | 100% | ||
bosman | 0 | 1,734,902,440 | 30% | ||
belleontherocks | 0 | 6,423,460,182 | 100% | ||
cryptobyte | 0 | 3,976,064,542 | 100% | ||
frankintaiwan | 0 | 731,907,182 | 100% | ||
stadsmanneke | 0 | 15,097,106,906 | 100% | ||
beng05 | 0 | 128,372,403 | 8% | ||
ojaber | 0 | 27,289,245,738 | 100% | ||
done | 0 | 217,509,594,882 | 5% | ||
msvajhadin | 0 | 5,416,987,483 | 100% | ||
boord1 | 0 | 2,919,819,431 | 100% | ||
charles1 | 0 | 3,067,133,359 | 100% | ||
bluethread | 0 | 743,962,472 | 100% | ||
arayebrown | 0 | 1,536,113,458 | 100% | ||
bloomview | 0 | 247,675,416 | 15% | ||
goofyu | 0 | 7,993,351,172 | 100% | ||
geetharao | 0 | 1,059,073,212 | 40% | ||
tontoro3 | 0 | 576,091,827 | 100% | ||
ami7411 | 0 | 603,869,866 | 100% | ||
kukkeji | 0 | 470,817,987 | 100% | ||
edb1984 | 0 | 1,759,717,491 | 100% | ||
writtenbird | 0 | 482,395,988 | 100% | ||
jupiter5 | 0 | 190,926,604 | 100% | ||
iqraalam | 0 | 643,626,019 | 100% | ||
ekan | 0 | 162,759,887 | 100% | ||
bewe | 0 | 230,028,511 | 100% | ||
alanturing | 0 | 185,726,465 | 100% | ||
amanjain2k | 0 | 298,639,158 | 25% | ||
hananahmed | 0 | 307,598,454 | 100% | ||
kimhyeran | 0 | 228,928,571 | 30% | ||
sighanchi | 0 | 854,135,508 | 100% | ||
steemisthebest | 0 | 1,014,962,963 | 100% | ||
sdilan | 0 | 689,712,409 | 100% | ||
izanmangi | 0 | 196,774,795 | 100% | ||
macstrong | 0 | 586,156,091 | 100% | ||
ronmamita | 0 | 377,730,675 | 100% | ||
asuleymanov | 0 | 587,576,674 | 100% | ||
samjd | 0 | 1,108,566,350 | 100% | ||
ahmeddalmar | 0 | 360,459,474 | 100% | ||
itaisam | 0 | 615,172,023 | 100% | ||
volcanosquad | 0 | 597,760,858 | 100% | ||
rodriceorg | 0 | 951,773,947 | 100% | ||
azlansugihen | 0 | 458,476,421 | 100% | ||
jordanlindsey | 0 | 876,328,130 | 100% | ||
nana.ama | 0 | 632,581,026 | 100% | ||
edmonam | 0 | 731,240,116 | 100% | ||
digitalmuseum | 0 | 150,890,786 | 100% | ||
xman91 | 0 | 1,218,993,079 | 100% | ||
rabbt | 0 | 1,160,697,867 | 100% | ||
yanev | 0 | 311,064,069 | 100% | ||
mywanderlust | 0 | 266,969,927 | 100% | ||
akhenaton | 0 | 197,346,706 | 100% | ||
schlijk | 0 | 121,873,208 | 100% | ||
premalsshah | 0 | 522,313,723 | 100% | ||
the.dajboz | 0 | 150,890,600 | 100% | ||
solas | 0 | 179,907,938 | 100% | ||
fries30 | 0 | 319,191,501 | 100% | ||
mayur007 | 0 | 249,549,422 | 100% | ||
yourinception | 0 | 1,137,480,651 | 100% | ||
howard525 | 0 | 858,912,799 | 100% |
Wow, thats a good news i think
author | azlansugihen | ||||||
---|---|---|---|---|---|---|---|
permlink | re-ontofractal-2017625t19535699z | ||||||
category | steemdev | ||||||
json_metadata | {"tags":"steemdev","app":"esteem/1.4.5","format":"markdown+html","community":"esteem"} | ||||||
created | 2017-06-25 12:05:39 | ||||||
last_update | 2017-06-25 12:05:39 | ||||||
depth | 1 | ||||||
children | 0 | ||||||
last_payout | 2017-07-02 12:05:39 | ||||||
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 | 30 | ||||||
author_reputation | 471,732,259,874 | ||||||
root_title | "Steemex v0.12 released: now with improved blockchain event pipeline [open source Elixir library for Steem]" | ||||||
beneficiaries |
| ||||||
max_accepted_payout | 1,000,000.000 HBD | ||||||
percent_hbd | 10,000 | ||||||
post_id | 6,033,251 | ||||||
net_rshares | 0 |
Thanks to everyone who work to improve the Steemit experience.
author | bluethread |
---|---|
permlink | re-ontofractal-steemex-v0-12-released-now-with-improved-blockchain-event-pipeline-open-source-elixir-library-for-steem-20170625t114824486z |
category | steemdev |
json_metadata | {"tags":["steemdev"],"app":"steemit/0.1"} |
created | 2017-06-25 11:48:24 |
last_update | 2017-06-25 11:48:24 |
depth | 1 |
children | 0 |
last_payout | 2017-07-02 11:48: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 | 62 |
author_reputation | 1,489,627,047,120 |
root_title | "Steemex v0.12 released: now with improved blockchain event pipeline [open source Elixir library for Steem]" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 6,031,693 |
net_rshares | 0 |
Steemit is getting better and better. That's the only thing I understood from this post :)
author | edmonam |
---|---|
permlink | re-ontofractal-steemex-v0-12-released-now-with-improved-blockchain-event-pipeline-open-source-elixir-library-for-steem-20170625t120905126z |
category | steemdev |
json_metadata | {"tags":["steemdev"],"app":"steemit/0.1"} |
created | 2017-06-25 12:09:06 |
last_update | 2017-06-25 12:09:06 |
depth | 1 |
children | 3 |
last_payout | 2017-07-02 12:09:06 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.038 HBD |
curator_payout_value | 0.003 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 90 |
author_reputation | 40,073,203,388 |
root_title | "Steemex v0.12 released: now with improved blockchain event pipeline [open source Elixir library for Steem]" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 6,033,559 |
net_rshares | 3,863,561,003 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
the-ego-is-you | 0 | 1,964,208,959 | 10% | ||
tomino | 0 | 1,179,718,914 | 1% | ||
edmonam | 0 | 719,633,130 | 100% |
Steem, but yes :D
author | the-ego-is-you |
---|---|
permlink | re-edmonam-re-ontofractal-steemex-v0-12-released-now-with-improved-blockchain-event-pipeline-open-source-elixir-library-for-steem-20170626t175952332z |
category | steemdev |
json_metadata | {"tags":["steemdev"],"app":"steemit/0.1"} |
created | 2017-06-26 17:59:51 |
last_update | 2017-06-26 18:38:06 |
depth | 2 |
children | 0 |
last_payout | 2017-07-03 17:59:51 |
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 | 17 |
author_reputation | 7,031,347,556,614 |
root_title | "Steemex v0.12 released: now with improved blockchain event pipeline [open source Elixir library for Steem]" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 6,212,284 |
net_rshares | 0 |
Jeeeee. At least your hinest. Yes it is so invest everything into steempower because I dont see it going below 2.00 ever again. Domi
author | watchout2017 |
---|---|
permlink | re-edmonam-re-ontofractal-steemex-v0-12-released-now-with-improved-blockchain-event-pipeline-open-source-elixir-library-for-steem-20170625t121857416z |
category | steemdev |
json_metadata | {"tags":["steemdev"],"app":"steemit/0.1"} |
created | 2017-06-25 12:19:00 |
last_update | 2017-06-25 12:19:00 |
depth | 2 |
children | 1 |
last_payout | 2017-07-02 12:19:00 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.324 HBD |
curator_payout_value | 0.089 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 134 |
author_reputation | 237,607,560,257 |
root_title | "Steemex v0.12 released: now with improved blockchain event pipeline [open source Elixir library for Steem]" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 6,034,453 |
net_rshares | 38,105,806,335 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
watchout2017 | 0 | 37,426,797,656 | 100% | ||
edmonam | 0 | 679,008,679 | 100% |
True!
author | edmonam |
---|---|
permlink | re-watchout2017-re-edmonam-re-ontofractal-steemex-v0-12-released-now-with-improved-blockchain-event-pipeline-open-source-elixir-library-for-steem-20170625t122209710z |
category | steemdev |
json_metadata | {"tags":["steemdev"],"app":"steemit/0.1"} |
created | 2017-06-25 12:22:09 |
last_update | 2017-06-25 12:22:09 |
depth | 3 |
children | 0 |
last_payout | 2017-07-02 12:22:09 |
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 | 5 |
author_reputation | 40,073,203,388 |
root_title | "Steemex v0.12 released: now with improved blockchain event pipeline [open source Elixir library for Steem]" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 6,034,746 |
net_rshares | 0 |
great info! thanks for sharing
author | elevator09 |
---|---|
permlink | re-ontofractal-steemex-v0-12-released-now-with-improved-blockchain-event-pipeline-open-source-elixir-library-for-steem-20170625t112951062z |
category | steemdev |
json_metadata | {"tags":["steemdev"],"app":"steemit/0.1"} |
created | 2017-06-25 11:29:51 |
last_update | 2017-06-25 11:29:51 |
depth | 1 |
children | 0 |
last_payout | 2017-07-02 11:29:51 |
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 | 30 |
author_reputation | 345,809,116,793,863 |
root_title | "Steemex v0.12 released: now with improved blockchain event pipeline [open source Elixir library for Steem]" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 6,030,027 |
net_rshares | 0 |
This one is interesting and have something great information Thank You for sharing And serving steemit community
author | heelzkinu |
---|---|
permlink | re-ontofractal-steemex-v0-12-released-now-with-improved-blockchain-event-pipeline-open-source-elixir-library-for-steem-20170625t111426561z |
category | steemdev |
json_metadata | {"tags":["steemdev"],"app":"steemit/0.1"} |
created | 2017-06-25 11:14:30 |
last_update | 2017-06-25 11:14:30 |
depth | 1 |
children | 0 |
last_payout | 2017-07-02 11:14:30 |
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 | 114 |
author_reputation | 4,497,935,121,409 |
root_title | "Steemex v0.12 released: now with improved blockchain event pipeline [open source Elixir library for Steem]" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 6,028,671 |
net_rshares | 539,723,674 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
heelzkinu | 0 | 539,723,674 | 100% |
Thank you for sharing
author | jessiejesurasa |
---|---|
permlink | re-ontofractal-steemex-v0-12-released-now-with-improved-blockchain-event-pipeline-open-source-elixir-library-for-steem-20170625t123455856z |
category | steemdev |
json_metadata | {"tags":["steemdev"],"app":"steemit/0.1"} |
created | 2017-06-25 12:34:54 |
last_update | 2017-06-25 12:34:54 |
depth | 1 |
children | 0 |
last_payout | 2017-07-02 12:34: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 | 21 |
author_reputation | 35,671,284,053 |
root_title | "Steemex v0.12 released: now with improved blockchain event pipeline [open source Elixir library for Steem]" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 6,035,997 |
net_rshares | 130,601,932 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
jessiejesurasa | 0 | 130,601,932 | 100% |
Appreciate your work and helping grow our community. (∩^o^)⊃━☆゜.* def process (%{data:awesomoness} """ end
author | jordanlindsey |
---|---|
permlink | re-ontofractal-steemex-v0-12-released-now-with-improved-blockchain-event-pipeline-open-source-elixir-library-for-steem-20170625t204624459z |
category | steemdev |
json_metadata | {"tags":["steemdev"],"app":"steemit/0.1"} |
created | 2017-06-25 20:46:27 |
last_update | 2017-06-25 20:46:27 |
depth | 1 |
children | 0 |
last_payout | 2017-07-02 20:46: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 | 117 |
author_reputation | 4,583,874,595,975 |
root_title | "Steemex v0.12 released: now with improved blockchain event pipeline [open source Elixir library for Steem]" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 6,092,324 |
net_rshares | 858,917,637 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
jordanlindsey | 0 | 858,917,637 | 100% |
Nice
author | luxman | ||||||
---|---|---|---|---|---|---|---|
permlink | re-ontofractal-2017626t142919291z | ||||||
category | steemdev | ||||||
json_metadata | {"tags":"steemdev","app":"esteem/1.4.5","format":"markdown+html","community":"esteem"} | ||||||
created | 2017-06-26 07:29:24 | ||||||
last_update | 2017-06-26 07:29:24 | ||||||
depth | 1 | ||||||
children | 0 | ||||||
last_payout | 2017-07-03 07:29: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 | 4 | ||||||
author_reputation | 684,988,462,931 | ||||||
root_title | "Steemex v0.12 released: now with improved blockchain event pipeline [open source Elixir library for Steem]" | ||||||
beneficiaries |
| ||||||
max_accepted_payout | 1,000,000.000 HBD | ||||||
percent_hbd | 10,000 | ||||||
post_id | 6,147,241 | ||||||
net_rshares | 0 |
"I've been working to improve the developer experience for Steemex and this release does exactly that." How long did that working last to get the release through? Might look an eye on the mobiel app too ? ;)
author | rizatr |
---|---|
permlink | re-ontofractal-steemex-v0-12-released-now-with-improved-blockchain-event-pipeline-open-source-elixir-library-for-steem-20170625t111423416z |
category | steemdev |
json_metadata | {"tags":["steemdev"],"app":"steemit/0.1"} |
created | 2017-06-25 11:14:06 |
last_update | 2017-06-25 11:14:06 |
depth | 1 |
children | 1 |
last_payout | 2017-07-02 11:14:06 |
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 | 208 |
author_reputation | 204,467,685,600 |
root_title | "Steemex v0.12 released: now with improved blockchain event pipeline [open source Elixir library for Steem]" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 6,028,635 |
net_rshares | 0 |
This is a library for developers, not a user facing app though :)
author | ontofractal |
---|---|
permlink | re-rizatr-re-ontofractal-steemex-v0-12-released-now-with-improved-blockchain-event-pipeline-open-source-elixir-library-for-steem-20170625t111622100z |
category | steemdev |
json_metadata | {"tags":["steemdev"],"app":"steemit/0.1"} |
created | 2017-06-25 11:16:21 |
last_update | 2017-06-25 11:16:21 |
depth | 2 |
children | 0 |
last_payout | 2017-07-02 11:16: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 | 65 |
author_reputation | 61,670,850,962,884 |
root_title | "Steemex v0.12 released: now with improved blockchain event pipeline [open source Elixir library for Steem]" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 6,028,850 |
net_rshares | 0 |
I apologize for my blockchain-programming ignorance, my 2 basic questions are: 1. will censorship & security issues be addressed? 2. will the endusers like me see filtering & search features alleviate the congested resteemit mess that clog up flow to original posts on profile pages? Like I said I do truly apologize if the above is unrelated, but perhaps your programming buddies are looking into these issues and you could discuss it as a seamless fit or transition. Thanks for sharing and thank you for being here!
author | ronmamita |
---|---|
permlink | re-ontofractal-steemex-v0-12-released-now-with-improved-blockchain-event-pipeline-open-source-elixir-library-for-steem-20170625t124436840z |
category | steemdev |
json_metadata | {"tags":["steemdev"],"app":"steemit/0.1"} |
created | 2017-06-25 12:44:36 |
last_update | 2017-06-25 12:46:12 |
depth | 1 |
children | 0 |
last_payout | 2017-07-02 12:44: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 | 520 |
author_reputation | 770,066,160,449 |
root_title | "Steemex v0.12 released: now with improved blockchain event pipeline [open source Elixir library for Steem]" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 6,036,954 |
net_rshares | 0 |
Guys Elixir is programing language from what i understood. The writter is talking about how it is easy to use and is helpful for creating token apps. right ? @ontofractal?
author | sdilan |
---|---|
permlink | re-ontofractal-steemex-v0-12-released-now-with-improved-blockchain-event-pipeline-open-source-elixir-library-for-steem-20170626t012250110z |
category | steemdev |
json_metadata | {"tags":["steemdev"],"users":["ontofractal"],"app":"steemit/0.1"} |
created | 2017-06-26 01:22:45 |
last_update | 2017-06-26 01:22:45 |
depth | 1 |
children | 0 |
last_payout | 2017-07-03 01:22:45 |
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 | 171 |
author_reputation | 126,588,638,903 |
root_title | "Steemex v0.12 released: now with improved blockchain event pipeline [open source Elixir library for Steem]" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 6,117,922 |
net_rshares | 633,023,718 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
sdilan | 0 | 633,023,718 | 100% |
Great blog! Check out my new post @the.dajboz follow me! :)
author | the.dajboz |
---|---|
permlink | re-ontofractal-steemex-v0-12-released-now-with-improved-blockchain-event-pipeline-open-source-elixir-library-for-steem-20170625t115342024z |
category | steemdev |
json_metadata | {"tags":["steemdev"],"users":["the.dajboz"],"app":"steemit/0.1"} |
created | 2017-06-25 11:53:42 |
last_update | 2017-06-25 11:53:42 |
depth | 1 |
children | 0 |
last_payout | 2017-07-02 11:53: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 | 59 |
author_reputation | 69,389,649,798 |
root_title | "Steemex v0.12 released: now with improved blockchain event pipeline [open source Elixir library for Steem]" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 6,032,126 |
net_rshares | 0 |
Steemit just keeps improving !
author | trendo |
---|---|
permlink | re-ontofractal-steemex-v0-12-released-now-with-improved-blockchain-event-pipeline-open-source-elixir-library-for-steem-20170626t001136109z |
category | steemdev |
json_metadata | {"tags":["steemdev"],"app":"steemit/0.1"} |
created | 2017-06-26 00:11:36 |
last_update | 2017-06-26 00:11:36 |
depth | 1 |
children | 0 |
last_payout | 2017-07-03 00:11: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 | 30 |
author_reputation | 5,793,651,533,029 |
root_title | "Steemex v0.12 released: now with improved blockchain event pipeline [open source Elixir library for Steem]" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 6,112,113 |
net_rshares | 0 |