johnwilson / bytengine_docs

Bytengine Documentation

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Bytengine Documentation

BQL

About

Bytengine is a scalable content repository built with Go. Its API is accessible from any Http client library so you can start coding in your favorite language!

Bytengine stores your JSON data and digital assets in a pseudo hierarchical file system which you query using it's inbuilt SQL like language.

Build the documentation

Requires sphinx to build the docs locally. Once installed run the following

    cd $BYTENGINE_DOCS_LOCATION/docs
    export LOCAL_BUILD=True # to use the 'read the docs theme'
    make clean
    make html

About

Bytengine Documentation


Languages

Language:Python 37.3%Language:Makefile 31.5%Language:Shell 31.1%