Kuzzle code coverage policy

With 740+ unit tests and 130+ functional test scenarios (still counting), we strive to thoroughly test our product and ensure a high level of quality thanks to many efforts ...
Read More

How to authenticate through OAuth in Kuzzle

Kuzzle authentication is handled by Passport so naturally you can add OAuth strategies to your login. JavaScript and Android SDK will handle the redirection for you.
Read More

How we made Kuzzle totally scalable

One of the big steps we wanted to reach before the 1.0 milestone was the ability to scale up Kuzzle. In this article you will learn how we made it (at least a part of it).
Read More

What NoSQL solution should you choose?

Several database management systems exist ( db-engines listed 216 ). More and more NoSQL solutions are created and they strive to meet the needs that relational databases ...
Read More

Our feedback: Pragmatism as an agile method

Kuzzle team is fully agile, even though we don’t follow any standard agile method. This article explains how we have been building our own agile method: maybe you’ll find some ...
Read More

Tips to use Travis on an Android environment

Testing is a very important part of product development and can quickly become overwhelming. At Kuzzle we use Travis as a continuous integration tool. Travis is a free ...
Read More