Microsoft PowerPoint - shudo-NoSQL-data-model ppt

Size: px
Start display at page:

Download "Microsoft PowerPoint - shudo-NoSQL-data-model ppt"

Transcription

1 NoSQL 1

2 NoSQL, key-value store, documentoriented DB, graph DB, memcached, Bigtable, Dynamo, Amazon SimpleDB, Cassandra, Voldemort, Ringo, VPork, MongoDB, CouchDB, Tokyo Cabinet/Tokyo Tyrant, Flare, ROMA, kumofs, Kai, Redis, Hadoop HBase, Hypertable, PNUTS, Scalaris, Dynomite, ThruDB, Neo4j, IBM ObjectGrid, Oracle Coherence, Velocity, 2

3 NoSQL NoSQL is an umbrella term for a loosely defined class of non-relational data stores that break with a long history of relational databases and ACID guarantees. Data stores that fall under this term may not require fixed table schemas, and usually avoid join operations. The term was first popularised in early (Wikipedia ) RDB ACID ACID: DB atomicity/, consistency/, isolation/, durability/ 1970 CAP eventual consistency 3

4 / GREE: MySQL 12 /load average 2.0 Flare 6 /load average mixi: DB, 1 queries/sec, 1 Tokyo Tyrant/Tokyo Cabinet 2 IBM: RFP msec RDB ObjectGrid / / Google:, TB (2006 ) Bigtable Facebook: RDB memcached, 800, 28 TB (2008/12) Amazon: Dynamo: 4

5 NoSQL OSS memcached map (key-value) Amazon Dynamo Google Bigtable Amazon SimpleDB map (key-value) table table Windows Azure Table table 5

6 atomicity 1 key, 1 key-value (row, item, entity) key-value, key, availability atomic key-value 6

7 memcached in-memory key-value store: map queries/sec () set akey avalue get akey RDB, livedoor, mixi, Facebook, YouTube, Digg, Twitter, Wikipedia, Facebook: TB (2008/12) こういうアレ : amap.put(akey, avalue) value = amap.get(akey) 7

8 memcached: memcached consistent hashing / 8

9 Dynamo key-value store in-memory Berkeley DB, MySQL Amazon SOSP 07 Amazon, : : consistent hashing availability: always-on experience : eventual consistency vector clocks [Lamport1978] Service Level Agreements (SLA) SLA (e.g. ) : 500 req/s 99.9% 300 msec 9

10 Dynamo: ( ) 10

11 Bigtable table atomic :, not sparse, distributed, persistent multi-dimensional sorted map Google OSDI 06 Google File System, Chubby Google Google App Engine (PaaS) : Hadoop HBase, Hypertable : : URL, :,, Google Analytics, Earth, 11

12 Bigtable: row key com.cnn.www com.example.www 2009/12/ /12/ /12/3 contents: <html> <html> <html> <html> anchor:cnnsi.com anchor:my.look.ca anchor: CNN CNN.com Example.com C++ Figure 2 // Open the table Table *T = OpenOrDie( /bigtable/web/webtable ); // Write a new anchor and delete an old anchor RowMutation r1(t, com.cnn.www ); r1.set( anchor: CNN ); r1.delete( anchor: ); Operation op; Apply(&op, &r1); row key Megastore :,, row key, 12 atomic

13 Amazon SimpleDB table atomic :, not Amazon Web Services (AWS) :, REST SOAP over HTTP Dynamo / Amazon SimpleDB automatically indexes your data, creates georedundant replicas of the data to ensure high availability, and performs database tuning on customers behalf. Amazon SimpleDB also provides no-touch scaling. There is no need to anticipate and respond to changes in request load or database utilization; the service simply responds to traffic as it comes and goes 13

14 Amazon SimpleDB: API domain: /table item: /row attribute: /column item attribute void PutAttributes(domain, item, ) REST, SOAP GetAttributes(domain, item, attribute ) : select * from mydomain where Year > 1975 and Year < 2008 item SQL attribute atomic 14

15 Windows Azure Table table atomic :, not :,, Windows Azure Storage Windows AzureTable, Blob, Queue.NET API, LINQ REST : SQL Azure: RDB SQL Azure: SQL Server (RDB) Amazon RDS: MySQL 15

16 Windows Azure Table table entity: /row property: /column property PartitionKey partition RowKey partition entity ID Partition 1 PartitionKey RowKey Date Example Doc V /8/2 Example Doc V /9/28 Description Committed version Alice s version Partition 2 FAQ Doc FAQ Doc FAQ Doc V1.0 V1.0.1 V /5/2 2007/7/6 2007/8/1 Committed version Alice s version Sally s version 16

17 timestamp をキーとする map: Bigtable com.cnn.www com.example.www 2009/12/ /12/ /12/3 contents: anchor:cnnsi.com anchor:my.look.ca <html> <html> <html> <html> CNN com.cnn.www+contents:+2009/12/17 com.cnn.www+anchor:cnnsi.com+2009/ com.cnn.www+anchor:my.look.ca+2009/ <html> CNN CNN.com CNN.com Example.com anchor: com.example.www+contents:+2009/12/17 <html> com.example.www+contents:+2009/12/10 <html> com.example.www+contents:+2009/12/13 <html> Row key + column key + 17

18 : Azure Table Partition 1 Partition 2 PartitionKey RowKey Date Example Doc Example Doc FAQ Doc FAQ Doc FAQ Doc V1.0 V2.0.1 V1.0 V1.0.1 V /8/2 2007/9/ /5/2 2007/7/6 2007/8/1 Description Committed version Alice s version Committed version Alice s version Sally s version V1.0 Example Doc V2.0.1 Date Description Date Description 2007/8/2 Committed 2007/9/28 Alice s version 18

19 Amazon SimpleDB GetAttributes() item, select Windows Azure Table PartitionKey : Bigtable 19

20 RDB, NoSQL SQL 他それぞれ map relational data model Megastore library table (multi-dimensional sorted map) (sorted) records + indices (sorted) map (sorted) map 20

21 NoSQL NoSQL ( ) : message queue 21

22 22

スライド 1

スライド 1 丸山先生レクチャーシリーズ 2010 第 3 回 2010 年 4 月 22 日 ( 木 ) 楽天株式会社本社 key-value ストアの基礎知識 首藤一幸 1 内容 key-value ストア NoSQL データストア 特徴とその根源 さらなるスケーラビリティを デモ スライド 30 枚 2 key-value ストアとは キーと値の組を書き込み キーを指定することで値を読み出せるデータベース管理ソフトウェア

More information

…l…b…g…‘†[…N…v…“…O…›…~…fi…OfiÁŸ_

…l…b…g…‘†[…N…v…“…O…›…~…fi…OfiÁŸ_ 13 : Web : RDB (MySQL ) DB (memcached ) 1: MySQL ( ) 2: : /, 3: : Google, 1 / 23 testmysql.rb: mysql ruby testmem.rb: memcached ruby 2 / 23 ? Web / 3 ( ) Web s ( ) MySQL PostgreSQL SQLite MariaDB (MySQL

More information

IIJ Technical WEEK Cloudbusting Machine(CBM)

IIJ Technical WEEK Cloudbusting Machine(CBM) Cloudbusting Machine CBM IIJ Project Gryfon PaaS Cloudbusting Machine CBM Project Gryfon PaaS http://www.gryfon.iij-ii.co.jp/ Key-Value Store KVS C GQL PHP-C MySQL 5.0.77 Cassandra 0.7.2 MongoDB 1.8.2

More information

2013.10.22 Facebook twitter mixi GREE Facebook twitter mixi GREE Facebook Facebook Facebook SNS 201 1 8 Facebook Facebook Facebook Facebook 1,960 7 2012 400 Facebook SNS mixi Google Facebook Facebook

More information

Introduction

Introduction Introduction R&D More Than Web - - 3 R&D Vision Fusion Interaction Collaboration 3 6 Client Server Platform Client Server Platform Client Client Server Platform Server Client Server Platform Platform

More information

Agenda Scalability Availability CAP Theorem Scalability Availability Consistency BASE Transaction

Agenda Scalability Availability CAP Theorem Scalability Availability Consistency BASE Transaction Cloud --- Scalability Availability --- Agenda Scalability Availability CAP Theorem Scalability Availability Consistency BASE Transaction Scale-out Scale-out Availability Scalabilty Availability Scalability

More information

Spark と大規模データ処理 - NAISTビッグデータアナリティクス 第2回

Spark と大規模データ処理 - NAISTビッグデータアナリティクス 第2回 Spark NAIST 2 2015 10 16 Hadoop Spark Apache Spark 2 / 39 (three V) (Volume) 2011 1.8ZB 2020 35ZB 1ZB 1 = 10 21 B = 1, 000 EB = 1, 000, 000 PB = 1, 000, 000, 000 TB = 1, 000, 000, 000, 000 GB (Variety)

More information

Windows Azure Platformを活用したPaaSサービス:FGCP/A5

Windows Azure Platformを活用したPaaSサービス:FGCP/A5 Windows Azure Platform PaaS : PaaS Service Using Windows Azure Platform 門間 仁 あらまし 2010 7 FUJITSU Global Cloud Platform Powered by Windows Azure Azure Windows Azure Abstract Fujitsu is preparing to offer

More information

XML Consortium 2009/5/8 XML Consortium Enterprise2.0 アプリを支えるクラウド基盤としての Windows Azure XML コンソーシアム Web 2.0 部会 日立ソフト宮崎昭世 Microsoft MVP for Development Pl

XML Consortium 2009/5/8 XML Consortium Enterprise2.0 アプリを支えるクラウド基盤としての Windows Azure XML コンソーシアム Web 2.0 部会 日立ソフト宮崎昭世 Microsoft MVP for Development Pl Enterprise2.0 アプリを支えるクラウド基盤としての Windows Azure XML コンソーシアム Web 2.0 部会 日立ソフト宮崎昭世 Microsoft MVP for Development Platforms - ASP/ASP.NET Agenda クラウドとは Windows Azure とは Windows Azure 開発環境 Windows Azure の開発

More information

AWSSummitTokyo2018

AWSSummitTokyo2018 AWS Gunosy AWS Summit Tokyo 2018/06/01 自己紹介 - 米田 武 / Takeshi Yoneda / マスタケ - Github/Twitter: @mathetake - 2017/03/31: - MSc. in Mathematics at Osaka University - 2017/04/01~ - Machine learning engineer

More information

スピーカースライド作成前の確認シート例

スピーカースライド作成前の確認シート例 OSS & PaaS で今すぐ始めるデータ解析 Microsoft Azure と OSS OSS を今すぐデプロイできる Marketplace DevOps Clients Management Applications PaaS & DevOps App Frameworks & Tools Databases & Middleware Infrastructure Azure Open Source

More information

Microsoft PowerPoint - CloudBasic-6-cloudservices2.pptx

Microsoft PowerPoint - CloudBasic-6-cloudservices2.pptx クラウドシステム基礎 第 6 回 : クラウドサービスの 設計思想 (2) 国立情報学研究所石川冬樹 f-ishikawa@nii.ac.jp 2 今回の内容 スケーラビリティや可用性, 伸縮性のためのクラウドサービスにおける設計思想について, 引き続き議論する 3 目次 演習 : クラウドサービスの活用 補足 : 複製管理に関わる他のサービス例 4 演習 : データストアの機能制限 スケーラビリティ

More information

新たなる価値の創造:TwinCAT IoT & TwinCAT Analytics

新たなる価値の創造:TwinCAT IoT & TwinCAT Analytics TwinCAT IoT & TwinCAT Analytics IoT TwinCAT IoT TwinCAT Analytics : PC IoT TwinCAT IoT TwinCAT Analytics IoT 2 IoT TwinCAT IoT IoT + TwinCAT Analytics = 3 HMI IoT IT EtherCAT IT 4 TwinCAT PLC 5 IBM Watson

More information

_02-5.ppt

_02-5.ppt CONNECT EVERYTHING. ACHIEVE ANYTHING. Sonic XML Server 2005 3 14 Agenda 2 2005 Sonic Software Corporation Sonic Software Corporation 1998 1999 12 SonicMQ 2002 3 Sonic ESB ESB

More information

はじめに

はじめに IT 1 NPO (IPEC) 55.7 29.5 Web TOEIC Nice to meet you. How are you doing? 1 type (2002 5 )66 15 1 IT Java (IZUMA, Tsuyuki) James Robinson James James James Oh, YOU are Tsuyuki! Finally, huh? What's going

More information

3 4 SAP HANA 5 6 SAP HANA Xeon E7 v3 SAP HANA 6 8 OLTP OLAP 1 9 SAP S/4HANA SAP HANA Studio 13 14

3 4 SAP HANA 5 6 SAP HANA Xeon E7 v3 SAP HANA 6 8 OLTP OLAP 1 9 SAP S/4HANA SAP HANA Studio 13 14 SAP HANA SAP HANA SAP HANA SPS10 2015.07 3 4 SAP HANA 5 6 SAP HANA Xeon E7 v3 SAP HANA 6 8 OLTP OLAP 1 9 SAP S/4HANA 10 11 12 SAP HANA Studio 13 14 SAP Hasso Plattner SAP SAP HANA SAP HANASAP SAP HANA

More information

/ Apache Cassandra 3)4) Apache HBase 5) Yahoo Sherpa 6) sharded MySQL 7) (MySQL sharding ) MyCassandra 8) MyCassandra MyCassandra Cluster My- C

/ Apache Cassandra 3)4) Apache HBase 5) Yahoo Sherpa 6) sharded MySQL 7) (MySQL sharding ) MyCassandra 8) MyCassandra MyCassandra Cluster My- C Vol. 0 No. 0 1959 MyCassandra MyCassandra MyCassandra Cluster MyCassandra Cluster MyCassandra. Cassandra Cassandra 11.6% 6.53 A Cloud Storage Supporting both Read- Intensive and Write-Intensive Workloads

More information

Leveraging Cloud Computing to launch Python apps

Leveraging Cloud Computing to launch Python apps (Twitter: @KenTamagawa) v 1.1 - July 21st, 2011 (Ken Tamagawa) Twitter: @KenTamagawa 2011 8 6 Japan Innovation Leaders Summit IT IT AWS 90% AWS 90% アーキテクチャ設計 Intro }7 Intro 1 2 3 4 5 6 7 Intro 1 2 3 4

More information

s

s s073083 23 3 17 1 2 1.1.............................. 2 1.2.............................. 2 1.3.............................. 3 2 4 2.1........................... 4 2.2 Google App Engine........................

More information

CAC

CAC VOL.24NO.1 61 IMS Transaction 3270 DataBase Transaction OS/370 IMS Traditional Transaction Web Browser Transaction Internet WWW AP IIS APache WebLogic Websphere DataBase Oracle DB2 SQL Server Web Browser

More information

OISA DB OS () PAAS,HAAS,SAAS SEWeb API SaaS PaaS HaaS ISP pplicationervicerovider ASP SaaS SAS70) Web( ) ()AES Google API Eclipse Java Force.com(Salesforce) CRM() SaaS Google Amazon OS Windows Azure

More information

スライド 1

スライド 1 MongoDB を導入する前に検討した 7 つのこと OSSC セミナー @ 丸の内 株式会社野村総合研究所 OpenStandia 藤崎祥見 1 自己紹介 藤崎祥見 ( フジサキショウケン ) 研究室で Linux を使用したことをきっかけにオープンソースに興味を持ち Debian/Ubuntu のコミュニティで活動を始め Ubuntu 5.04 の翻訳に関わる 2008 年野村総合研究所 (NRI)

More information

Pro 16 ipad iphone Windows Mac Web App : 12,600 T1 1 1 * Starter Solution Excel PDF Web Web CSV, Excel, XML, ODBC ODBC / JDBC ** SQL REST API (JSON, c

Pro 16 ipad iphone Windows Mac Web App : 12,600 T1 1 1 * Starter Solution Excel PDF Web Web CSV, Excel, XML, ODBC ODBC / JDBC ** SQL REST API (JSON, c An Apple Subsidiary NPO Version 16 May 2017 Pro 16 ipad iphone Windows Mac Web App : 12,600 T1 1 1 * Starter Solution Excel PDF Web Web CSV, Excel, XML, ODBC ODBC / JDBC ** SQL REST API (JSON, curl ) Pro

More information

Hortonworks Kitase

Hortonworks Kitase Data Platform エキスパートに聞く クラウドで実現するビッグデータ活 本マイクロソフト株式会社 本アイ ビー エム株式会社 ホートンワークスジャパン株式会社 佐藤 直 平 毅 北瀬 公彦 Hortonworks 2 アジェンダ メジャーなクラウドにおけるビッグデータ アナリティクス関連サービスについて確認 Azure のビッグデータ アナリティクス関連サービスについて IBM のビッグデータ

More information

分散ストレージシステム (4) (5) (6) 書き込み 書き込み 読み出し 読み出し (2) コーディネータ 1 Fig. 1 Image of distributed storage system. 2 Fig. 2 Process flow of ( 1 ) ( 2 ) ( 3 )

分散ストレージシステム (4) (5) (6) 書き込み 書き込み 読み出し 読み出し (2) コーディネータ 1 Fig. 1 Image of distributed storage system. 2 Fig. 2 Process flow of ( 1 ) ( 2 ) ( 3 ) 1 1 1 1 1 key-value store Application of Load Balancing Mechanism with Considering Data Access Frequency to Daisuke Kawakami, 1 Toshihiro Matsui, 1 Shoichi Saito, 1 Tomoaki Tsumura 1 and Hiroshi Matsuo

More information

外部SQLソース入門

外部SQLソース入門 Introduction to External SQL Sources 外部 SQL ソース入門 3 ESS 3 ESS : 4 ESS : 4 5 ESS 5 Step 1:... 6 Step 2: DSN... 6 Step 3: FileMaker Pro... 6 Step 4: FileMaker Pro 1. 6 Step 5:... 6 Step 6: FileMaker Pro...

More information

122.pdf

122.pdf HironobuUtsugi hironobu-utsugi@exa-corp.co.jp RDB exa review XML HTML W3C(World Wide Web Consortium) XML(Extensible Markup Language) HTML RDB(Relational Database) XML XML DB RDB XML DB XML DB XML * 1 RDB

More information

FileMaker Cloud App FileMaker Pro FileMaker Go FileMaker WebDirect App FileMaker Cloud Amazon Web Services (AWS) Marketplace AWS FileMaker Server File

FileMaker Cloud App FileMaker Pro FileMaker Go FileMaker WebDirect App FileMaker Cloud Amazon Web Services (AWS) Marketplace AWS FileMaker Server File An Apple Subsidiary FileMaker Cloud Version 1.16 October 2017 FileMaker Cloud App FileMaker Pro FileMaker Go FileMaker WebDirect App FileMaker Cloud Amazon Web Services (AWS) Marketplace AWS FileMaker

More information

SAP のプラットフォームとして IBM Cloudを選択すべき理由徹底解説 :SAPをクラウドで活用する 3つのパターン 最善の選択肢は? ERP をクラウド化したいと考える場合 企業システムの中心を担うだけにその実現方法は慎重に検 討したい IBM が SAP システム向けに用意する 3 つのサ

SAP のプラットフォームとして IBM Cloudを選択すべき理由徹底解説 :SAPをクラウドで活用する 3つのパターン 最善の選択肢は? ERP をクラウド化したいと考える場合 企業システムの中心を担うだけにその実現方法は慎重に検 討したい IBM が SAP システム向けに用意する 3 つのサ SAP のプラットフォームとして IBM Cloudを選択すべき理由徹底解説 :SAPをクラウドで活用する 3つのパターン 最善の選択肢は? ERP をクラウド化したいと考える場合 企業システムの中心を担うだけにその実現方法は慎重に検 討したい IBM が SAP システム向けに用意する 3 つのサービスラインアップから ニーズに合わせた選 択肢を探る ERP ERP SAP IBM IBM 40

More information

雲の中のWebアプリケーション監視術!~いまなら間に合うクラウド時代の性能監視入門~

雲の中のWebアプリケーション監視術!~いまなら間に合うクラウド時代の性能監視入門~ Oracle Direct Seminar Web Oracle Direct Concierge SQL Server MySQL PostgreSQL Access Oracle Database Oracle Developer/2000 Web Oracle Database Oracle Database http://www.oracle.com/lang/jp/direct/services.html

More information

Microsoft Word - SNSで繋がる人間関係.doc

Microsoft Word - SNSで繋がる人間関係.doc SNS SNS ID SNS ixi Twitter Facebook SNS SNS SNS SNS SNS SNS Mixi Mixi Mixi SNS SNS SNS Mixi 2009 9 30 1,792 SNS 52.2% 47.8% 20 24 33.8% 25 29 28.4% 30 34 17.6% Wikipedia SNS Mixi Mixi SNS Mixi SNS Twitter

More information

1 5 1) 2 5 Web CMS 3. CMS CMS CMS ( 1 ) ( 2 ) ( 3 ) CMS IT CMS CMS CMS CMS Web Web Web CMS TIFF JPEG MB GB

1 5 1) 2 5 Web CMS 3. CMS CMS CMS ( 1 ) ( 2 ) ( 3 ) CMS IT CMS CMS CMS CMS Web Web Web CMS TIFF JPEG MB GB CMS 1 1 1 1 1 ( ) CMS Digital Archives CMS for Sharing Community Records and Civil Memories Takaya DEGUCHI, 1 Hiroshige NAKAHARA, 1 Masaki TAKAHASHI, 1 Taku OKUNO 1 and Toshio KAWASHIMA 1 The project of

More information

1,.,,,., RDBM, SQL. OSS,, SQL,,.

1,.,,,., RDBM, SQL. OSS,, SQL,,. 1,.,,,., RDBM, SQL. OSS,, SQL,,. 3 10 10 OSS RDBMS SQL 11 10.1 OSS RDBMS............................ 11 10.1.1 PostgreSQL................................. 11 10.1.2 MySQL...................................

More information

IT IBM Corporation

IT IBM Corporation 2009/9/25 ATC. 1 2009 IBM Corporation 1. 1. 2. 3. IT 2 2009 IBM Corporation 2006 8 9 (?) Google CEO, Eric Schmidt @ Search Engine Strategies Conference (*) emergent () 10 Network ComputerAjax LAMP (Linux

More information

untitled

untitled IBM i 2010 BAO DB2 Web Query Power Systems 2010 IBM Corporation 1. DB2 Web Query DB2 Web Query 2. BAO BAO Business Analytics & Optimization IBM i BAO 3. DB2 Web Query DB2 Web Query 2 2010 IBM Corporation

More information

PowerRDBconnector説明書(SQLServer編)

PowerRDBconnector説明書(SQLServer編) COBOL COBOL SQL COBOL COBOL COBOL OPEN REWRITE REWRITE SQL Server SQL Server PowerRDBconnector or NetCOBOL C C COBOL C C NetCOBOL [] NetCOBOL [] NetCOBOL SQL Server SQL Server NetCOBOL []

More information

IPSJ SIG Technical Report Vol.2011-ARC-195 No.23 Vol.2011-OS-117 No /4/14 1. Cassandra CMS CMS 100 PC Cassandra Cassandra CMS Design of S

IPSJ SIG Technical Report Vol.2011-ARC-195 No.23 Vol.2011-OS-117 No /4/14 1. Cassandra CMS CMS 100 PC Cassandra Cassandra CMS Design of S 1. CMS 1 2 3 CMS 100 PC CMS Design of Scalable CMS using Shoshi TAMAKI, 1 Yu TANINARI 2 and Shinji KONO 3 To develop scalable CMS, We built scalability verification environment with 100 PC Clusters to

More information

IT 2

IT 2 Knowledge-Works, Inc. Tokyo UML Caché IT 2 UML Caché Caché vocabulary UML Unified Modeling Language) UML UML / UML but UML UML UML DBMS / 2003 InternSystems DevCon Transformation Transformation on

More information

PowerPoint -O80_REP.PDF

PowerPoint -O80_REP.PDF Oracle8 Core Technology Seminar 1997109,31 Oracle8 OS: UNIX Oracle8 : Release8.0.3 Oracle8 Quick Start Package Lesson 5 -- Enhancements to Distributed Facilities Oracle8 -- - Oracle8 LOB Oracle8 -- - Updates

More information

Oracle XML DB によるスケーラビリティおよびパフォーマンス検証 - MML v.3.0

Oracle XML DB によるスケーラビリティおよびパフォーマンス検証 - MML v.3.0 Oracle XML DB MML v3.0 2004 5 27 1 Memo 1 Agenda XML MML v3.0 2 Oracle XML Oracle XML DB XML API Oracle XML DB W3C XML Schema 1.0 XPath 1.0 XSLT 1.0 Oracle W3C XML Schema Oracle 2 XML Oracle XML Developer

More information

yamamoto_hadoop.pptx

yamamoto_hadoop.pptx Hadoop Streaming 2011/2/16 H22 ? SaaS (So5ware as a Service) (,etc.) PaaS (Pla?orm as a Service) (Google App Engine,, Mixi Appli etc.) IaaS (Infrastructure as a Service) (Amazon EC2) VMWare ESX, Hyper-

More information

JTS Google App Engine S119325

JTS Google App Engine S119325 JTS Google App Engine S119325 1 3 1.1.............................. 3 1.2.............................. 3 1.3.............................. 4 2 Google App Engine 5 2.1 Google App Engine.....................

More information

untitled

untitled Ehcache -1- 1. Ehcache CPU I/O CPU CPU Ehcache O/R Hibernate Spring Java Apache Ehcache Ehcache -2- 2. Ehcache URI gzip Ehcache RMI get put A1 A2 A1 A2-3- 1 Ehcache REST SOAP 2 API API Ehcache get put

More information

Oracle Real Application Clusters 10g Release 2: Microsoft SQL Server 2005との技術的比較

Oracle Real Application Clusters 10g Release 2: Microsoft SQL Server 2005との技術的比較 Oracle Real Application Clusters 10g Release 2: Microsoft SQL Server 2005 2005 9 Oracle Real Application Clusters 10g Release 2: Microsoft SQL Server 2005... 3 ORACLE REAL APPLICATION CLUSTERS... 4 SQLSERVER

More information

Elastic stack Jun Ohtani 1

Elastic stack Jun Ohtani 1 Elastic stack Jun Ohtani 2017/12/06 @johtani 1 about Me, Jun Ohtani / Technical Advocate lucene-gosen ElasticSearch Server http://blog.johtani.info Elasticsearch, founded in 2012 Products: Elasticsearch,

More information

tkk0408nari

tkk0408nari SQLStatement Class Sql Database SQL Structured Query Language( ) ISO JIS http://www.techscore.com/tech/sql/02_02.html Database sql Perl Java SQL ( ) create table tu_data ( id integer not null, -- id aid

More information

自己紹介 伊藤雅博 ( いとうまさひろ ) 所属 : 日立製作所 OSS ソリューションセンタ 業務 : Hadoop/Spark を中心としたビッグデータ関連 OSS の導入支援や検証 テクニカルサポート Think IT の連載記事 : ユースケースで徹底検証! Spark のビッグデータ処理機

自己紹介 伊藤雅博 ( いとうまさひろ ) 所属 : 日立製作所 OSS ソリューションセンタ 業務 : Hadoop/Spark を中心としたビッグデータ関連 OSS の導入支援や検証 テクニカルサポート Think IT の連載記事 : ユースケースで徹底検証! Spark のビッグデータ処理機 NoSQL って結局どうなの? ~ HBase を例に検証してみました ~ 2017 年 3 月 10 日 日立製作所 OSS ソリューションセンタ 伊藤雅博 自己紹介 伊藤雅博 ( いとうまさひろ ) 所属 : 日立製作所 OSS ソリューションセンタ 業務 : Hadoop/Spark を中心としたビッグデータ関連 OSS の導入支援や検証 テクニカルサポート Think IT の連載記事 :

More information

情報の構造とデータ処理

情報の構造とデータ処理 mizutani@ic.daito.ac.jp 2014 SQL information system input process output (information) (symbols) (information structure) (data) 201411 ton/kg m/feet km 2 /m 2 (data structure) (integer) (real) (boolean)

More information

untitled

untitled Oracle Direct Seminar !?Oracle Database 11g Agenda Oracle Database Enterprise Manager Oracle Direct Concierge SQL Server MySQL PostgreSQL Access Oracle Database Oracle Developer/2000

More information

Microsoft Azure Microsoft Corporation Global Blackbelt Sales Japan OSS TSP Rio Fujita

Microsoft Azure Microsoft Corporation Global Blackbelt Sales Japan OSS TSP Rio Fujita Microsoft Azure Microsoft Corporation Global Blackbelt Sales Japan OSS TSP Rio Fujita Agenda Microsoft Azure Microsoft Azure Microsoft OSS 2 Microsoft Azure Promotion 3 https://azure.microsoft.com/ja-jp/free/

More information

クラウド時代のインフラ構成/変更管理とコンプライアンス管理

クラウド時代のインフラ構成/変更管理とコンプライアンス管理 Oracle Direct Seminar / 2009 11 11 Agenda IT / / Oracle Direct Concierge SQL Server MySQL PostgreSQL Access Oracle Database Oracle Developer/2000 Web Oracle Database Oracle Database

More information

Microsoft Azure

Microsoft Azure Microsoft Azure 2019 2 Microsoft Azure Microsoft Azure...2 Microsoft Azure... 2... 3...4 Web...5 Microsoft Azure...6 Azure... 6... 6 ( )... 6...7... 8... 9... 9... 10 SLA ( )... 12 SLA...12 SLA...12 Microsoft

More information

2 Java 35 Java Java HTML/CSS/JavaScript Java Java JSP MySQL Java 9:00 17:30 12:00 13: 項目 日数 時間 習得目標スキル Java 2 15 Web Java Java J

2 Java 35 Java Java HTML/CSS/JavaScript Java Java JSP MySQL Java 9:00 17:30 12:00 13: 項目 日数 時間 習得目標スキル Java 2 15 Web Java Java J 1 2018 4 Java 35 35 262.5 30 1 1 1,045,300 653,300 656,000 2017 12 389,300 2,700 2 946,900 554,900 290,900 101,100 1 2 Java Java Java Web Eclipse Java List Set Map StringBuilder HTML/CSS/JavaScript JSP/Servlet

More information

HP OpenSource ブループリント

HP OpenSource ブループリント HP OpenSource MySQL Server 5.0 ver 1.0 1 MySQL 5.0 MySQL 5.0 1 MySQL MySQL 2 MySQL Enterprise MySQL MySQL Enterprise 3 MySQL MySQL 4 MySQL MySQL 5 MySQL Cluster MySQL MySQL Cluster 6 MySQL HP 1 HP Proliant

More information

Windows Azureで作るボットアプリ?

Windows Azureで作るボットアプリ? Windows Azure で作る 絵描きのこだわり ボットアプリ? http://twitter.com/normlian http://d.hatena.co.jp/waritohutsu http://www.pixiv.net/member.php?id=147209 HN 自己紹介 : 割と普通 本拠地 : 横浜近辺 肩書き : しがない SI 屋 趣味 : ソースを書く & 絵を描く 絵描きがさぼり気味

More information

untitled

untitled Oracle Direct Seminar SQL Agenda SQL SQL SQL SQL 11g SQL FAQ Oracle Direct SQL Server MySQL PostgreSQL Access Application Server Oracle Database Oracle Developer/2000 Web Oracle Database

More information

1 Microsoft Windows Server 2012 Windows Server Windows Azure Hyper-V Windows Server 2012 Datacenter/Standard Hyper-V Windows Server Windo

1 Microsoft Windows Server 2012 Windows Server Windows Azure Hyper-V Windows Server 2012 Datacenter/Standard Hyper-V Windows Server Windo Windows Server 2012 2012 1 Cloud OS Windows Azure Platform On-Premises Service Provider 1 Microsoft Windows Server 2012 Windows Server 2012 1 Windows Azure Hyper-V Windows Server 2012 Datacenter/Standard

More information

Microsoft Azure Azure

Microsoft Azure Azure Microsoft Azure Azure 2018 1 Microsoft Azure Azure Microsoft Web Azure Microsoft Azure Azure IT Web (IoT) OS Docker Linux JavaScript Python.NET PHP Java Node.js Ruby ios Android Windows IT IT Microsoft

More information

[2] 1. 2. 2 2. 1, [3] 2. 2 [4] 2. 3 BABOK BABOK(Business Analysis Body of Knowledge) BABOK IIBA(International Institute of Business Analysis) BABOK 7

[2] 1. 2. 2 2. 1, [3] 2. 2 [4] 2. 3 BABOK BABOK(Business Analysis Body of Knowledge) BABOK IIBA(International Institute of Business Analysis) BABOK 7 32 (2015 ) [2] Projects of the short term increase at present. In order to let projects complete without rework and delays, it is important that request for proposals (RFP) are written by reflecting precisely

More information

Web Web Web Web Web, i

Web Web Web Web Web, i 22 Web Research of a Web search support system based on individual sensitivity 1135117 2011 2 14 Web Web Web Web Web, i Abstract Research of a Web search support system based on individual sensitivity

More information

WARNING To reduce the risk of fire or electric shock,do not expose this apparatus to rain or moisture. To avoid electrical shock, do not open the cabi

WARNING To reduce the risk of fire or electric shock,do not expose this apparatus to rain or moisture. To avoid electrical shock, do not open the cabi ES-600P Operating Instructions WARNING To reduce the risk of fire or electric shock,do not expose this apparatus to rain or moisture. To avoid electrical shock, do not open the cabinet. Refer servicing

More information

test

test PostgreSQL CTO 5 2011 5 2011 9 2012 5 2013 10 2013 11 1 5000 JOIN 4 1. 2. 5 6 http://www.slideshare.net/mistakah/gpsgnss Location Base ( ) PostgreSQL x PostgreSQL 2011/8 MySQL MongoDB PostgreSQL GIS 2011/9

More information

206“ƒŁ\”ƒ-fl_“H„¤‰ZŁñ

206“ƒŁ\”ƒ-fl_“H„¤‰ZŁñ 51 206 51 63 2007 GIS 51 1 60 52 2 60 1 52 3 61 2 52 61 3 58 61 4 58 Summary 63 60 20022005 2004 40km 7,10025 2002 2005 19 3 19 GIS 2005GIS 2006 2002 2004 GIS 52 2062007 1 2004 GIS Fig.1 GIS ESRIArcView

More information

NLC配布用.ppt

NLC配布用.ppt Semantic Web September 20, 200 IBM( ) (uramoto@jp.ibm.com) Semantic Web ( )? Semantic Web 2 What can it do? (by Jim Hendler) 3 Semantic Web W3C Director Berners-Lee Web The Semantic Web is an extension

More information

Web Web ID Web 16 Web Web i

Web Web ID Web 16 Web Web i 24 Web Proposal of Web Application Password Operations Management System 1130343 2013 3 1 Web Web ID Web 16 Web Web i Abstract Proposal of Web Application Password Operations Management System Tatsuro

More information

Microsoft PowerPoint - AWS紹介-VIOPS2 [互換モード]

Microsoft PowerPoint - AWS紹介-VIOPS2 [互換モード] Amazon Web Services (AWS) の紹介 JAWS JAWS UG 肝付兼続 Amazon Web Services (AWS) http://aws.amazon.com/ Amazon Web Services (AWS) Amazon Web Services LLC が提供しているパイオニア的な IaaS クラウドサービスサーバホスティング (VPS, 専用サーバ ) 的に利用ハードウェア資産を持たずに情報システムを外部

More information

Hospitality-mae.indd

Hospitality-mae.indd Hospitality on the Scene 15 Key Expressions Vocabulary Check PHASE 1 PHASE 2 Key Expressions A A Contents Unit 1 Transportation 2 Unit 2 At a Check-in Counter (hotel) 7 Unit 3 Facilities and Services (hotel)

More information

Vol.55 No (Jan. 2014) saccess 6 saccess 7 saccess 2. [3] p.33 * B (A) (B) (C) (D) (E) (F) *1 [3], [4] Web PDF a m

Vol.55 No (Jan. 2014) saccess 6 saccess 7 saccess 2. [3] p.33 * B (A) (B) (C) (D) (E) (F) *1 [3], [4] Web PDF   a m Vol.55 No.1 2 15 (Jan. 2014) 1,a) 2,3,b) 4,3,c) 3,d) 2013 3 18, 2013 10 9 saccess 1 1 saccess saccess Design and Implementation of an Online Tool for Database Education Hiroyuki Nagataki 1,a) Yoshiaki

More information

untitled

untitled WANJet 1: one-arm F5 Networks Japan K.K. 1 WANJet WANJet https://:10000 F5 Networks Japan K.K. 2 2: WANJet F5 Networks Japan K.K. 3 vs. F5 Networks Japan K.K. 4 3: WANJet F5 Networks

More information

_bodik.key

_bodik.key RDF Gnavi() WWW 4 www Resource Description Framework rdfs:type schema:website http://city.fukuoka.lg.jp schema:about schema:lastreviewed rdfs:label db:fukuoka "2015-2-1"^^xsd:date rdfs:label

More information

Wiki Wiki Wiki...

Wiki Wiki Wiki... 21 RDB Wiki 0830016 : : 2010 1 29 1 1 5 1.1........................................... 5 1.2 Wiki...................................... 7 1.2.1 Wiki.................... 7 1.2.2 Wiki.................. 8

More information

西川町広報誌NETWORKにしかわ2011年1月号

西川町広報誌NETWORKにしかわ2011年1月号 NETWORK 2011 1 No.657 平 成 四 年 四 の 開 校 に 向 け て 家 庭 教 育 を 考 え よ う! Every year around the winter holiday the Japanese custom of cleaning out your office space is performed. Everyone gets together and cleans

More information

1 Web Web 1,,,, Web, Web : - i -

1 Web Web 1,,,, Web, Web : - i - 2015 Future University Hakodate 2015 System Information Science Practice Group Report Project Name Improvement of Environment for Learning Mathematics at FUN A ( ) Group Name GroupA (System) /Project No.

More information

Sansan がメッセージング (Amazon SQS) でスケーラビリティを手に入れた話: using C# on Windows

Sansan がメッセージング (Amazon SQS) でスケーラビリティを手に入れた話: using C# on Windows Sansan がメッセージング (SQS) でスケーラビリティを手に入れた話 using C# on Windows; 2017-05-31 AWS Dev Day Tokyo 2017 神原淳史 @atsukanrock 自己紹介 神原淳史 @atsukanrock Development Manager at Interested in Domain-Driven Design C# /.NET

More information

IPSJ SIG Technical Report Vol.2009-HCI-134 No /7/17 1. RDB Wiki Wiki RDB SQL Wiki Wiki RDB Wiki RDB Wiki A Wiki System Enhanced by Visibl

IPSJ SIG Technical Report Vol.2009-HCI-134 No /7/17 1. RDB Wiki Wiki RDB SQL Wiki Wiki RDB Wiki RDB Wiki A Wiki System Enhanced by Visibl 1. RDB Wiki 1 1 2 Wiki RDB SQL Wiki Wiki RDB Wiki RDB Wiki A Wiki System Enhanced by Visible RDB Operations Toshiya Okumura, 1 Minoru Terada 1 and Kazutaka Maruyama 2 Although Wiki systems can easily be

More information

IBM Software Group DB2 Information Management Software DB2 V8 XML SQL/XML 2 XML XML UDF XMLExtender XML XML XMLCollection, XMLColumn XML UDF Informati

IBM Software Group DB2 Information Management Software DB2 V8 XML SQL/XML 2 XML XML UDF XMLExtender XML XML XMLCollection, XMLColumn XML UDF Informati IBM Software Group XML Features in DB2 UDB V8 IBM Software Group DB2 Information Management Software DB2 V8 XML SQL/XML 2 XML XML UDF XMLExtender XML XML XMLCollection, XMLColumn XML UDF Information Integrator

More information

新サービス「Azure App Service」で変わる新しい Web/モバイル アプリケーション開発

新サービス「Azure App Service」で変わる新しい Web/モバイル アプリケーション開発 ROOM F Azure Websites Mobile Services BizTalk Services これまでの Azure の主なアプリサービス Azure Websites 独特の統合済み機能 Mobile Services BizTalk Services 魅力のある高度なアプリを構築 ビジネスの成長に合わせてスケール これまでの Azure の主なアプリサービス 1 つの料金体系

More information

"CAS を利用した Single Sign On 環境の構築"

CAS を利用した Single Sign On 環境の構築 CAS 2 Single Sign On 1,3, 2,3, 2, 2,3 1 2 3 May 31, 2007 ITRC p. 1/29 Plan of Talk Brief survey of Single Sign On using CAS Brief survey of Authorization Environment using CAS 2 Summary May 31, 2007 ITRC

More information

WebRTC P2P,. Web,. WebRTC. WebRTC, P2P, i

WebRTC P2P,. Web,. WebRTC. WebRTC, P2P, i 28 WebRTC Design of multi-platform file sharing system using WebRTC 1170336 2017 2 28 WebRTC P2P,. Web,. WebRTC. WebRTC, P2P, i Abstract Design of multi-platform file sharing system using WebRTC Harumi

More information

IT,, i

IT,, i 22 Retrieval support system using bookmarks that are shared in an organization 1110250 2011 3 17 IT,, i Abstract Retrieval support system using bookmarks that are shared in an organization Yoshihiko Komaki

More information

20141013_KAIT.pptx

20141013_KAIT.pptx 2014 SNS 2014 10 13 @rhys_no1 yoshiaki@linkedopendata.jp NPO Liked Open Data Initiative (2012 -) World Wide Web Consortium (2011-2012 ) (1999-2005) () Open Data on the Web (World Wide Web Consortium, Open

More information

RubyKaigi2009 COBOL

RubyKaigi2009 COBOL RubyKaigi2009 COBOL seki@druby.org 3360 Pragmatic Bookshelf druby Web $32.00 International Journal of PARALLEL PROGRAMING !? MapReduce Rinda (map, reduce) map reduce key value [, ] [, ID] map()

More information

FileMaker Server Getting Started Guide

FileMaker Server Getting Started Guide FileMaker Server 13 2007-2013 FileMaker, Inc. All Rights Reserved. FileMaker, Inc. 5201 Patrick Henry Drive Santa Clara, California 95054 FileMaker Bento FileMaker, Inc. FileMaker WebDirect Bento FileMaker,

More information

PowerPoint Presentation

PowerPoint Presentation AWS AWS AWS AWS AWS AWS AWS オンプレミス データセンター AWS Storage Gateway Amazon Kinesis Firehose EFS File Sync S3 Transfer Acceleration AWS Direct Connect Amazon Macie AWS QuickSight AWS Lambda AWS CloudFormation

More information

59

59 クラウド技術センター技術開発室 IT エンジニア 森本淳司 Atsushi Morimoto atsushi-morimoto@exa-corp.co.jp Google Amazon Microsoftの提供するクラウドサービスを利用したアプリケーション開発を行うとそれぞれのサービスは強みと弱みを持つことがわかる 本稿では各クラウドサービスの強みと弱みを明らかにして 強みを活かし弱みを補うために

More information

HIS-CCBASEver2

HIS-CCBASEver2 Information Access Interface in the Immersive Virtual World Tetsuro Ogi, *1*2*3 Koji Yamamoto, *3*4 Tadashi Yamanouchi *3 and Michitaka Hirose *2 Abstract - In this study, in order to access database server

More information

n n n ( ) n Oracle 16 PostgreSQL 3 MySQL

n n n ( ) n Oracle 16 PostgreSQL 3 MySQL SaaS CAM MACS PostgreSQL ~ ~ 7 PostgreSQL in 2014/02/07 n n n ( ) n Oracle 16 PostgreSQL 3 MySQL n SaaS CAM MACS n AWS n 1993 6 1 1999 4 1 C/S CAM MACS 2007 4 1 SaaS CAM MACS 2007 11 1 SaaS CAM MACS CAM

More information

How to Automate Using PowerShell-JP

How to Automate Using PowerShell-JP PowerShell IT PowerShell IT IT IT Excel 1 PowerShell IT PowerShell $ $ IT PowerShell Windows PowerShell Copy-Item DOS Windows Windows PowerShell 1 PowerShell PowerShell Windows PowerShell PowerShell PowerShell

More information

Oracle Database 12c

Oracle Database 12c 免責事項 以下の事項は 弊社の一般的な製品の方向性に関する概要を説明するものです また 情報提供を唯一の目的とするものであり いかなる契約にも組み込むことはできません 以下の事項は マテリアルやコード 機能を提供することをコミットメント ( 確約 ) するものではないため 購買決定を行う際の判断材料になさらないで下さい オラクル製品に関して記載されている機能の開発 リリースおよび時期については 弊社の裁量により決定されます

More information

ブック 1.indb

ブック 1.indb mixi 1. SNS 4 SNS SNS SNS 2003 3 Friendster http://www.friendster. com/ 2004 1 orkut http://www.orkut.com/ Google 2 2005 SNS Friendster an online service that helps you connect with your friends and discover

More information

P1: P2: P3: P4: P1 P3 API Scallop4SC API [3] P1 P2 Hadoop [4] HBase [5] Scallop4SC HBase HBase Key Value Hadoop Scallop4SC P3 P4 API 2 API API 2. 2. 1

P1: P2: P3: P4: P1 P3 API Scallop4SC API [3] P1 P2 Hadoop [4] HBase [5] Scallop4SC HBase HBase Key Value Hadoop Scallop4SC P3 P4 API 2 API API 2. 2. 1 THE INSTITUTE OF ELECTRONICS, INFORMATION AND COMMUNICATION ENGINEERS TECHNICAL REPORT OF IEICE. 657 8531 1 1 E-mail: {shintaro,koupe,okushi}@ws.cs.kobe-u.ac.jp, {shinsuke,masa-n}@cs.kobe-u.ac.jp Scallop4SC

More information

XML Consortium & XML Consortium 1 XML Consortium XML Consortium 2

XML Consortium & XML Consortium 1 XML Consortium XML Consortium 2 & 1 2 TCO DB2 DB2 UDB DB DB V8.2 V8.2 DB2 DB2 UDB V8.1 V8.1 DB2 9 3 CLOB XML XML DB2 9 purexml XML XML DOC XML DOC XML DOC XML DOC VARCHAR/CLOB XML ( ) 4 XML & XML ( & ) DB2 XML SQL/XML DB2 DB2 : DB2 /

More information

可変ピツチプロペラ船の荒天碇泊法単錨泊について

可変ピツチプロペラ船の荒天碇泊法単錨泊について NAOSITE: Nagasaki University's Ac Title 可 変 ピツチプロペラ 船 の 荒 天 碇 泊 法 単 錨 泊 について Author(s) 阿 部, 茂 夫 Citation 長 崎 大 学 水 産 学 部 研 究 報 告, v.20, pp.70-86; 1966 Issue Date 1966-03 URL http://hdl.handle.net/10069/31513

More information

Title 社 会 化 教 育 における 公 民 的 資 質 : 法 教 育 における 憲 法 的 価 値 原 理 ( fulltext ) Author(s) 中 平, 一 義 Citation 学 校 教 育 学 研 究 論 集 (21): 113-126 Issue Date 2010-03 URL http://hdl.handle.net/2309/107543 Publisher 東 京

More information

”Лï−wŁfl‰IŠv‚æ89“ƒ/‚qfic“NŸH

”Лï−wŁfl‰IŠv‚æ89“ƒ/‚qfic“NŸH March Servio P KURATA YASUMICHI, A Consideration on Change of Welfare Institutions for the Aged through the History of Japan JAPAN JOURNAL OF SOCIAL SERVICES, MAY, NUMBERJAPANESE SOCIETY FOR THE STUDY

More information

2005 ( 17 )

2005 ( 17 ) 2005 ( 17 ) 2005 ( 17 ) (SNS) 1., 2., 3., 4., 5. Abstract of Master s Thesis Academic Year 2005 The Research on the Personal Information Control based on Multiple Social Network How to communicate about

More information

Core Ethics Vol.

Core Ethics Vol. Core Ethics Vol. < > Core Ethics Vol. ( ) ( ) < > < > < > < > < > < > ( ) < > ( ) < > - ( ) < > < > < > < > < > < > < > < > ( ) Core Ethics Vol. ( ) ( ) ( ) < > ( ) < > ( ) < > ( ) < >

More information