add elasticsearch to features flag doc (#7568)
This commit is contained in:
parent
7a7d79dfaf
commit
920468c0a1
|
@ -4,7 +4,7 @@ The goal here is to export block data from Zebra into an [elasticsearch](https:/
|
|||
|
||||
**Attention:** This is an experimental feature tested only in the Zcash Testnet.
|
||||
|
||||
Elasticsearch support for zebra was introduced to Zebra in [pull request #6274](https://github.com/ZcashFoundation/zebra/pull/6274).
|
||||
Elasticsearch support was introduced to Zebra in [pull request #6274](https://github.com/ZcashFoundation/zebra/pull/6274).
|
||||
|
||||
## Download, build and run Elasticsearch
|
||||
|
||||
|
|
|
@ -93,6 +93,11 @@
|
|||
//!
|
||||
//! * `proptest-impl`: enable randomised test data generation.
|
||||
//! * `lightwalletd-grpc-tests`: enable Zebra JSON-RPC tests that query `lightwalletd` using gRPC.
|
||||
//!
|
||||
//! ### Experimental
|
||||
//!
|
||||
//! * `elasticsearch`: save block data into elasticsearch database. Read the [elasticsearch](https://zebra.zfnd.org/user/elasticsearch.html)
|
||||
//! section of the book for more details.
|
||||
|
||||
#![doc(html_favicon_url = "https://zfnd.org/wp-content/uploads/2022/03/zebra-favicon-128.png")]
|
||||
#![doc(html_logo_url = "https://zfnd.org/wp-content/uploads/2022/03/zebra-icon.png")]
|
||||
|
|
Loading…
Reference in New Issue