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

Other posts that might interest you

loading

Are there guns in the picture? How video surveillance helps

There have been many cases in which armed criminals have wounded or killed others, sometimes with no known motive, or as a result of personal grievances. Sadly, recent years have…

October 15, 2025 Eagle Eye Networks

Surveillance 101: Remote video monitoring explained

You've probably seen movies where government agencies, shadowy masterminds, or company security teams have instant access to surveillance cameras from around the world and can zoom in on any subject…

September 30, 2025 Timothy Lord

How surveillance video can squash swatting attacks

Imagine this. You're a police officer, and you've just been dispatched to a college campus because a 911 caller has reported several people carrying military-style rifles on campus, and said…

September 25, 2025 Timothy Lord