-
Trivadis Developer Blog
This is the publication playground for these guys from OIO Trivadis, the Trivadis Group`s Java experts.
Tag cloud
Agile Methods and development Atlassian Tools Build, config and deploy Did you know? Eclipse Universe Groovy and Grails Java and Quality Java Basics Java EE Java modularization Java Persistence Java Runtimes - VM, Appserver & Cloud Java Web Frameworks MDSD Open Source BI Other languages for the Java VM Politics Security SOA / Webservices Spring Universe Web as a Platform XML Universe
Tag Archives: nosql
Alles über NoSQL
Es gibt viele Überlicke und Kurzfassungen über die Prinzipien und Produkte der NoSQL Welt — und es gibt das 120 seitige Paper von Christof Strauch zum Thema. Wer sich also ausführlich mit der Thematik beschäftigen möchte, der wird hier fündig: … Continue reading
Hades becomes part of Spring Data
Hades goes Spring Data. More informations can be found in this announcement. Spring Data is a project containing common support for building data repositories in Spring on top of Java persistence frameworks and abstractions as well as sophisticated support for … Continue reading
NoSQL – Vergleich von SimpleDB vs MongoDB vs CouchDB vs RavenDB und Landkarte für den Überblick
Für einen schnellen Einstieg in das aktuell viel diskutierte Feld NoSQL kann ich die folgenden beiden Links empfehlen: Im Blog von Nathan Hurst findet sich eine interessante Karte der aktuellen NoSQL Systemlandschaft – klassifiziert nach den Kriterien des CAP-Theorems (Konsistenz, … Continue reading
Posted in Java Persistence, Java Runtimes - VM, Appserver & Cloud
Tagged CAP, couchdb, mongodb, nosql, simpledb
Leave a comment
Skalierbarkeit, Verfügbarkeit und Stabilität im Überblick
Ein Überblick über Replikation, NoSQL, Fail-Over, Sharding, Load-Balancing, Distributed Caching, Event-Driven Architecture, Messaging — und das alles in einer Präsentation? Klar, Jonas Bonér schafft das ganz hervorragend und verständlich in Scalability, Availability & Stability Patterns.
Posted in Java EE, Java Runtimes - VM, Appserver & Cloud
Tagged availability, caching, EDA, load-balancing, nosql, RDBMS, scalability
Leave a comment
Übersicht von Vergleichen nicht-relationaler Datenspeichern
Hinter dem Begriff NoSQL verbirgt sich eine Vielzahl von nicht-relationalen Datenspeichern, denen gemeinhin Eigenschaften wie gute Skalierbarkeit, hohe Performance und eine einfache API zugeschrieben werden. Schaut man aber genauer hin, unterscheiden sich die einzelnen Vertreter deutlich und sind oftmals nur … Continue reading
Posted in Java Persistence, Java Runtimes - VM, Appserver & Cloud
Tagged databases, datastores, nosql
Leave a comment
SQL Databases Don’t Scale
A nice article about scaling in general and scaling relational databases can be found here: http://adamblog.heroku.com/past/2009/7/6/sql_databases_dont_scale/ SQL databases are fundamentally non-scalable, and there is no magical pixie dust that we, or anyone, can sprinkle on them to suddenly make them … Continue reading
NoSQL data stores and social networking data
Interesting read about typical problems searching or analyzing social networking data and how Neo4j, Cassandra and FluidDB can help to solve them: InfoWorld review: Databases primed for social networks BTW: Cassandra, one of the major non-relational data stores has recently … Continue reading