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
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
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
I have an account with an existing server. Will I be able to create more servers if I upgrade to the PRO plan?