Yandex Cocaine
Written by Kay Ewbank   
Friday, 25 October 2013

Yandex, the leading search engine in Russia, has launched Cocaine, an open service that will let developers to design their own PaaS clouds.

The open-source platform as a service (PaaS) can be used to create custom cloud-hosting apps that are similar to Google App Engine or Heroku. It supports C++, Python and JavaScript, and the team is now working on adding support for Java and Racket.

 

cocainearch

The Cocaine documentation says that any library or service can be implemented as a service in Cocaine using a special API, and that services already implemented this way include a service for detecting a user's region or language, a service for accessing MongoDB storage, and a URL fetcher.

The main benefits of Cocaine, according to Yandex, start with the fact that language support is plugin-based, with many of the most common languages supported and additional languages to be added in the future. This ensures that users are not restricted to a particular language or framework, making it easy for anyone to use Cocaine.

Another advantage is that Cocaine has dynamic self-managing slave pools for each app, and that it scales your app automatically, depending on the required size. Cocaine can also automatically scale across your server cluster using automatic node discovery and smart peer-to-peer balancing.

The service includes data streaming and pipelining making it possible to create video-heavy apps. The technology behind Cocaine’s infrastructure virtualization and app isolation is Docker, a lightweight container that can run in almost any environment. Docker is gaining support across the open-source community, and is in use in Red Hat’s OpenShift PaaS.

On the Cocaine documentation, Yandex says that Docker is based on Linux Containers (LXC), and that:

“in contrast to full virtualization environments such as Xen and KVM, containers share a common kernel and cannot provide device emulation, but their use doesn't incur additional overhead and they start almost instantly. In addition to containerization, Docker provides tools for configuring networks and creating images of apps using a layered filesystem designed to minimize overhead on deployment and distribution of apps.”

The tool is available for download at GitHub.

More Information

Cocaine

Cocaine on GitHub

Docker

Related Articles

Google Provides Backend Services With App Engine

 

To be informed about new articles on I Programmer, install the I Programmer Toolbar, subscribe to the RSS feed, follow us on, Twitter, Facebook, Google+ or Linkedin,  or sign up for our weekly newsletter.

raspberry pi books

 

Comments




or email your comment to: comments@i-programmer.info

Banner


Conference Times Ahead
29/03/2024

Following a well-established pattern both Google's and Microsoft's Developer Conferences will take place in May while Apple follows on in June. Here are the dates plus what to expect.



Can C++ Be As Safe As Rust?
10/04/2024

Herb Sutter is a well known and respected C++ champion and he thinks that the language only needs a few tweaks to make it as safe as Rust. Can this be true?


More News

Last Updated ( Friday, 25 October 2013 )