copying events from an embedded server to a full server

Hi,

I’m in a situation where I’m writing an application that must operate whilst it is disconnected from the internet. I’m using EventStore as both the embedded database for the client and the database on the server. What is the best way of
adding events captured on the client back to the server? I could write an API to just upload the raw data and read the stream on the client, but wondered whether there was anything built-in?

Cheers

Sean.

just read fromAll and push what you want the way you want to.