create account

Introducing the Acela Core - Upgrading Existing Web2 Apps into True Web3 Dapps by threespeak

View this thread on: hive.blogpeakd.comecency.com
· @threespeak ·
$107.04
Introducing the Acela Core - Upgrading Existing Web2 Apps into True Web3 Dapps
# Introducing the Acela Core - Upgrading Existing Web2 Apps into True Web3 Dapps

<center>
    
![3speakcovereditacelacore.png](https://files.peakd.com/file/peakd-hive/eddiespino/23vsWvGpC4kX7inUsuuKMC2PAsYa4gybMmaVpXH9y1MxhFR7FdqYq6yvpPPBnEf7hoZFQ.png)

</center>

<div class="text-justify">
    
**Hello, Community!**

Welcome to another 3Speak update! In this post will talk about **Acela Core**, the new video platform backend we are developing for 3Speak.tv and SPK Network apps. As we develop this backend, it will play a critical role in bridging the gap between web2 like platforms and web3 land. We intend for this blog post to be a rough overview as each topic mentioned can be expanded out to dozens of individual posts. Over time we will gradually release more updates and information about what this new backend would entail.
    
Think of it similar to a layered cake. At the very bottom, the first layer of the cake is HIVE and other web3 tech. Then, one level up is a barrage of indexers to make the base layer data useful (SPK Network union indexer is a perfect example). Then, finally, the icing on the cake, the Acela Core, will go the remaining extra mile to provide platforms will a high end web3 experience without needing to write a ton of backend code.
   
**Creating a platform is hard, you need:**

- **Account management (authentication)**

The authentication side of the backend combines various authentication and identity systems such as HIVE keychain, metamask, SSO, and more into a single unified backend. This doesn't just apply to 3Speak, but other apps as well wanting to utilize this backend. A portion of this is simply linking your HIVE account to a username/password login and using that as the primary logins means. But also being able to create a HIVE account without needing to know about HIVE at all (web2 like experience). On the more complicated side of the spectrum is HIVE proxy accounts. With this, we can bridge operations from non HIVE accounts onto chain via a set of dedicated proxy accounts maintained by 3Speak or others. While this is a later step in the development process, we are actively looking at building it into the backend.

The authentication backend would have a simple set of APIs for handling login, posting, voting, account creation, etc. All can be easily accessed via regular HTTP calls with proper authentication token created during the login process.

- **Storage layer**

Large scale projects involving thousands of files and hundreds of TBs of data tend to require a dedicated service for handling data storage, management of data storage and integrations with other services. To begin with, storage on IPFS isn't easy. You can't just put a file on IPFS and expect everything to work 100% of the time. Thus, we are building a dedicated service to handle uploads, communication with a dedicated IPFS-cluster to manage part of the IPFS storage and a other misc functions. Additionally this storage management service would handle SPK Network POA (Proof of Access) integration at a later date once available.


- **Indexing**
    
By default in HIVE, there are only a handful of indexing systems available. Many of which are focused around providing their own forms of social indexing, and all of them do not have support for offchain posting. You can't just execute an API call on any random normal HIVE node and to do a massive complex query. That is why we are building the SPK Network's union indexer to turn HIVE on chain data and most importantly offchain data into a web2 like database. By indexing all this data we can do things like full text search. And we can even do advanced recommendations to improve the trending or user feed. We can mix both on and off chain content into the same feed. As time goes on we will publish more detailed blogs on such topics. 
    
https://github.com/spknetwork/union-indexer-node

- **Write capabilities**

Currently most write operations such as posting a video, commenting, voting and more are done by first granting posting authority to @threespeak then using an API to interact in a web2 like fashion. The API translates incoming requests into on chain actions on the behalf of the user. This gives us lots of flexibility to do things like scheduled posts, login via email/password etc. We will be keeping this largely the same in the new backend, but modernized to significantly usability and overall quality of the backend. Additionally, HIVE proxy accounts will come into play where instead of posting directly to an account on a 1:1 basis, we can directly post onto a shared proxy account for hundreds or even thousands of users. Utilizing the union indexer to differentiate between users.
    
We also acknowledge login options exist such as HAS (Hive Authentication Service)/Hive Keychain are available where the user can directly sign for actions. We will be working that into the Acela Core where it fits/is necessary.


- **Video Encoding**

Generally speaking, all videos on the 3Speak site need to go through some form of encoding. Whether that reason is to create multiple resolutions of the same video or to reduce the size of the original video. It's widely considered necessary. The new backend will provide an interface to communicate with a dedicated SPK video encoder cluster for video encoding needs. That cluster is either operated by the a platform, or a remote 3rd party of users who form their own encoding clusters. The video encoding part of the backend is heavily tied into the auth, and most importantly storage. 

- **Health checks**

We will be creating a dedicated service for handling healthchecks of the backend. To start this covers mundane things like an API being down and notifying developers. But also more complicated tasks such as verifying integrity of all stored video content and post metadata. Healthcheck system status will be available on a webpage and through a discord bot for more frequent updates in the future. This will play a critical role during the development process and maturity phase of the backend. Even more so important for platforms that might not have any idea what is going on during the initial phases of setup. 

---

This is why we are developing the Acela Core for platforms like 3Speak and others to leverage without spending significant time developing a customized backend. It's also entirely open source and able to easily fork and build your own copy. Why build your own web3 infrastructure when the Hive and SPK Network community already provides it for free? Not only will these changes be important to the advancement of the [3Speak.tv](https://3speak.tv/) platform, but also the entire web3 content and video community.

### Ending notes

**If you'd like to know more about the Acela Core backend in depth and discuss your use case. Please reach out to us on our [Discord Server](https://discord.gg/NSFS2VGj83) or contact @vaultec directly at vaultec#0001 to get in touch**
    
Stay tuned for our upcoming witness blog post that should be available in coming days!

![image.png](https://files.peakd.com/file/peakd-hive/threespeak/23tHdQDJvtKweD8wKUTxrzhyd2Q7A7GhakcHC6Ffe8bJ6oicN1wXxVjDpDUqN1mdddCBs.png)
    
<center>*Right-click and open on a new tab to see in full details.*</center>

The above graphic is an in progress and incomplete representation of the new backend architecture.

**Legend for the above graphic:**

Green = Available/Meets MVP requirements
Yellow = In progress/partial
Gray = Not started/unknown/TBD

    

    
---
    
![color3speak.png](https://files.peakd.com/file/peakd-hive/threespeak/23tRvWvmwuE7SGkXfPhHY8GPxiwaVKnVtzAFwDjuXFM3gWtRS6dr2F4yK4vexmaUHERuK.png)
    
|||
|-|-|
|<center>[3Speak Linktree](https://linktr.ee/3speak)</center>|<center>[SPK Network Linktree](https://linktr.ee/spknetwork)</center>|

---

| | | | |
|-|-|-|-|
|[3Speak.tv](https://3speak.tv)| [Follow on Twitter](https://twitter.com/3speakonline) | [Follow on Hive](https://peakd.com/@threespeak) | [Join Telegram Group](https://t.me/threespeak) |
| [Follow 3Speak in Spanish](https://peakd.com/@threespeak-es/posts) | [Download Android App](https://appdistribution.firebase.dev/i/047cfb506633e639) | [Download iOS App](https://testflight.apple.com/join/0tipqwsZ) | [Download Desktop App](https://github.com/spknetwork/3Speak-app/releases)
| [Join 3Speak Discord](https://discord.gg/NSFS2VGj83) | [Setup Encoder Node](https://ecency.com/hive-181335/@sagarkothari88/retfajht) | [SPK Network Proposal](https://peakd.com/hive-112019/@spknetwork/spk-network-funding-proposal-rhnv7e) | [Vote 3Speak as Witness](https://hivesigner.com/sign/account-witness-vote?witness=threespeak&approve=1) |
    
</div>
πŸ‘  , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , and 722 others
πŸ‘Ž  ,
properties (23)
authorthreespeak
permlinkintroducing-the-acela-core-upgrading-existing-web2-apps-into-true-web3-dapps
categorythreespeak
json_metadata{"app":"peakd/2023.2.2","format":"markdown","author":"vaultec","tags":["threespeak","hive","spknetwork","3speak"],"users":["threespeak","vaultec","threespeak-es","sagarkothari88","spknetwork"],"image":["https://files.peakd.com/file/peakd-hive/eddiespino/23vsWvGpC4kX7inUsuuKMC2PAsYa4gybMmaVpXH9y1MxhFR7FdqYq6yvpPPBnEf7hoZFQ.png","https://files.peakd.com/file/peakd-hive/threespeak/23tHdQDJvtKweD8wKUTxrzhyd2Q7A7GhakcHC6Ffe8bJ6oicN1wXxVjDpDUqN1mdddCBs.png","https://files.peakd.com/file/peakd-hive/threespeak/23tRvWvmwuE7SGkXfPhHY8GPxiwaVKnVtzAFwDjuXFM3gWtRS6dr2F4yK4vexmaUHERuK.png"]}
created2023-02-17 22:38:03
last_update2023-02-17 22:38:03
depth0
children15
last_payout2023-02-24 22:38:03
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value107.039 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length8,704
author_reputation393,276,053,098,078
root_title"Introducing the Acela Core - Upgrading Existing Web2 Apps into True Web3 Dapps"
beneficiaries
0.
accounteddiespino
weight2,000
1.
accountvaultec
weight8,000
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id120,876,366
net_rshares348,782,975,805,243
author_curate_reward""
vote details (788)
@borislavzlatanov ·
Thanks for the update, guys. :) Following along with interest.
properties (22)
authorborislavzlatanov
permlinkre-threespeak-rq9rfc
categorythreespeak
json_metadata{"tags":["threespeak"],"app":"peakd/2023.2.2"}
created2023-02-18 09:23:36
last_update2023-02-18 09:23:36
depth1
children0
last_payout2023-02-25 09:23: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_length62
author_reputation23,524,553,018,532
root_title"Introducing the Acela Core - Upgrading Existing Web2 Apps into True Web3 Dapps"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id120,887,621
net_rshares0
@gattafabianorecz ·
πŸŽͺ
properties (22)
authorgattafabianorecz
permlinkre-threespeak-rqz6gp
categorythreespeak
json_metadata{"tags":["threespeak"],"app":"peakd/2023.2.3"}
created2023-03-04 02:48:12
last_update2023-03-04 02:48:12
depth1
children0
last_payout2023-03-11 02:48:12
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length1
author_reputation231,357,907,966
root_title"Introducing the Acela Core - Upgrading Existing Web2 Apps into True Web3 Dapps"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id121,314,146
net_rshares0
@hivebuzz ·
Congratulations @threespeak! 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/toppayoutday.png"></td><td>Post with the highest payout of the day.</td></tr>
</table>

<sub>_You can view your badges on [your board](https://hivebuzz.me/@threespeak) 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 our last posts:**
<table><tr><td><a href="/hive-139531/@hivebuzz/proposal-2324"><img src="https://images.hive.blog/64x128/https://i.imgur.com/RNIZ1N6.png"></a></td><td><a href="/hive-139531/@hivebuzz/proposal-2324">The Hive Gamification Proposal</a></td></tr></table>

###### Support the HiveBuzz project. [Vote](https://hivesigner.com/sign/update_proposal_votes?proposal_ids=%5B%22248%22%5D&approve=true) for [our proposal](https://peakd.com/me/proposals/248)!
properties (22)
authorhivebuzz
permlinknotify-threespeak-20230218t004252
categorythreespeak
json_metadata{"image":["http://hivebuzz.me/notify.t6.png"]}
created2023-02-18 00:42:51
last_update2023-02-18 00:42:51
depth1
children0
last_payout2023-02-25 00:42:51
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length1,054
author_reputation370,313,823,790,458
root_title"Introducing the Acela Core - Upgrading Existing Web2 Apps into True Web3 Dapps"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id120,879,305
net_rshares0
@iamagz ·
Hi, I selected your post to be included in **HiveMagz** (Hive Magazine) today, if you don't like this you can let me know, if you want to see the magazine that I made you can visit my post. Thank You
πŸ‘  
properties (23)
authoriamagz
permlinkrqafnm
categorythreespeak
json_metadata{"app":"hiveblog/0.1"}
created2023-02-18 18:07:03
last_update2023-02-18 18:07:03
depth1
children0
last_payout2023-02-25 18:07:03
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length199
author_reputation-4,331,289,088
root_title"Introducing the Acela Core - Upgrading Existing Web2 Apps into True Web3 Dapps"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id120,898,540
net_rshares28,224,240,747
author_curate_reward""
vote details (1)
@kistarry01 ·
Good development. I've had issues with how to upload a video using 3speak. I don't know if I can get help.
properties (22)
authorkistarry01
permlinkre-threespeak-rqaacb
categorythreespeak
json_metadata{"tags":["threespeak"],"app":"peakd/2023.2.2"}
created2023-02-18 16:12:12
last_update2023-02-18 16:12:12
depth1
children0
last_payout2023-02-25 16:12: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_length106
author_reputation191,934,586,519
root_title"Introducing the Acela Core - Upgrading Existing Web2 Apps into True Web3 Dapps"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id120,895,767
net_rshares0
@larryparra ·
Felicitaciones, que bueno que sigue creciendo, gracias por la informaciΓ³n y gracias por su trabajo
properties (22)
authorlarryparra
permlinkre-threespeak-2023218t113437770z
categorythreespeak
json_metadata{"tags":["threespeak","hive","spknetwork","3speak"],"app":"ecency/3.0.31-vision","format":"markdown+html"}
created2023-02-18 15:34:42
last_update2023-02-18 15:34:42
depth1
children0
last_payout2023-02-25 15:34:42
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length98
author_reputation3,196,540,316,211
root_title"Introducing the Acela Core - Upgrading Existing Web2 Apps into True Web3 Dapps"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id120,894,882
net_rshares0
@pizzabot ·
<center>πŸ• PIZZA !
 @threespeak! The Hive.Pizza team manually upvoted your post.

<sub>Please <a href="https://vote.hive.uno/@pizza.witness">vote for pizza.witness</a>!</sub></center>
properties (22)
authorpizzabot
permlinkre-introducing-the-acela-core-upgrading-existing-web2-apps-into-true-web3-dapps-20230217t224210z
categorythreespeak
json_metadata"{"app": "beem/0.24.19"}"
created2023-02-17 22:42:09
last_update2023-02-17 22:42:09
depth1
children0
last_payout2023-02-24 22:42: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_length182
author_reputation7,515,994,039,033
root_title"Introducing the Acela Core - Upgrading Existing Web2 Apps into True Web3 Dapps"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id120,876,468
net_rshares0
@poshthreads ·
https://leofinance.io/@manniman/re-taskmaster4450le-2d3kwm6ik
<sub> The rewards earned on this comment will go directly to the people ( @manniman ) sharing the post on LeoThreads.</sub>
properties (22)
authorposhthreads
permlinkre-threespeak-introducing-the-acela-core-upgrading-existing-web214988
categorythreespeak
json_metadata"{"app":"Poshtoken 0.0.2","payoutToUser":["manniman"]}"
created2023-02-18 21:07:15
last_update2023-02-18 21:07:15
depth1
children0
last_payout2023-02-25 21:07: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_length186
author_reputation415,471,585,053,248
root_title"Introducing the Acela Core - Upgrading Existing Web2 Apps into True Web3 Dapps"
beneficiaries
0.
accountreward.app
weight10,000
max_accepted_payout1,000,000.000 HBD
percent_hbd0
post_id120,903,258
net_rshares0
@poshtoken · (edited)
$6.91
https://twitter.com/27706436/status/1626716139391979522
https://twitter.com/1162783494910595072/status/1626722373800980482
https://twitter.com/838779653166891008/status/1626741617360093184
https://twitter.com/1066816561028182016/status/1626772797820116995
https://twitter.com/132280091/status/1626780632155140099
https://twitter.com/138566245/status/1627005283917606912
https://twitter.com/872915946385555456/status/1627042452887556097
https://twitter.com/1311218689924935680/status/1627096028020371461
https://twitter.com/123550126/status/1627110268105900033
https://twitter.com/1416687745074819073/status/1627205330248540160
https://twitter.com/3380382322/status/1627350568841641984
https://twitter.com/383048865/status/1627356560426172417
<sub> The rewards earned on this comment will go directly to the people( @seckorama, @threespeak, @depressedfuckup, @jomancub, @flquin, @fermionico, @muneeb487, @funtraveller, @hiro-hive, @bo022, @rubencress, @dynamicrypto ) sharing the post on Twitter as long as they are registered with @poshtoken. Sign up at https://hiveposh.com.</sub>
πŸ‘  ,
πŸ‘Ž  
properties (23)
authorposhtoken
permlinkre-threespeak-introducing-the-acela-core-upgrading-existing-web21498839132
categorythreespeak
json_metadata"{"app":"Poshtoken 0.0.1","payoutToUser":["seckorama","threespeak","depressedfuckup","jomancub","flquin","fermionico","muneeb487","funtraveller","hiro-hive","bo022","rubencress","dynamicrypto"]}"
created2023-02-17 22:54:33
last_update2023-02-19 17:18:45
depth1
children0
last_payout2023-02-24 22:54:33
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value6.906 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length1,082
author_reputation5,330,992,171,228,097
root_title"Introducing the Acela Core - Upgrading Existing Web2 Apps into True Web3 Dapps"
beneficiaries
0.
accountreward.app
weight10,000
max_accepted_payout1,000,000.000 HBD
percent_hbd0
post_id120,876,839
net_rshares22,471,261,446,365
author_curate_reward""
vote details (3)
@thespacebetween ·
$0.49
WOW! This is such an exciting update! It's amazing to see the development of Acela Core and how it will bridge the gap between web2 and web3 platforms. The layered cake analogy is perfect, and it's great to see the thought and effort put into the authentication, storage, and indexing layers. The fact that the authentication backend will combine various authentication and identity systems into a single unified backend is impressive, and the storage layer's dedicated service for handling uploads and communication with IPFS-cluster is exactly what large scale projects need. Indexing is also critical, and the SPK Network's union indexer will be a game-changer, allowing for full text search and advanced recommendations to improve trending and user feed. I can't wait to see more detailed blogs on these topics as the development process continues!
πŸ‘  
properties (23)
authorthespacebetween
permlinkrqby55
categorythreespeak
json_metadata{"app":"hiveblog/0.1"}
created2023-02-19 13:44:00
last_update2023-02-19 13:44:00
depth1
children0
last_payout2023-02-26 13:44:00
cashout_time1969-12-31 23:59:59
total_payout_value0.244 HBD
curator_payout_value0.244 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length852
author_reputation12,094,064,434,903
root_title"Introducing the Acela Core - Upgrading Existing Web2 Apps into True Web3 Dapps"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id120,921,406
net_rshares799,978,467,184
author_curate_reward""
vote details (1)
@unklebonehead ·
This all looks very interesting & exciting. But you all know I'm not a coder but I know enough to get me into trouble. But with my tin foil hat getting a whole lot more fancy and bigger lately I look at that fancy diagram and all I can think of is the presnetation of a multitude of attack vectors and points of failure in a very tightly dependent system. 

You are going to need a much bigger developement team and a lot of ongoing maintainers.

And money. 

I do hope you guys can pull it off and make it work. Thats one hell of an undertaking.
πŸ‘  
properties (23)
authorunklebonehead
permlinkre-threespeak-rqghfc
categorythreespeak
json_metadata{"tags":["threespeak"],"app":"peakd/2023.2.2"}
created2023-02-22 00:30:57
last_update2023-02-22 00:30:57
depth1
children2
last_payout2023-03-01 00:30: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_length546
author_reputation76,998,075,243,136
root_title"Introducing the Acela Core - Upgrading Existing Web2 Apps into True Web3 Dapps"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id121,001,520
net_rshares28,675,839,636
author_curate_reward""
vote details (1)
@vaultec ·
I wouldn't consider it all to be incredibly tied in a way that'll fail. The bulk of the work being done by this piece of software is separated out to numerous micro services. For example union indexer, encoder, ipfs-cluster, etc. Just the difference is we have a core backend that hooks all this stuff together compact and easy to run way.

On more sensitive topics like account creation/authentication, We (me) are looking at building a decentralized multisig to handle account creation and other ways to further decentralize/derisk our account creation proxy. Especially for proxy accounts where you can "select" a provider to be the account you ultimately post on chain... Of course, I am talking about further into a future. One step at a time right? 
πŸ‘  
properties (23)
authorvaultec
permlinkre-unklebonehead-rqqzqe
categorythreespeak
json_metadata{"tags":["threespeak"],"app":"peakd/2023.2.2"}
created2023-02-27 16:42:15
last_update2023-02-27 16:42:15
depth2
children1
last_payout2023-03-06 16:42: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_length755
author_reputation46,918,383,593,974
root_title"Introducing the Acela Core - Upgrading Existing Web2 Apps into True Web3 Dapps"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id121,173,340
net_rshares25,730,355,077
author_curate_reward""
vote details (1)
@unklebonehead ·
Baby steps are awesome as long as it isnt into a mud pit. LOL!
πŸ‘  
properties (23)
authorunklebonehead
permlinkre-vaultec-2023227t13045338z
categorythreespeak
json_metadata{"tags":["threespeak"],"app":"ecency/3.0.31-vision","format":"markdown+html"}
created2023-02-27 18:00:45
last_update2023-02-27 18:00:45
depth3
children0
last_payout2023-03-06 18:00: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_length62
author_reputation76,998,075,243,136
root_title"Introducing the Acela Core - Upgrading Existing Web2 Apps into True Web3 Dapps"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id121,175,520
net_rshares31,941,911,221
author_curate_reward""
vote details (1)
@valued-customer ·
>"...we can even do advanced recommendations to improve the trending or user feed."

Susan?  Susan Wojcicki?  Is that you?  Long time no see!  I mean, it's been a whole day since you left Youtool.  Ahahahaha!  Just j/k.

I hope.

All in all this sounds like a serious plan to tackle the tasks ahead.  I bet you could just tack this plan right onto the BTC ordinals fever ongoing and put paid to that parcel.  

Thanks!
πŸ‘  
properties (23)
authorvalued-customer
permlinkre-threespeak-rq9656
categorythreespeak
json_metadata{"tags":["threespeak"],"app":"peakd/2023.2.2"}
created2023-02-18 01:42:27
last_update2023-02-18 01:42:27
depth1
children0
last_payout2023-02-25 01:42: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_length418
author_reputation356,410,285,219,594
root_title"Introducing the Acela Core - Upgrading Existing Web2 Apps into True Web3 Dapps"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id120,880,405
net_rshares28,602,921,414
author_curate_reward""
vote details (1)
@vinayj ·
Thanks  for sharing this .keep it up 
πŸ‘Ž  
properties (23)
authorvinayj
permlinkre-threespeak-2023219t154813566z
categorythreespeak
json_metadata{"tags":["threespeak","hive","spknetwork","3speak"],"app":"ecency/3.0.31-vision","format":"markdown+html"}
created2023-02-19 10:18:15
last_update2023-02-19 10:18:15
depth1
children0
last_payout2023-02-26 10:18: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_length37
author_reputation11,818,752,217,652
root_title"Introducing the Acela Core - Upgrading Existing Web2 Apps into True Web3 Dapps"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id120,917,248
net_rshares-6,739,191,381
author_curate_reward""
vote details (1)