Go to file
Nobuteru Nishida cb09a50d01 markdown_text_bug_fix
Change-Id: I3411b39656535c2ef001fa4c189f800df62dbef1
2014-08-21 13:45:35 +09:00
2014-07-09 11:11:35 +09:00
2014-08-21 13:45:35 +09:00
2014-07-09 11:11:35 +09:00
2014-07-10 11:00:43 +09:00
2014-07-14 10:20:24 +09:00
2014-07-09 11:11:35 +09:00
2014-07-08 16:50:25 +09:00
2014-07-09 11:11:35 +09:00
2014-07-09 11:15:04 +09:00
2014-08-21 10:58:04 +09:00
2014-07-09 11:11:35 +09:00
2014-07-09 11:11:35 +09:00
2014-07-09 11:11:35 +09:00

RACK(Real Application Centric Kernel) README =====================

RACK provides the ability that can control OpenStack as program resource with an application. From an application, the VM instance looks like the Linux process through the RACK, so you can use "Exec", "Fork", "Kill" commands against the processes(actually VMs). It enables you to implement a large scale distributed system in a variety of programming languages on OpenStack.

You can use RACK in many cases. Followings are some examples.

  • You can implement a new architecture application. For example, you can build an application that calculates the necessary amount of computing resource(i.e. instance) depending on the data to process and launches additional instances dynamically. Then, the data will be processed very quickly since these instances work in parallel. This new architecture application is suitable for processing a large amount of data.
  • You can integrate existing system such as batch system with Hadoop and Web application using RACK. For example, RACK enables you to deploy Hadoop cluster easily and add autoscale function to your Web applications.

To learn about RACK in detail, read this page on the wiki:

https://wiki.openstack.org/wiki/RACK

Description
RETIRED, Provides the ability that can control OpenStack as program resource with an application. It enables you to implement a large scale distributed system in a variety of programming languages on OpenStack.
Readme 1.6 MiB