Skip to content

Latest commit

 

History

History
35 lines (22 loc) · 850 Bytes

11B-CD-Cloud-Datenbanken.md

File metadata and controls

35 lines (22 loc) · 850 Bytes

Cloud Databases

DBaaS: Database as a Service (leicht skalierbare On-Demand Plattforms)

  • Enterprise IT (legacy IT)
  • IaaS (Infrastructure as a Service)
  • PaaS (Platform ...)
  • SaaS (Software ...)

// TODO Pros/Cons Dedicated vs. Cloud

Con: nicht alle Applikationen in der Cloud (nur gewisse Algorithmen zur Verfügung)

Anbieter: Oracle, MongoLab, Heroku, Microsoft Azure, Amazon AWS

Cloud-basierte Datenbanken Kosten

  • On-premises (9% Software Licences)
  • Cloud computing (68% Subscription Fee)

Authentifikation: mit Firebase Datenspeicherung mit Firebase (JSON):

  • Database: contactdb
  • Child array: contacts
  • contactId: Hashes generated by Firebase

Daten schreiben/lesen:

  • Referenz zur DB und child array aufbauen
  • mit push schreiben in Firebase
  • sämtliche Inhalte zu contacts extrahieren

// TODO bilder