From 197f91821ae289882d9a96b6290b35c481adae26 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Roberto=20Abdelkader=20Mart=C3=ADnez=20P=C3=A9rez?= Date: Thu, 19 Dec 2019 11:32:17 +0100 Subject: [PATCH] doc: Missing subsection in philosophy section --- docs/source/concepts/philosophy.rst | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/docs/source/concepts/philosophy.rst b/docs/source/concepts/philosophy.rst index 20279ed..05836c1 100644 --- a/docs/source/concepts/philosophy.rst +++ b/docs/source/concepts/philosophy.rst @@ -29,3 +29,14 @@ If you try to encode business logic in a shell script, you will **deeply** regret it soon enough. *Kapow!* is designed for automating simple stuff. + + +Interoperability over Performance +---------------------------- + +We want *Kapow!* to be as performant as possible, but not at the cost of +flexibility. This is the reason why our *Data API* leverages HTTP +instead of a lighter protocol for example. + +When we have to choose between making things faster or more +interoperable the latter usually wins.