doc: Missing subsection in philosophy section

This commit is contained in:
Roberto Abdelkader Martínez Pérez
2019-12-19 11:32:17 +01:00
parent 2191cec36c
commit 197f91821a
+11
View File
@@ -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.