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…
Tag: delta-service
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…
Hands on reactive micro service – Part 2 Build a mail handling service My goal for this short coding session is to have a mail…
Build a mail handling service My goal for this short coding session is to have a mail handling service that will allow me to list…
We are experimenting with reactive programming. Why? Orchestration! The traditional mu.semte.ch architecture provides user-facing microservices. The frontend orchestrates the microservices as it is best suited…