Unable to Sync Historical data in the new Streams API

Does the new Streams API have anything similar to sync_historical that was earlier in Syncs?

streams API don’t have now a way to sync historical data

Will it be introduced in the near future? It’s really essential for us. We’ve built most of our platform’s functionality relying on that and we’re launching in 20 days.

I don’t know the ETA for historical data, it may work differently than current streams API when it will be released

what type of historical data you need? for addresses, transfers, events?

We need data for events

Also, Syncs tab stopped showing anything a few days ago. Do you know anything about this?

it could be something specific to that server

you have that historical data in a server now? if yes then you could export it and use real time data from streams API

Also, I don’t see the Servers tab on the sidebar after I logged in from a different address to test

we disabled the possibility to create servers in an account that doesn’t have any servers

What does that mean?

How does it work now? Where will the data be stored?

if you self host then the data will be stored in the database that you use for your self hosted server

What does that mean? How can I create a server now?

if your account doesn’t have any servers then you can not create a server now in that account

We have all our logic in cloud functions. How to make use of that now?

cloud code will work similar with a self hosted parse server, parse server is what a moralis server uses

I have access to a company account with an ā€œoldā€ moralis server (discontinued and not visible for new accounts) up and running, in there I can use e.g. the sync event function which is very cool.

Once I setup my moralis server self hosted, can I use that too (in a new moralis account)? Basically my self hosted server will be linked in the moralis account (admin.moralis.com) and I’ll have all functionalities I see in an ā€œoldā€ moralis server, such as te event syncing feature? I really need this for a new project and I need to create a new moralis account and of course as it’s new it doesn’t allow to create a moralis server the ā€œoldā€ way, thus I was asking. Sorry if the questions are a bit repetitive, but from the information I’ve digged it’s not clear this use case for people who want to use the old server with old features on a new self hosted server… Thanks, appreciating your asnwers.

you will not be linking the self hosted server with your moralis account, it will work similar but not identical

you can use it with event syncs (by integrating streams API), one thing is that streams API doesn’t work now with historical sync, only for real time sync

we are working now on a tutorial for self hosted servers that uses parse server and streams API for event syncs

1 Like

cool stuff, thx mate, i think i’ll install moralis server this weekend and see what can be done with it for now. Then probasbly I’ll bomb you with more questions :wink:

I have an account with an existing server. Will I be able to create more servers if I upgrade to the PRO plan?