Last February I was lucky enough to be able to give a presentation on the grand ballroom stage at one of the bigger developer conferences…
Author: Jonathan Langens
The problem with most triple stores is … they tend to be slow. At least slow compared to their schema-full counterparts. It seems the cost…
creating models can be tedious Since creating models is generally writing a lot of text it can be tedious and time consuming. Therefor we are…
When we build apps we generally have little to no data available. If you, like me, do not have the skill to imagine how the…
There exists a saying in computer science that developers will end up with spending 90% of their time reading through code and 10% writing code.…
In this post I want to explore how to add a machine learning microservice to any existing mu.semte.ch project. I want to be able to upload an…
docker-compose mu.semte.ch applications consist, in the back end, of microservices. Those microservices are docker containers that run a lightway server framework and offer logic on certain…
What is a semantic microservice? What I mean (in this post) with a semantic microservice is a small self-sustainable piece of software. That software should…
By adding 2 new microservices to our regular mu.semte.ch setup (https://github.com/mu-semtech/mu-project) we can create a very nifty workflow that will automatically expand semantic files in…
The delta-service has already been mentioned and used in previous blog posts on reactive programming to make microservices hook into changes introduced by other microservices. In this…