mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 17:59:23 -04:00
[docs] Add missing App Arch READMEs. (#82080)
This commit is contained in:
parent
eedf0673d3
commit
dc56b56201
6 changed files with 60 additions and 2 deletions
11
examples/bfetch_explorer/README.md
Normal file
11
examples/bfetch_explorer/README.md
Normal file
|
@ -0,0 +1,11 @@
|
|||
## bfetch explorer
|
||||
|
||||
bfetch is a service that allows you to batch HTTP requests and stream responses
|
||||
back.
|
||||
|
||||
This example app demonstrates:
|
||||
- How you can create a streaming response route and consume it from the
|
||||
client
|
||||
- How you can create a batch processing route and consume it from the client
|
||||
|
||||
To run this example, use the command `yarn start --run-examples`.
|
Loading…
Add table
Add a link
Reference in a new issue