create account

What is HAF ? by mickiewicz

View this thread on: hive.blogpeakd.comecency.com
· @mickiewicz · (edited)
$550.64
What is HAF ?
![haf_top.png](https://images.hive.blog/DQmXdy53RJZ7JvajwrdH7Pw3bbDNQtqdNSA7ww8ocLLowsT/haf_top.png)

In this post, I want to present basic information about The HAF.  I think it is a good idea to have described  in one place what is The HAF, what are its components, and how they cooperate with each other,  with applications, and with the HIVE network.

## What does it mean HAF ?
HAF is an acronym from the HIVE Application Framework. In short, it is a software system that allows to easily write applications working on the HIVE blockchain. Such applications read information delivered by blockchain blocks and very often transform them into their specific data.

## A high-level view of The HAF

<center>
![c1_haf2.png](https://images.hive.blog/DQmPhr4AVyRTRDu9JSbjgkWjxu4tUAW74qF5xfpU6Lsgrk6/c1_haf2.png)
</center>

The HAF works between the HIVE network and the applications (App1, App2,...AppN). Below are  explained the presented HAF functionalities:
* **Gets blocks and saves their contents to SQL database**
 It gets blocks from the network and presents their data to applications in form of SQL tables.
* **Works as SQL storage for the application's data**
The applications can create their own tables in the HAF SQL database and save their data.
* **Controls processing blocks by the applications**
The HAF drives the applications with processing blocks by telling them which block shall be processed next. The applications will get the arriving blocks in the correct order, the same as the blocks are created in the chain.
* **Rewinds application data in case of micro-fork occurrence**
If the application wants that, the framework can pass to it reversible blocks to process and in case of fork occurrence automatically, transparently for the application,  rollback all the changes which were based on abandoned blocks. It allows the applications to present new data immediately after a new block was created, without the need to wait for a moment when the block becomes irreversible.
* **Authentication and authorization of the applications**
The HAF gives some mechanisms that protect the application's data against access by undesirable persons. Each of the applications cannot look at other applications' data, except when they explicitly share their tables.

The HAF API is a set of SQL functions, so the applications can be written with any programming language which has binding to SQL - almost every language has it.

## Lets look a little deeper at the framework

<center>
![c2_haf.png](https://images.hive.blog/DQmcjqbbNZtRKgmWwknVjFbKcwiHFtEZeiQnqCYNy5sxCkQ/c2_haf.png)
</center>

The HAF contains a few components visible at the picture above:
* **HIVED - hive node**
    Regular HIVE node which syncs blocks with the HIVE network or replays them from block.log file. 
   * **SQL_SERIALIZER**
  A hived's plugin (the hive node plugin) which during syncing a new block pushes its data to SQL database. Moreover, the plugin informs the database about the occurrence of micro-fork and changing a block status from reversible to irreversible.
* **PostgreSQL database**
   The database contains the blockchain blocks data in form of filled SQL tables, and the applications tables. The system utilizes Postgres authentication and authorization mechanisms.
  * **HIVE FORK MANAGER**
  The PostgreSQL extension provides the HAF's API - a set of SQL functions that are used by the application to get blocks data. The extension controls the process by which applications consume blocks and ensures that applications cannot corrupt each other. The HIVE FORK MANAGER is responsible for rewind the applications tables changes in case of micro-fork occurrence. The extension defines the format of blocks data saved in the database. The SQL_SERIALIZER dumps blocks to the tables defined by HIVE FORK MANAGER.

# How The HAF can help The HIVE blockchain ?
It allows separating applications codes from code of basic tasks realized by blockchain. The vital tasks of The HIVE, like block producing , blocks evaluation, etc., won't be disturbed by the application's specific requirements. With The HAF we can look at the blockchain ecosystem as a layered architecture:

<center>
![haf_layers.png](https://images.hive.blog/DQmVQDdug7HU4cSLvVaUQiGT4a5L8oBMHzZ5ooMv1MN91ox/haf_layers.png)
</center>

Such architecture gives also benefits to the applications programmers. They get an SQL interface to the blockchain and may start to write simple applications very fast. The complexity of getting blocks and support of micro-forks is hidden behind The HAF. You can see how simple the application can be by looking at the example available on GitLab [here](https://gitlab.syncad.com/hive/psql_tools/-/blob/master/src/hive_fork_manager/doc/examples/hive_fork_app.py)

# Where are the codes ?
You can find hived code on gitlab [here](https://gitlab.syncad.com/hive/hive/-/tree/develop),  the SQL_SERIALIZER and HIVE FORK MANGER are parts of [HAF project](https://gitlab.syncad.com/hive/haf/-/tree/develop/src)
👍  , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , and 424 others
👎  ,
properties (23)
authormickiewicz
permlinkwhat-is-haf
categoryhive-139531
json_metadata{"tags":["hive","haf","dev","programming","daps"],"image":["https://images.hive.blog/DQmXdy53RJZ7JvajwrdH7Pw3bbDNQtqdNSA7ww8ocLLowsT/haf_top.png","https://images.hive.blog/DQmPhr4AVyRTRDu9JSbjgkWjxu4tUAW74qF5xfpU6Lsgrk6/c1_haf2.png","https://images.hive.blog/DQmcjqbbNZtRKgmWwknVjFbKcwiHFtEZeiQnqCYNy5sxCkQ/c2_haf.png","https://images.hive.blog/DQmVQDdug7HU4cSLvVaUQiGT4a5L8oBMHzZ5ooMv1MN91ox/haf_layers.png"],"links":["https://gitlab.syncad.com/hive/psql_tools/-/blob/master/src/hive_fork_manager/doc/examples/hive_fork_app.py"],"app":"hiveblog/0.1","format":"markdown"}
created2021-09-22 21:01:45
last_update2021-10-28 11:51:36
depth0
children57
last_payout2021-09-29 21:01:45
cashout_time1969-12-31 23:59:59
total_payout_value275.376 HBD
curator_payout_value275.262 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length5,008
author_reputation20,569,771,333,459
root_title"What is HAF ?"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd0
post_id106,489,300
net_rshares687,140,294,113,886
author_curate_reward""
vote details (490)
@ackza ·
![image.png](https://images.hive.blog/DQmbjUnDwhhRJUC6GtTN8iXGKbGyKQ5Y7GW6nD1YJYyo91P/image.png)
 lol dec 8 2010 https://www.theguardian.com/news/blog/2010/dec/08/wikileaks-us-embassy-cables-live-updates
properties (22)
authorackza
permlinkqzy7g4
categoryhive-139531
json_metadata{"image":["https://images.hive.blog/DQmbjUnDwhhRJUC6GtTN8iXGKbGyKQ5Y7GW6nD1YJYyo91P/image.png"],"links":["https://www.theguardian.com/news/blog/2010/dec/08/wikileaks-us-embassy-cables-live-updates"],"app":"hiveblog/0.1"}
created2021-09-24 17:04:54
last_update2021-09-24 17:04:54
depth1
children0
last_payout2021-10-01 17:04:54
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length203
author_reputation287,729,820,746,520
root_title"What is HAF ?"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd0
post_id106,533,602
net_rshares0
@amirl ·
$0.05
Thats great stuff, very informative, and indeed for apps to work directly with the blockchain can be tedious.
The only worry, is that the HAF might be a single point of failure, as its not distributed as the blockchain is.
But usually each app create kind of a HAF for itself so it make sense to cooperate and avoid duplication.

Thank you so much for sharing and engaging, after all thats what Hive is all about.
I can't wait for the day that instead of stackoverflow I will enter Hive.blog (or other Hive app) to get my answer and reward the author.
👍  ,
👎  
properties (23)
authoramirl
permlinkqzvjxs
categoryhive-139531
json_metadata{"app":"hiveblog/0.1"}
created2021-09-23 06:41:54
last_update2021-09-23 06:41:54
depth1
children1
last_payout2021-09-30 06:41:54
cashout_time1969-12-31 23:59:59
total_payout_value0.024 HBD
curator_payout_value0.023 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length551
author_reputation-35,879,592,983,501
root_title"What is HAF ?"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id106,497,938
net_rshares61,256,129,158
author_curate_reward""
vote details (3)
@mickiewicz ·
$0.03
Thx, such positive feedback encourages me to write more posts
👍  
properties (23)
authormickiewicz
permlinkqzwcri
categoryhive-139531
json_metadata{"app":"hiveblog/0.1"}
created2021-09-23 17:04:33
last_update2021-09-23 17:04:33
depth2
children0
last_payout2021-09-30 17:04:33
cashout_time1969-12-31 23:59:59
total_payout_value0.015 HBD
curator_payout_value0.015 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length61
author_reputation20,569,771,333,459
root_title"What is HAF ?"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd0
post_id106,509,292
net_rshares39,947,142,921
author_curate_reward""
vote details (1)
@cryptosharon ·
$0.03
Will add a reminder to check this out with code later. I'm looking forward to coding apps with this. :)

- May I use it for alternative front-ends and statistics?
- Is there an open node or must I run it on my own server?
- Do you have a list of requirements to run it on my own server if I wanted?
👍  ,
properties (23)
authorcryptosharon
permlinkre-mickiewicz-qzywtj
categoryhive-139531
json_metadata{"tags":["hive-139531"],"app":"peakd/2021.09.1"}
created2021-09-25 02:12:57
last_update2021-09-25 02:12:57
depth1
children2
last_payout2021-10-02 02:12:57
cashout_time1969-12-31 23:59:59
total_payout_value0.015 HBD
curator_payout_value0.014 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length298
author_reputation91,921,317,551,639
root_title"What is HAF ?"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id106,542,188
net_rshares37,825,768,526
author_curate_reward""
vote details (2)
@mickiewicz ·
* You can use it to build alternative backend for alternative front-end :) You can use it whenever want to get blockchain data with SQL
* There is no open node, actually it would be best if a backend of Your application will work on the same machine where the HAF database is
* There is no such list at the moment, we examine the software in terms of its performance and requirements for the machine on which it runs
properties (22)
authormickiewicz
permlinkr03v2j
categoryhive-139531
json_metadata{"app":"hiveblog/0.1"}
created2021-09-27 18:23:09
last_update2021-09-27 18:23:09
depth2
children1
last_payout2021-10-04 18:23: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_length416
author_reputation20,569,771,333,459
root_title"What is HAF ?"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd0
post_id106,606,043
net_rshares0
@cryptosharon ·
what I meant to ask with my last question is what's the cheapest VPS I can get if I want to run this somewhat smoothly 24/7 for an app.
properties (22)
authorcryptosharon
permlinkre-mickiewicz-2021927t142844620z
categoryhive-139531
json_metadata{"tags":["ecency"],"app":"ecency/3.0.23-mobile","format":"markdown+html"}
created2021-09-27 18:28:45
last_update2021-09-27 18:28:45
depth3
children0
last_payout2021-10-04 18:28: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_length135
author_reputation91,921,317,551,639
root_title"What is HAF ?"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id106,606,175
net_rshares0
@devosdevosi ·
![clapping_leonardo_dicaprio.gif](https://images.ecency.com/DQmbwNiN9S6G5p6x2jwFJndabtWwucaSkepiHPDhM9dMx7L/clapping_leonardo_dicaprio.gif)

👍  
properties (23)
authordevosdevosi
permlinkre-mickiewicz-2021923t22450596z
categoryhive-139531
json_metadata{"tags":["hive-139531","hive","haf","dev","programming","daps"],"app":"ecency/3.0.19-vision","format":"markdown+html"}
created2021-09-23 21:45:00
last_update2021-09-23 21:45:00
depth1
children0
last_payout2021-09-30 21:45: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_length141
author_reputation106,059,603,583,920
root_title"What is HAF ?"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id106,514,542
net_rshares9,706,797,253
author_curate_reward""
vote details (1)
@finguru ·
Awesome read @mickiewicz, is it like Smart Contract functionality in Ethereum?
👍  
properties (23)
authorfinguru
permlinkqzx9o6
categoryhive-139531
json_metadata{"users":["mickiewicz"],"app":"hiveblog/0.1"}
created2021-09-24 04:55:21
last_update2021-09-24 04:55:21
depth1
children1
last_payout2021-10-01 04: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_length78
author_reputation358,211,814,021,785
root_title"What is HAF ?"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id106,520,754
net_rshares9,576,092,995
author_curate_reward""
vote details (1)
@mickiewicz ·
Not exactly, execution of HAF application is not a part of the blockchain consensus,  blockchain ( i mean layer1  ) is not conscious about the existence of any HAF application and cannot validate its work
properties (22)
authormickiewicz
permlinkqzxxbb
categoryhive-139531
json_metadata{"app":"hiveblog/0.1"}
created2021-09-24 13:26:00
last_update2021-09-24 13:26:00
depth2
children0
last_payout2021-10-01 13:26: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_length204
author_reputation20,569,771,333,459
root_title"What is HAF ?"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd0
post_id106,528,579
net_rshares0
@geekgirl ·
What are the advantages or disadvantages of using HAF instead of HiveSQL when coding in python?
👍  
properties (23)
authorgeekgirl
permlinkqzwiml
categoryhive-139531
json_metadata{"app":"hiveblog/0.1"}
created2021-09-23 19:11:12
last_update2021-09-23 19:11:12
depth1
children3
last_payout2021-09-30 19:11:12
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length95
author_reputation1,586,503,811,213,475
root_title"What is HAF ?"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id106,511,846
net_rshares11,577,050,653
author_curate_reward""
vote details (1)
@mickiewicz ·
$0.65
It is hard to compare these two things, I know at first glance they look similar because SQL is an interface for applications in both products, but the main difference is that HAF is a framework to build applications and HiveSQL is a service that responds to SQL queries. HAF is strongly concentrated on applications, it drives them by telling them which block shall they process in the next step, gives them a place to save their own SQL tables, and roll back changes in case of micro-fork occurrence. HiveSQL allows only for asking the remote database. HAF is completely free, all its components, includes the PostgreSQL database, have opened code and the community may participate in its development. HiveSQL has closed code. Because HAF allows saving the applications tables in the same database as the blockchain data are, applications are very performant - they have no delays because of asking for external service. HiveSQl is immediately ready to use ( after subscription ), HAF requires to setup somewhere all of its components, but projects similar to [Hive Plug and Play](https://hive.blog/hive-139531/@imwatsi/proposal-hive-plug-and-play-as-a-haf-app) may solve this problem. 

In general, to reiterate what I wrote at the beginning, it's hard to compare a framework with a service.
👍  
properties (23)
authormickiewicz
permlinkqzwn6m
categoryhive-139531
json_metadata{"links":["https://hive.blog/hive-139531/@imwatsi/proposal-hive-plug-and-play-as-a-haf-app"],"app":"hiveblog/0.1"}
created2021-09-23 20:49:36
last_update2021-09-23 20:49:36
depth2
children2
last_payout2021-09-30 20:49:36
cashout_time1969-12-31 23:59:59
total_payout_value0.324 HBD
curator_payout_value0.324 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length1,294
author_reputation20,569,771,333,459
root_title"What is HAF ?"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd0
post_id106,513,641
net_rshares813,807,810,904
author_curate_reward""
vote details (1)
@geekgirl ·
Thank you for explaining. I am understanding more and more about HAF. I use HiveSQL sometimes, that's why I was wondering about differences. Your explanation is perfect. Looking forward to experimenting with HAF.
👍  
properties (23)
authorgeekgirl
permlinkqzxl1u
categoryhive-139531
json_metadata{"app":"hiveblog/0.1"}
created2021-09-24 09:01:09
last_update2021-09-24 09:01:09
depth3
children0
last_payout2021-10-01 09:01: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_length212
author_reputation1,586,503,811,213,475
root_title"What is HAF ?"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id106,524,372
net_rshares9,622,193,852
author_curate_reward""
vote details (1)
@simplegame ·
This is a great explantation. Thank you.
👍  
properties (23)
authorsimplegame
permlinkre-mickiewicz-r00dct
categoryhive-139531
json_metadata{"tags":["hive-139531"],"app":"peakd/2021.09.1"}
created2021-09-25 21:07:42
last_update2021-09-25 21:07:42
depth3
children0
last_payout2021-10-02 21:07:42
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length40
author_reputation128,510,646,094,499
root_title"What is HAF ?"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id106,559,324
net_rshares9,747,794,414
author_curate_reward""
vote details (1)
@goldrooster ·
Initially I thought this was about yet another Token but no...... it's about the HAF!  
👍  
properties (23)
authorgoldrooster
permlinkre-mickiewicz-qzvo25
categoryhive-139531
json_metadata{"tags":["hive-139531"],"app":"peakd/2021.09.1"}
created2021-09-23 08:10:51
last_update2021-09-23 08:10:51
depth1
children1
last_payout2021-09-30 08:10:51
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length87
author_reputation204,788,457,779,853
root_title"What is HAF ?"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id106,499,280
net_rshares11,578,167,876
author_curate_reward""
vote details (1)
@mickiewicz ·
$0.02
Surprise :)
👍  
properties (23)
authormickiewicz
permlinkqzwctk
categoryhive-139531
json_metadata{"app":"hiveblog/0.1"}
created2021-09-23 17:05:45
last_update2021-09-23 17:05:45
depth2
children0
last_payout2021-09-30 17:05:45
cashout_time1969-12-31 23:59:59
total_payout_value0.012 HBD
curator_payout_value0.012 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length11
author_reputation20,569,771,333,459
root_title"What is HAF ?"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd0
post_id106,509,325
net_rshares31,226,564,984
author_curate_reward""
vote details (1)
@hivebuzz ·
Congratulations @mickiewicz! You have completed the following achievement on the Hive blockchain and have been rewarded with new badge(s) :

<table><tr><td><img src="https://images.hive.blog/60x70/http://hivebuzz.me/@mickiewicz/upvoted.png?202109230554"></td><td>You received more than 500 upvotes.<br>Your next target is to reach 600 upvotes.</td></tr>
</table>

<sub>_You can view your badges on [your board](https://hivebuzz.me/@mickiewicz) and compare yourself to others in the [Ranking](https://hivebuzz.me/ranking)_</sub>
<sub>_If you no longer want to receive notifications, reply to this comment with the word_ `STOP`</sub>



**Check out the last post from @hivebuzz:**
<table><tr><td><a href="/hivebuzz/@hivebuzz/pum-202109-20"><img src="https://images.hive.blog/64x128/https://i.imgur.com/kFuAY6V.png"></a></td><td><a href="/hivebuzz/@hivebuzz/pum-202109-20">Hive Power Up Month - Feedback from Day 20</a></td></tr></table>
properties (22)
authorhivebuzz
permlinkhivebuzz-notify-mickiewicz-20210923t061449
categoryhive-139531
json_metadata{"image":["http://hivebuzz.me/notify.t6.png"]}
created2021-09-23 06:14:48
last_update2021-09-23 06:14:48
depth1
children0
last_payout2021-09-30 06:14:48
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length934
author_reputation369,993,905,386,640
root_title"What is HAF ?"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id106,497,514
net_rshares0
@hivebuzz ·
Congratulations @mickiewicz! Your post has been a top performer on the Hive blockchain and you have been rewarded with the following badge:

<table><tr><td><img src="https://images.hive.blog/60x60/http://hivebuzz.me/badges/toppayoutweek.png"></td><td>Post with the highest payout of the week.</td></tr>
</table>

<sub>_You can view your badges on [your board](https://hivebuzz.me/@mickiewicz) and compare yourself to others in the [Ranking](https://hivebuzz.me/ranking)_</sub>
<sub>_If you no longer want to receive notifications, reply to this comment with the word_ `STOP`</sub>



**Check out the last post from @hivebuzz:**
<table><tr><td><a href="/hivebuzz/@hivebuzz/pum-202109-25"><img src="https://images.hive.blog/64x128/https://i.imgur.com/4hUyDbm.png"></a></td><td><a href="/hivebuzz/@hivebuzz/pum-202109-25">Hive Power Up Month - Feedback from Day 25</a></td></tr></table>
👍  
properties (23)
authorhivebuzz
permlinkhivebuzz-notify-mickiewicz-20210927t024355
categoryhive-139531
json_metadata{"image":["http://hivebuzz.me/notify.t6.png"]}
created2021-09-27 02:43:54
last_update2021-09-27 02:43:54
depth1
children0
last_payout2021-10-04 02:43:54
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length883
author_reputation369,993,905,386,640
root_title"What is HAF ?"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id106,588,996
net_rshares9,947,454,353
author_curate_reward""
vote details (1)
@hivebuzz ·
<center>[![](https://images.hive.blog/175x175/http://hivebuzz.me/@mickiewicz/level.png?202109300833)](https://hivebuzz.me/@mickiewicz)
**Congratulations @mickiewicz**!
You raised your level and are now a **Minnow**!</center>

**Check out the last post from @hivebuzz:**
<table><tr><td><a href="/hivebuzz/@hivebuzz/pud-202110"><img src="https://images.hive.blog/64x128/https://i.imgur.com/805FIIt.jpg"></a></td><td><a href="/hivebuzz/@hivebuzz/pud-202110">Hive Power Up Day - October 1st 2021 - Hive Power Delegation</a></td></tr><tr><td><a href="/hivebuzz/@hivebuzz/pum-202109-25"><img src="https://images.hive.blog/64x128/https://i.imgur.com/4hUyDbm.png"></a></td><td><a href="/hivebuzz/@hivebuzz/pum-202109-25">Hive Power Up Month - Feedback from Day 25</a></td></tr></table>
properties (22)
authorhivebuzz
permlinkhivebuzz-notify-mickiewicz-20210930t083510
categoryhive-139531
json_metadata{"image":["http://hivebuzz.me/notify.t6.png"]}
created2021-09-30 08:35:09
last_update2021-09-30 08:35:09
depth1
children0
last_payout2021-10-07 08:35: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_length779
author_reputation369,993,905,386,640
root_title"What is HAF ?"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id106,671,519
net_rshares0
@introvertspeaks ·
We need more of this. Keep it coming. About all the technical necromancy happening but in a manner that is digestible by my brain acid. I need to understand what's exactly going on under the hood whenever I upvote my own post
👍  , ,
👎  , , , , ,
properties (23)
authorintrovertspeaks
permlinkre-mickiewicz-qzvk0j
categoryhive-139531
json_metadata{"tags":["hive-139531"],"app":"peakd/2021.09.1"}
created2021-09-23 06:43:33
last_update2021-09-23 06:43:33
depth1
children1
last_payout2021-09-30 06:43: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_length225
author_reputation-4,351,658,764,138
root_title"What is HAF ?"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id106,497,952
net_rshares-214,574,097,127
author_curate_reward""
vote details (9)
@ackza ·
eventually they will end up with @telosnetwork fork running inside hive with Hive WItnesses running paralelel telos.net EOSIO block producers so a second chain

so youre a hive witness? You also become a telos witness but on a special fork of telos made JUST for hive witnesses to plug into and use for eosio smart contracts like ethereum and we can use the ethereum virtual machine.... and smart contracts with telos inside hive and have this sort of telos engine emerging inside of hive
properties (22)
authorackza
permlinkqzy73r
categoryhive-139531
json_metadata{"users":["telosnetwork"],"app":"hiveblog/0.1"}
created2021-09-24 16:57:27
last_update2021-09-24 16:57:27
depth2
children0
last_payout2021-10-01 16:57:27
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length488
author_reputation287,729,820,746,520
root_title"What is HAF ?"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd0
post_id106,533,370
net_rshares0
@manniman ·
That makes sense 
👍  
👎  
properties (23)
authormanniman
permlinkre-mickiewicz-qzxpsm
categoryhive-139531
json_metadata{"tags":["hive-139531"],"app":"peakd/2021.09.1"}
created2021-09-24 10:43:33
last_update2021-09-24 10:43:33
depth1
children0
last_payout2021-10-01 10:43: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_length17
author_reputation77,790,724,868,389
root_title"What is HAF ?"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id106,525,809
net_rshares9,626,102,825
author_curate_reward""
vote details (2)
@mlrequena78 ·
Excellent information
👍  ,
properties (23)
authormlrequena78
permlinkqzwr40
categoryhive-139531
json_metadata{"app":"hiveblog/0.1"}
created2021-09-23 22:14:09
last_update2021-09-23 22:14:09
depth1
children0
last_payout2021-09-30 22:14: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_length21
author_reputation7,346,493,787,724
root_title"What is HAF ?"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id106,514,941
net_rshares23,214,452,601
author_curate_reward""
vote details (2)
@morgomir ·
Interesting i'm new to hive and this was very helpful
👍  
properties (23)
authormorgomir
permlinkqzxduh
categoryhive-139531
json_metadata{"app":"hiveblog/0.1"}
created2021-09-24 06:25:57
last_update2021-09-24 06:25:57
depth1
children0
last_payout2021-10-01 06: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_length53
author_reputation27,758,214,552
root_title"What is HAF ?"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id106,522,279
net_rshares9,874,910,649
author_curate_reward""
vote details (1)
@mrnightmare.net ·
$0.06
Even though I don't understand every detail on it I'm still excited about this. Talk about the future for sure.
👍  ,
properties (23)
authormrnightmare.net
permlinkre-mickiewicz-qzvxqd
categoryhive-139531
json_metadata{"tags":["hive-139531"],"app":"peakd/2021.09.1"}
created2021-09-23 11:39:51
last_update2021-09-23 11:39:51
depth1
children0
last_payout2021-09-30 11:39:51
cashout_time1969-12-31 23:59:59
total_payout_value0.028 HBD
curator_payout_value0.027 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length111
author_reputation33,525,377,680,514
root_title"What is HAF ?"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id106,502,350
net_rshares71,123,276,171
author_curate_reward""
vote details (2)
@nrg · (edited)
$5.14
Will haf ever write data to the blockchain?
~~Can the apps interact with each other in any way?~~
👍  , , , , , , , , , , , , ,
properties (23)
authornrg
permlinkqzvj4y
categoryhive-139531
json_metadata{"app":"hiveblog/0.1"}
created2021-09-23 06:24:36
last_update2021-09-23 06:31:45
depth1
children15
last_payout2021-09-30 06:24:36
cashout_time1969-12-31 23:59:59
total_payout_value2.570 HBD
curator_payout_value2.566 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length97
author_reputation1,378,983,266,690
root_title"What is HAF ?"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id106,497,705
net_rshares6,498,576,912,436
author_curate_reward""
vote details (14)
@mickiewicz ·
$0.17
At the moment we are not working on this. First, we want to support 'read only' applications like account_history or hivemind, but I don't see any reason why the framework cannot be extended in the future to support 'read/write' applications.
👍  , ,
properties (23)
authormickiewicz
permlinkqzvk4d
categoryhive-139531
json_metadata{"app":"hiveblog/0.1"}
created2021-09-23 06:45:51
last_update2021-09-23 06:45:51
depth2
children14
last_payout2021-09-30 06:45:51
cashout_time1969-12-31 23:59:59
total_payout_value0.085 HBD
curator_payout_value0.084 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length242
author_reputation20,569,771,333,459
root_title"What is HAF ?"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd0
post_id106,497,999
net_rshares215,940,723,456
author_curate_reward""
vote details (3)
@marki99 ·
$0.06
What is exactly a 'read/write' application? I thought hivemind could write to the blockchain. 

When I follow someone on hive I can see that in block explorers, so isn't hivemind writing to the blockchain? 
👍  ,
properties (23)
authormarki99
permlinkre-mickiewicz-qzx4wd
categoryhive-139531
json_metadata{"tags":["hive-139531"],"app":"peakd/2021.09.1"}
created2021-09-24 03:12:12
last_update2021-09-24 03:12:12
depth3
children9
last_payout2021-10-01 03:12:12
cashout_time1969-12-31 23:59:59
total_payout_value0.029 HBD
curator_payout_value0.027 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length206
author_reputation11,400,723,818,181
root_title"What is HAF ?"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id106,519,410
net_rshares73,293,791,996
author_curate_reward""
vote details (2)
@simplegame ·
how far down the roadmap is the ability for read/write applications?
properties (22)
authorsimplegame
permlinkre-mickiewicz-qzyk5j
categoryhive-139531
json_metadata{"tags":["hive-139531"],"app":"peakd/2021.09.1"}
created2021-09-24 21:39:21
last_update2021-09-24 21:39:21
depth3
children3
last_payout2021-10-01 21:39: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_length68
author_reputation128,510,646,094,499
root_title"What is HAF ?"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id106,538,251
net_rshares0
@pizzabot ·
<div class='pull-right'><center><sup>Connect</sup></center><p><a href="https://discord.gg/Q9bQAKpWGS"><img src="https://files.peakd.com/file/peakd-hive/pizzabot/AKF96fKjnX3wjXERHcKAFHaoHnfTVhXqPjXVz8E1Th9nPiJqmFtaycosVpPBZ7z.png"></a></p></div><div class='pull-right'><center><sup>Trade</sup></center><p><a href='https://hive-engine.com/?p=market&t=PIZZA'><img src="https://files.peakd.com/file/peakd-hive/pizzabot/23sxbi2M4UjELDzQjxPdzubdgfMjHTCtA1xueyxmnhJUrB8136VyK3pqynyWYiZYF9HrC.png"></a></p></div><center><br> <p>@mickiewicz! This post has been manually curated by the <strong><em>$PIZZA</em></strong> Token team!</p><p>Learn more about <strong><em>$PIZZA Token</em></strong> at <a href="https://hive.pizza">hive.pizza</a>. Enjoy a slice of $PIZZA on us!</p> </center><div></div>
properties (22)
authorpizzabot
permlinkre-what-is-haf-20210923t151024z
categoryhive-139531
json_metadata"{"app": "beem/0.24.26"}"
created2021-09-23 15:10:24
last_update2021-09-23 15:10:24
depth1
children0
last_payout2021-09-30 15:10: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_length786
author_reputation7,478,914,043,862
root_title"What is HAF ?"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id106,506,804
net_rshares0
@poshtoken · (edited)
$0.42
https://twitter.com/TraciYorkWriter/status/1440904512089247746
https://twitter.com/oAcido/status/1440906046994796544
https://twitter.com/taskmaster4450/status/1441098402872258573
https://twitter.com/HiveTrending/status/1442129077788286981
<sub> The rewards earned on this comment will go directly to the person sharing the post on Twitter as long as they are registered with @poshtoken. Sign up at https://hiveposh.com.</sub>
👍  , , , , , , ,
properties (23)
authorposhtoken
permlinkre-mickiewicz-what-is-haf78938
categoryhive-139531
json_metadata"{"app":"Poshtoken 0.0.1"}"
created2021-09-23 05:19:18
last_update2021-09-26 14:10:54
depth1
children0
last_payout2021-09-30 05:19:18
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.424 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length426
author_reputation5,253,377,161,649,074
root_title"What is HAF ?"
beneficiaries
0.
accountreward.app
weight10,000
max_accepted_payout1,000,000.000 HBD
percent_hbd0
post_id106,496,672
net_rshares1,082,470,793,411
author_curate_reward""
vote details (8)
@tngflx · (edited)
This is an amazing project. I guess its an added feature on top of hivesql? Dude it will be perfect if you're integrating hive-smart contract on top of this sql beast. You're basically integrating ethereum on top of hive! Its great to see splinterlands massive users doesn't slow us down on hive. Perhaps to maximize the usage of hive is through smart contract!
👍  ,
👎  
properties (23)
authortngflx
permlinkre-mickiewicz-qzwnwk
categoryhive-139531
json_metadata{"tags":["hive-139531"],"app":"peakd/2021.09.1"}
created2021-09-23 21:05:09
last_update2021-09-23 21:05:54
depth1
children1
last_payout2021-09-30 21:05: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_length361
author_reputation17,396,455,988,713
root_title"What is HAF ?"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id106,513,901
net_rshares7,645,713,105
author_curate_reward""
vote details (3)
@tngflx ·
Why are you downvoting my post @spaminator??
👎  
properties (23)
authortngflx
permlinkre-tngflx-qzxri1
categoryhive-139531
json_metadata{"tags":["hive-139531"],"app":"peakd/2021.09.1"}
created2021-09-24 11:20:36
last_update2021-09-24 11:20:36
depth2
children0
last_payout2021-10-01 11:20:36
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length44
author_reputation17,396,455,988,713
root_title"What is HAF ?"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id106,526,406
net_rshares-2,761,787,182
author_curate_reward""
vote details (1)
@tobetada ·
great overview!
👍  
properties (23)
authortobetada
permlinkre-mickiewicz-qzvk2m
categoryhive-139531
json_metadata{"tags":["hive-139531"],"app":"peakd/2021.09.1"}
created2021-09-23 06:44:48
last_update2021-09-23 06:44:48
depth1
children1
last_payout2021-09-30 06:44: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_length15
author_reputation596,841,127,072,980
root_title"What is HAF ?"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id106,497,976
net_rshares11,564,988,868
author_curate_reward""
vote details (1)
@mickiewicz ·
$0.04
I'm glad you like it :)
👍  
properties (23)
authormickiewicz
permlinkqzwcsp
categoryhive-139531
json_metadata{"app":"hiveblog/0.1"}
created2021-09-23 17:05:15
last_update2021-09-23 17:05:15
depth2
children0
last_payout2021-09-30 17:05:15
cashout_time1969-12-31 23:59:59
total_payout_value0.020 HBD
curator_payout_value0.020 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length23
author_reputation20,569,771,333,459
root_title"What is HAF ?"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd0
post_id106,509,311
net_rshares52,331,285,280
author_curate_reward""
vote details (1)
@tuspark · (edited)
$0.05
Is HAF a proposed project or already working project?? But I love the idea
👍  ,
properties (23)
authortuspark
permlinkre-mickiewicz-qzw7r6
categoryhive-139531
json_metadata{"tags":["hive-139531"],"app":"peakd/2021.09.1"}
created2021-09-23 15:16:24
last_update2021-09-23 15:16:39
depth1
children4
last_payout2021-09-30 15:16:24
cashout_time1969-12-31 23:59:59
total_payout_value0.028 HBD
curator_payout_value0.026 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length74
author_reputation600,058,153,015
root_title"What is HAF ?"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id106,506,926
net_rshares69,705,086,959
author_curate_reward""
vote details (2)
@engrave ·
$0.05
It's already being developed
👍  ,
👎  
properties (23)
authorengrave
permlinkqzwahd
categoryhive-139531
json_metadata{"app":"hiveblog/0.1"}
created2021-09-23 16:15:15
last_update2021-09-23 16:15:15
depth2
children1
last_payout2021-09-30 16:15:15
cashout_time1969-12-31 23:59:59
total_payout_value0.026 HBD
curator_payout_value0.025 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length28
author_reputation318,719,797,600,724
root_title"What is HAF ?"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id106,508,213
net_rshares66,907,334,323
author_curate_reward""
vote details (3)
@tuspark ·
$0.04
Okay 
👍  
properties (23)
authortuspark
permlinkre-engrave-qzwgon
categoryhive-139531
json_metadata{"tags":["hive-139531"],"app":"peakd/2021.09.1"}
created2021-09-23 18:29:15
last_update2021-09-23 18:29:15
depth3
children0
last_payout2021-09-30 18:29:15
cashout_time1969-12-31 23:59:59
total_payout_value0.021 HBD
curator_payout_value0.021 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length5
author_reputation600,058,153,015
root_title"What is HAF ?"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id106,510,931
net_rshares54,489,233,667
author_curate_reward""
vote details (1)
@mickiewicz ·
$0.21
Currently, it is in the testing and bug fixing phase
👍  ,
properties (23)
authormickiewicz
permlinkqzwcle
categoryhive-139531
json_metadata{"app":"hiveblog/0.1"}
created2021-09-23 17:00:51
last_update2021-09-23 17:00:51
depth2
children1
last_payout2021-09-30 17:00:51
cashout_time1969-12-31 23:59:59
total_payout_value0.107 HBD
curator_payout_value0.107 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length52
author_reputation20,569,771,333,459
root_title"What is HAF ?"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd0
post_id106,509,183
net_rshares269,814,830,512
author_curate_reward""
vote details (2)
@tuspark ·
$0.04
Ooh, okay sir
👍  
properties (23)
authortuspark
permlinkre-mickiewicz-qzwgqg
categoryhive-139531
json_metadata{"tags":["hive-139531"],"app":"peakd/2021.09.1"}
created2021-09-23 18:30:21
last_update2021-09-23 18:30:21
depth3
children0
last_payout2021-09-30 18:30:21
cashout_time1969-12-31 23:59:59
total_payout_value0.022 HBD
curator_payout_value0.021 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length13
author_reputation600,058,153,015
root_title"What is HAF ?"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id106,510,961
net_rshares55,598,557,821
author_curate_reward""
vote details (1)
@urun ·
Sounds like things getting faster with that right?

Faster access to the data or do i understand it wrong? :)
👍  
properties (23)
authorurun
permlinkre-mickiewicz-qzwk98
categoryhive-139531
json_metadata{"tags":["hive-139531"],"app":"peakd/2021.09.1"}
created2021-09-23 19:46:21
last_update2021-09-23 19:46:21
depth1
children1
last_payout2021-09-30 19:46:21
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length109
author_reputation94,125,949,460,949
root_title"What is HAF ?"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id106,512,524
net_rshares11,354,901,841
author_curate_reward""
vote details (1)
@mickiewicz ·
$0.41
Yes faster, because the application's data can be placed in the same database where blocks are.
👍  ,
properties (23)
authormickiewicz
permlinkqzwnk7
categoryhive-139531
json_metadata{"app":"hiveblog/0.1"}
created2021-09-23 20:57:45
last_update2021-09-23 20:57:45
depth2
children0
last_payout2021-09-30 20:57:45
cashout_time1969-12-31 23:59:59
total_payout_value0.205 HBD
curator_payout_value0.204 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length95
author_reputation20,569,771,333,459
root_title"What is HAF ?"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd0
post_id106,513,772
net_rshares515,296,968,210
author_curate_reward""
vote details (2)
@vikthor ·
Thank you very much for this very interesting article and for how further describing everything within it in the minutest detail backed by great flowcharts as well! Keep up the good work, as usual! :)
👍  
properties (23)
authorvikthor
permlinkqzyk6f
categoryhive-139531
json_metadata{"app":"hiveblog/0.1"}
created2021-09-24 21:39:54
last_update2021-09-24 21:39:54
depth1
children0
last_payout2021-10-01 21:39:54
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length200
author_reputation33,506,571,076,887
root_title"What is HAF ?"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id106,538,260
net_rshares9,771,363,678
author_curate_reward""
vote details (1)
@vimukthi ·
Found this through @taskmaster4450 This is exactly what we need to make HIVE attractive to DAPP developers. Ethereum has gained so much attention simply beccause there is a great deal of DAPPs utilizing the blockchain. We need to do the same for HIVE. Currently @splinterlands is doing 99% of the user onboarding and we are likely to exceed our best times (had during STEEM days) with only 1 DAPP. 
👍  
properties (23)
authorvimukthi
permlinkre-mickiewicz-2021925t162641454z
categoryhive-139531
json_metadata{"tags":["hive-139531","hive","haf","dev","programming","daps"],"app":"ecency/3.0.19-vision","format":"markdown+html"}
created2021-09-25 10:56:42
last_update2021-09-25 10:56:42
depth1
children0
last_payout2021-10-02 10:56:42
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length398
author_reputation494,912,377,986,329
root_title"What is HAF ?"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id106,548,967
net_rshares9,384,245,813
author_curate_reward""
vote details (1)
@woelfchen ·
hey :) how is the progress ?

will this be an alternative to HiveSQL?
properties (22)
authorwoelfchen
permlinkre-mickiewicz-rnuwmk
categoryhive-139531
json_metadata{"tags":["hive-139531"],"app":"peakd/2022.12.1"}
created2023-01-02 11:44:54
last_update2023-01-02 11:44:54
depth1
children0
last_payout2023-01-09 11:44:54
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length69
author_reputation233,459,938,341,072
root_title"What is HAF ?"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id119,554,351
net_rshares0
@wongi ·
Quite informative.

Thanks for the heads-up. 
👍  
properties (23)
authorwongi
permlinkre-mickiewicz-qzwazn
categoryhive-139531
json_metadata{"tags":["hive-139531"],"app":"peakd/2021.09.1"}
created2021-09-23 16:26:15
last_update2021-09-23 16:26:15
depth1
children0
last_payout2021-09-30 16:26:15
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length45
author_reputation216,755,439,058,003
root_title"What is HAF ?"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id106,508,428
net_rshares11,364,009,466
author_curate_reward""
vote details (1)