gpics geopictureservice. gliederung 1. systemarchitektur 1. model 2. ssds 2. exist 1. allgemeines 2....

Post on 06-Apr-2015

102 Views

Category:

Documents

0 Downloads

Preview:

Click to see full reader

TRANSCRIPT

GPicSGeoPictureService

Gliederung1. Systemarchitektur

1. Model 2. SSDs

2. eXist1. Allgemeines

2. One BIG vs. Many small

Systemarchitektur / ModelBenutzer

String name

String password

String email

List<Album> albumList

AlbumString name

String description

String password

List<Bild> picList

Bild

Integer id

String name

String description

String filePosition

Boolean isPublic

Date timestamp

Position pos

Systemarchitektur / ModelPosition

Integer id

String latitudeRef

String latitude

String latitudeDecimal

String longitudeRef

String longitude

String longitudeDecimal

String altitude

String direction

Rundreise

String name

String description

String password

Map<Integer,Bild> picList (Integer für Position in Rundreise)

Systemarchitektur / SSDs

eXist / Allgemeines native XML-DB Installationsmöglichkeiten:

Jetty * Tomcat Embedded Standalone

Abfragen über XQuery Java-Client RESTful Webservices*

One BIG vs. Many small

OneBIG Many small

Anzahl Items 10.000 20

Anzahl Dateien 1 500

Dateigröße 1,5MB ca. 3KB

- Viele Dateien, Verwaltungsoverhead -Keine Performanceunterschiede merkbar

top related