mirror of
https://github.com/bigchaindb/bigchaindb.git
synced 2024-10-13 13:34:05 +00:00
Removed 'Example Apps' page from the docs
This commit is contained in:
parent
18533db10a
commit
17a07a80f1
@ -1,10 +0,0 @@
|
||||
Example Apps
|
||||
============
|
||||
|
||||
.. warning::
|
||||
|
||||
There are some example BigchainDB apps (i.e. apps which use BigchainDB) in the GitHub repository named `bigchaindb-examples <https://github.com/bigchaindb/bigchaindb-examples>`_. They were created before there was much of an HTTP API, so instead of communicating with a BigchainDB node via the HTTP API, they communicate directly with the node using the BigchainDB Python server API and the RethinkDB Python Driver. That's not how a real production app would work. The HTTP API is getting better, and we recommend using it to communicate with BigchainDB nodes.
|
||||
|
||||
Moreover, because of changes to the BigchainDB Server code, some of the examples in the bigchaindb-examples repo might not work anymore, or they might not work as expected.
|
||||
|
||||
In the future, we hope to create a set of examples using the HTTP API (or wrappers of it, such as the Python Driver API).
|
@ -14,4 +14,3 @@ your choice, and then use the HTTP API directly to post transactions.
|
||||
http-client-server-api
|
||||
The Python Driver <https://docs.bigchaindb.com/projects/py-driver/en/latest/index.html>
|
||||
Transaction CLI <https://docs.bigchaindb.com/projects/cli/en/latest/>
|
||||
example-apps
|
||||
|
Loading…
x
Reference in New Issue
Block a user