Aria's Data Feed web service uses Server-Sent Events (SSEs) to feed data to your applications as efficiently as possible. There are two feed endpoints you can connect to: a Change feed, which comprises Create, Update, and Delete events; and a Load feed comprises Load events.
SSE is a W3C standard with off-the-shelf client implementations in many languages. SSE connections are authenticated using authentication tokens provided by the Aria Authentication Service.