gae datastore

20
GAE: DataStore [email protected]

Upload: dae-myung-kang

Post on 05-Dec-2014

1.137 views

Category:

Documents


2 download

DESCRIPTION

 

TRANSCRIPT

Page 1: Gae datastore

GAE: DataStore

[email protected]

Page 2: Gae datastore

고도의 확장성을 가지는 데이터 위주의 APP 개발의 어려움

Page 3: Gae datastore

Problem 1. Scalability 2. Security 3. Replication 4. maintenance

Page 4: Gae datastore

Problem 1. Scalability 2. Security 3. Replication 4. maintenance

Page 5: Gae datastore

Problem 1. Scalability 2. Security 3. Replication 4. maintenance

Page 6: Gae datastore

Problem 1. Scalability 2. Security 3. Replication 4. maintenance

Page 7: Gae datastore

Google App Engine 1. Distribution 2. Replication 3. Load Balancing 4. BigTable+GFS

Page 8: Gae datastore

Google App Engine 1. Distribution 2. Replication 3. Load Balancing 4. BigTable+GFS

Page 9: Gae datastore

Google App Engine 1. Distribution 2. Replication 3. Load Balancing 4. BigTable+GFS

Page 10: Gae datastore

Google App Engine 1. Distribution 2. Replication 3. Load Balancing 4. BigTable+GFS

Page 11: Gae datastore

Entity N >= 0 Attribute

1 Identifier

Page 12: Gae datastore

Attribute Value Internal Class

Child Object Complex Type

Page 13: Gae datastore

Main Key Field Type Long String without Encoding

Key String with Encoding

Page 14: Gae datastore

Key 가 중복되면 데이터는 OverWrite 된다.

Page 15: Gae datastore
Page 16: Gae datastore

Creating jdoconfig.xml

Page 17: Gae datastore

Setting the Read Policy and Datastore Call Deadline

Page 18: Gae datastore

Getting a PersisitenceManager Instance

Page 19: Gae datastore

Query In JDO

Page 20: Gae datastore

Thank You!