Memcached as a Service for CloudFoundry

28
Memcached as a Service NTT Communications UEMURA Yuichi @u1 OZAWA Tsuyoshi @oza_x86 12123日月曜日

description

The description of Memcached as a Service.

Transcript of Memcached as a Service for CloudFoundry

Page 1: Memcached as a Service for CloudFoundry

Memcachedas aService

NTT CommunicationsUEMURA Yuichi

@u1

OZAWA Tsuyoshi@oza_x86

12年1月23日月曜日

Page 2: Memcached as a Service for CloudFoundry

What isCloud Foundry?

12年1月23日月曜日

Page 3: Memcached as a Service for CloudFoundry

http://cloudfoundry.org/12年1月23日月曜日

Page 5: Memcached as a Service for CloudFoundry

What is the strength of “OSS-based PaaS”?

12年1月23日月曜日

Page 6: Memcached as a Service for CloudFoundry

There are several build-in OSS “as a Service”!

12年1月23日月曜日

Page 7: Memcached as a Service for CloudFoundry

What are built-in “as a Services”?

12年1月23日月曜日

Page 10: Memcached as a Service for CloudFoundry

NoSQL DBs as a Service!

12年1月23日月曜日

Page 11: Memcached as a Service for CloudFoundry

However,

12年1月23日月曜日

Page 12: Memcached as a Service for CloudFoundry

There is a missing service...

12年1月23日月曜日

Page 13: Memcached as a Service for CloudFoundry

That is :

12年1月23日月曜日

Page 15: Memcached as a Service for CloudFoundry

What is memcached?

• “Free & open source, high-performance, distributed memory object caching system”quoted from http://memcached.org

• Very, very widely used component!

12年1月23日月曜日

Page 16: Memcached as a Service for CloudFoundry

Problem

• No Memcached support in Cloud Foundry

• The other PaaSes provide memcached-like caching service as a Service

12年1月23日月曜日

Page 17: Memcached as a Service for CloudFoundry

IF CF supports Memcached as a Service,

PaaS users can use

12年1月23日月曜日

Page 18: Memcached as a Service for CloudFoundry

Therefore,

12年1月23日月曜日

Page 19: Memcached as a Service for CloudFoundry

We(NTT Com) implemented

Memcached as a Service!

12年1月23日月曜日

Page 21: Memcached as a Service for CloudFoundry

Current implementation

• Based on Redis as a Service

• About 1400 LOC including tests

• Supports:

• Basic resource restriction

• Multiple instances

• can be used from CF apps

12年1月23日月曜日

Page 22: Memcached as a Service for CloudFoundry

Sample Code

https://gist.github.com/1547175

Simple count up app

12年1月23日月曜日

Page 23: Memcached as a Service for CloudFoundry

Demo12年1月23日月曜日

Page 24: Memcached as a Service for CloudFoundry

Current Situation

• Sent Pull request

• https://github.com/cloudfoundry/vcap-services/pull/15

• Some users approved our patch

• However...

12年1月23日月曜日

Page 25: Memcached as a Service for CloudFoundry

No response from CloudFoundry

teams... orz

12年1月23日月曜日

Page 26: Memcached as a Service for CloudFoundry

ToDo

• SASL supports

• Configurable parameters in more detail

12年1月23日月曜日

Page 27: Memcached as a Service for CloudFoundry

Summary

• NTTCom implemented MaaS(Memcached as a Service)

• It can be used from CF apps

• There are several ToDo, but pending because no response from CF DEV teams.

12年1月23日月曜日