Eagle Eye Networks

Eagle Eye Infrastructure

February 2, 2017 Eagle Eye Networks

Infrastructure

Our infrastructure includes three tiers. We have a backend, a middleware, and a frontend tier. The backend relates to our on premise edge appliance called the Bridge. The Bridge can be thought of as a DVR, but more appropriately, it is a video buffer appliance that is responsible for pushing video up to the cloud. We also have a custom Database we call the Archiver. Both applications are written in C and revolve around event driven programming with heavy multi-threading. The middleware is primarily written in Python. This tier provides most of the API services that are exposed to the world (see our API Docs). To stay true to our event driven architecture, we use GEvent + Django.

We also have a few services written in Golang that provide middleware functionality. Our transcoding service is written in Golang. Most of the examples in our developer blog posts will be written in Python as it is more widely adopted and understood. However, we will be introducing a Golang developer blog post series to share insights in our experiences with Golang. We believe it is a powerful language for the Cloud and see it as an integral part of our future services.

Our frontend is a javascript application written on top of backbone. It uses all of our API endpoints to give our customers quality service. Any developer using our API can replicate anything we do in the frontend UI. There are no special endpoints that we use to “cheat” that are not exposed to the world.

infrastructure

Tags

Other posts that might interest you

loading

3 Reasons You Need to Upgrade to a Cloud Video Surveillance System

Historically, upgrading your video surveillance system required steep upfront payments and significant time for your IT team to complete the setup. With the cloud, updating your video surveillance becomes faster…

June 23, 2020 Eagle Eye Networks

Our Video API: Getting Previews

This blog post is an example of how you can use the Eagle Eye Networks Video API to embed the preview stream on another site. This is a common request from…

May 27, 2014 Hans Kahler

Improving Cybersecurity with Single Sign-On (SSO)

Single Sign-On (SSO) is a secure and easy way to streamline access management across multiple applications and websites. With SSO, users enter their login credentials once on a single page…

May 8, 2020 Eagle Eye Networks