Tag Archives: NoSQL

A NoSQL (originally referring to “non SQL”, “non relational” or “not only SQL”) database provides a mechanism for storage and retrieval of data which is modeled in means other than the tabular relations used in relational databases. … NoSQL databases are increasingly used in big data and real-time web applications.

Real-Time Management of Millions of devices with Redis caching

For one of our projects we needed to receive, store and display to a UI a large amount of data in realtime. This data is generated by devices located around the world and represented network activity, device location and some other information. Performance was a key key metric for the project. End user should be able to track any device in as close to real time as possible,

Case: Displaying massive number of objects on Google Maps

We continue set of articles about interesting technology areas and solutions we have implemented or encountered in our projects. This article briefly describes our experience in development interesting component for multiple markers/objects on google maps in web application. Our solution For one of our projects we required to show more than 20,000 elements at the… Read More »