Persisting 100k messages per second on single server in real-time

Beside regular problem of Big Data analysis there is one more complex subtle task - persisting highly intensive data stream in a real-time. Image a scenario when your application cluster generates 100k business transactions per second, each one should be properly processed and written to data storage for further analysis…

How to run Docker

This approach is deprecated as for now you can download and install docker from official site https://docs.docker.com/install/ There is conventional wisdom that Docker is pretty much diversed and sophisticated tool, but recently there were gorgeous updates which make it much simpler and convenient to use. So…