/bytengine_docs

Bytengine Documentation

Primary LanguagePython

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