kibana/examples/bfetch_explorer
Stacey Gammon 2dcf105250
Adding owners to kibana plugins (#108407) (#108919)
* Adding owners to kibana plugins

* Fix ui actions enhanced owner

* Account for virtual RAC team owning a plugin

* Fix empty githubTeam for ui actions
# Conflicts:
#	.github/CODEOWNERS
#	examples/developer_examples/kibana.json
#	src/plugins/embeddable/kibana.json
2021-08-17 12:49:33 -04:00
..
public [7.x] Elastic License 2.0 (#90192) 2021-02-03 18:39:13 -08:00
server [7.x] Elastic License 2.0 (#90192) 2021-02-03 18:39:13 -08:00
kibana.json Adding owners to kibana plugins (#108407) (#108919) 2021-08-17 12:49:33 -04:00
README.md
tsconfig.json [build_ts_refs] improve caches, allow building a subset of projects (#107981) (#108139) 2021-08-11 05:08:54 -04:00

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.