The mu-project repository offers a good starting point to bootstrap a new mu.semte.ch project. The docker-compose.yml to start from consists of 3 core components: mu-identifier,…
Tag: microservices
RDFa is a way to embed a Semantic Model into Linked Data. In this short post we describe how we can implement a microservice to…
Since microservices are one of the core components of the mu.semte.ch architecture, we pay a lot of attention to making the development of a microservice…
The mu.semte.ch framework consists of a number of components. A number that is growing steadily and will keep growing in the future. If you’re new to the…
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…
The mu.semte.ch framework is the ideal playground for the developer that wants to try a new language. Using the standards set out by the framework…
The mu-project repository offers a good starting point to bootstrap a new mu.semte.ch project. The docker-compose.yml to start from consists of 3 core components: mu-identifier,…
What is an application without the data it manipulates? Very little indeed. Storing the initial content and updating the data model is often solved with…