kibana/examples/bfetch_explorer
Tyler Smalley c4815d319e
Updates Github link references from master to main (#116789)
Signed-off-by: Tyler Smalley <tyler.smalley@elastic.co>
2021-10-29 09:53:08 -07:00
..
public Updates Github link references from master to main (#116789) 2021-10-29 09:53:08 -07:00
server
kibana.json Adding owners to kibana plugins (#108407) 2021-08-17 10:21:06 -04:00
README.md
tsconfig.json [build_ts_refs] improve caches, allow building a subset of projects (#107981) 2021-08-10 22:12:45 -07: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.