Our History "Couples" gets over 4 million downloads. "Pairs" gets over 5 million user and 32 million matchings. Junya Ishibashi is elected CEO, succeeding Yu Akasaka, who retained chairman title. IAC/InterActiveCorp acquires eureka. 2014.06 2014.05 2013.10 2012.10 2011.09 2010.08 2008.11 "Pairs" gets over 1 million user and 3.3 million matchings. eureka launches communication app for couple, "Couples". eureka launches online-dating service "Pairs" in Taiwan. eureka launches online-dating service "Pairs" in Japan. eureka starts smartphone and Facebook app services. eureka starts blog marketing services. eureka is founded in Tokyo.
Brand image can be ruined easily – Once we lose user’s trust, service growth will be disrupted ▪ Cost – The more messages we process, the more people we need
– You write code. You commit it. Then what? – Your code doesn’t produce any benefit until you launch ▪ Service Quality – Dev : It’s not my code! Somebody caused it! ▪ Quick Feedback – We don’t know what happens until we launch new feature
master-branch – Same as Staging (When you merge stage-branch) ▪ No centralized build / deploy server – Use AWS Managed Service – No need to monitor Build / Deploy pipeline modules
Deploy – No environmental differences ( if you check-in stage branch,It`s shipped to staging environment) ▪ No centralized build/deploy server – Use AWS Managed Service
Blue Green – Modify launch-configuration and rotate EC2 ▪ Scheduled rotation – Running EC2 always be launched from clean AMI – Avoid to leave manual config modification ▪ Not Fully Automated – Need to apply by Dev – Pipelining between Packer-build result and Terraform configuration (AMI ID)
Build as Micro Service – Build on Cloud ▪ Deploy and Configuration Management – Why we need Continues Improvement – Continuous Delivery – Continuous Configuration Management