Zurück zum Blog

Tag: database

Time Series Data is the the new Big Data

Christian Mennerich

Mike Kesler

28.11.2014
On 22 November 2014, the NoSQL matters conference took place in Barcelona at the Casa Convalescència, which is doubtless one of the most beautiful locations for a conference! The Casa…
Weiterlesen

A very brief history of the NoSQL development

Christian Mennerich

26.06.2014
A very brief history of the NoSQL development – From Codd to Brewer and beyond I am still new to the movement that is now called NoSQL, and therefore curiously…
Weiterlesen

Liquibase: Our setup in a larger scale project

Tobias Knell

12.04.2013
In this post, we want to show you our Liquibase setup in a larger scale project that we’ve been developing for some time now. Gather Requirements First off, a bit…
Weiterlesen

Database Migration using Flyway and Spring (and existing Data)

Marc Kannegiesser

05.10.2012
My team and I are currently working on an project we first started in early 2010. The application is in production since sometime late 2010 and there has been no…
Weiterlesen

Migrating data with Liquibase

Sven Müller

03.08.2012
Recently, we started integrating Liquibase as a database schema migration tool into most of my team’s projects, for both new from-scratch projects and already existing ones. Liquibase is great because…
Weiterlesen

Android 2.1 SQLite: problem with QueryBuilder and Distinct

Tobias Knell

22.05.2012
In a recent project I encountered a problem with SQLite on android 2.1. On later versions, my code worked perfectly, but on 2.1 it crashed every time when trying to…
Weiterlesen

Synyx MessageSource: Load your i18n messages from database

Marc Kannegiesser

14.02.2011
A while ago we wanted to store internationalisation for a project in database to allow (a subset of) users to create and update internationalisation using the application itself. When we…
Weiterlesen