Simple modern web-scale database system
- Simple and minimal data types. Makes desiginng database models simpiler and focus on the problem (less is more philosophy).
- Easy data retrival with native support of restful api over http(s). By default no driver needed.
- Simple yet powerful new query language.
- High concurrent data operations.