23
I Use This!
Activity Not Available

News

Posted about 8 years ago by Joram Barrez
What is CockroachDB? CockroachDB is a project I’ve been keeping an eye on for a while. It’s a an open-source, Apache 2 licensed, database system(Github link). At it’s core its a key-value store that scales horizontally. But what makes it really ... [More] interesting for us though, is that 1) it supports SQL by using the Postgres wire protocol and 2) has full […] [Less]
Posted about 8 years ago by Joram Barrez
What is CockroachDB? CockroachDB is a project I’ve been keeping an eye on for a while. It’s a an open-source, Apache 2 licensed, database system(Github link). At it’s core its a key-value store that scales horizontally. But what makes it really ... [More] interesting, is that 1) it supports SQL by using the Postgres wire protocol and 2) has full ACID semantics and […] [Less]
Posted about 8 years ago by Joram Barrez
What is CockroachDB? CockroachDB is a project I’ve been keeping an eye on for a while now with great interest. It’s a an open-source, Apache 2 licensed, database (Github link) that heavily draws inspiration from the Google Spanner whitepaper. At it’s ... [More] core its a key-value store that scales horizontally. What makes it really interesting for us though, is that […] [Less]
Posted about 8 years ago by Joram Barrez
More and more libraries and frameworks are adding Swagger support nowadays. For those who don’t know Swagger: it is a standard specification that is part of the OpenAPI initiative. The core of Swagger is a so-called specfile which is a json (or yaml) document that describes and documents for example a REST API. By using Swagger […]
Posted about 8 years ago by Joram Barrez
We’ve just put the finishing touches on the first version of the Swagger integration for the Flowable REST API (look for the ‘swagger-integration’ branch in the Flowable Github repository that soon will be merged to master). The last year, more and more people have asked us for adding this to our REST API’s. For those who don’t […]
Posted about 8 years ago by Joram Barrez
We’ve just put the finishing touches on the first version of the Swagger integration for the Flowable REST API (look for the ‘swagger-integration’ branch in the Flowable Github repository that soon will be merged to master). More and more libraries and frameworks are adding Swagger support nowadays. For those who don’t know Swagger: it is a […]
Posted about 8 years ago by Joram Barrez
For the many of you that are following me on Twitter it’s probably not news anymore, but I wanted to make sure that all readers of my blog are in the loop (and of course, thanks for visiting my humble spot in the interwebs!). Last Thursday, we announced Flowable, a fork of Activiti. We’ve written […]
Posted about 8 years ago by Joram Barrez
  For the many of you that are following me on Twitter it’s probably not news anymore, but I wanted to make sure that all readers of my blog are in the loop (and of course, thanks for visiting my humble spot in the interwebs!). Last Thursday, Flowable was announced, a fork of Activiti. More […]
Posted over 8 years ago by Joram Barrez
A feature that has been requested quite a bit – transient variables – has landed in the Beta3 of Activiti v6 we’ve released yesterday. In this post, I’ll show you an example on how transient variables can be used to cover some advanced use cases that weren’t possible (or optimal) before. So far, all variables […]
Posted over 8 years ago by Joram Barrez
A feature that has been requested quite a bit – transient variables – has landed in the Beta3 of Activiti v6 released yesterday. In this post, I’ll show you an example on how transient variables can be used to cover some advanced use cases that weren’t possible (or optimal) before. So far, all variables in […]