mirror of
https://github.com/elastic/kibana.git
synced 2025-04-21 00:13:52 -04:00
Updates files outside of x-pack to be triple-licensed under Elastic License 2.0, AGPL 3.0, or SSPL 1.0. |
||
---|---|---|
.. | ||
public | ||
server | ||
kibana.jsonc | ||
README.md | ||
tsconfig.json |
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
.