mirror of
https://github.com/bigchaindb/bigchaindb.git
synced 2024-10-13 13:34:05 +00:00
Add docs for backend
This commit is contained in:
61
docs/server/source/appendices/backend.rst
Normal file
61
docs/server/source/appendices/backend.rst
Normal file
@@ -0,0 +1,61 @@
|
||||
###############################################
|
||||
:mod:`bigchaindb.backend` -- Backend Interfaces
|
||||
###############################################
|
||||
|
||||
.. automodule:: bigchaindb.backend
|
||||
:special-members: __init__
|
||||
|
||||
|
||||
Generic Backend
|
||||
===============
|
||||
|
||||
:mod:`bigchaindb.backend.connection` -- Connection
|
||||
--------------------------------------------------
|
||||
|
||||
.. automodule:: bigchaindb.backend.connection
|
||||
|
||||
:mod:`bigchaindb.backend.schema` -- Schema
|
||||
------------------------------------------
|
||||
.. automodule:: bigchaindb.backend.schema
|
||||
|
||||
:mod:`bigchaindb.backend.query` -- Query
|
||||
----------------------------------------
|
||||
.. automodule:: bigchaindb.backend.query
|
||||
|
||||
:mod:`bigchaindb.backend.changefeed` -- Changefeed
|
||||
--------------------------------------------------
|
||||
.. automodule:: bigchaindb.backend.changefeed
|
||||
|
||||
:mod:`bigchaindb.backend.utils`
|
||||
-------------------------------
|
||||
.. automodule:: bigchaindb.backend.utils
|
||||
|
||||
|
||||
:mod:`bigchaindb.backend.rethinkdb` -- RethinkDB Backend
|
||||
========================================================
|
||||
|
||||
.. automodule:: bigchaindb.backend.rethinkdb
|
||||
:special-members: __init__
|
||||
|
||||
:mod:`bigchaindb.backend.rethinkdb.connection`
|
||||
----------------------------------------------
|
||||
|
||||
.. automodule:: bigchaindb.backend.rethinkdb.connection
|
||||
:special-members: __init__
|
||||
|
||||
:mod:`bigchaindb.backend.rethinkdb.schema`
|
||||
------------------------------------------
|
||||
.. automodule:: bigchaindb.backend.rethinkdb.schema
|
||||
|
||||
:mod:`bigchaindb.backend.rethinkdb.query`
|
||||
-----------------------------------------
|
||||
.. automodule:: bigchaindb.backend.rethinkdb.query
|
||||
|
||||
:mod:`bigchaindb.backend.rethinkdb.changefeed`
|
||||
----------------------------------------------
|
||||
.. automodule:: bigchaindb.backend.rethinkdb.changefeed
|
||||
|
||||
|
||||
MongoDB Backend
|
||||
===============
|
||||
Stay tuned!
|
||||
@@ -15,6 +15,7 @@ Appendices
|
||||
the-Bigchain-class
|
||||
consensus
|
||||
pipelines
|
||||
backend
|
||||
aws-setup
|
||||
firewall-notes
|
||||
ntp-notes
|
||||
|
||||
Reference in New Issue
Block a user