From PDF data sheets to shared understanding with serverless SHACL 04/02/20 by Matthias Frank In this article we implement a generic approach to prepare formalized knowledge for a shared understanding by extracting the information contained in arbitrary PDF data sheets. Read more Leave your thoughts
Change Streams in MongoDB 3.6 01/15/18 by Tobias Trelle MongoDB 3.6 introduces an interesting API enhancement called change streams. With change streams you can watch for changes to certain collections by means of the driver API. Read more Leave your thoughts
Deploying Pull Requests with Docker 01/13/17 by Reinhard Nägele The Git repositories in my current project are hosted on Bitbucket Cloud. Any code changes have to go through pull... Read more Leave your thoughts
Realtime Fast Data Analytics with Druid 08/19/16 by Florian Troßbach I have been working with the SMACK stack for a while now and it is great fun from a developer’s... Read more Leave your thoughts
IoT Analytics Platform 07/14/16 by Achim Nierbeck The Internet of Things a.k.a. the next industrial revolution is the current hype, but what kinds of challenges do we... Read more Leave your thoughts
Getting started with Titan using Cassandra and Solr 02/25/16 by Markus Höfer Titan comes with several possibilities to configure the storage (BerkleyDb, Cassandra, Hbase) and the underlying search engine (Lucene, Solr, Elastic).... Read more Leave your thoughts
Elixir, Phoenix and CouchDB — An Introduction 01/13/16 by mkrogemann The Elixir MVC Framework Phoenix Marcel Wolf, Markus Krogemann Abstract This blog post will show how a functional web application can be... Read more 1 Comment
Joins and Schema Validation in MongoDB 3.2 12/07/15 by Tobias Trelle Version 3.2 of the NoSQL database MongoDB introduces two new interesting features (amongst others) that I’d like to explore in... Read more Leave your thoughts
Demystified CQRS 05/26/15 by Nino Martincevic …and why it should be a fundamental principle of application design Some incredibly useful principles or patterns for software design are... Read more 2 Comments