Skip to content

Commit f2f3f37

Browse files
authored
Chore: Remove datasource-streaming-backend-websocket (#455)
1 parent e89f240 commit f2f3f37

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

59 files changed

+0
-20373
lines changed

README.md

-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@ This repository contains example plugins to showcase different use cases.
3030
| [datasource-http](examples/datasource-http) | Shows how to query data from HTTP-based APIs. The HTTP call happens on the frontend. |
3131
| [datasource-http-backend](examples/datasource-http-backend) | Shows how to query data from HTTP-based APIs, where the HTTP calls happens on the backend. Supports alerting. |
3232
| [datasource-streaming-websocket](examples/datasource-streaming-websocket) | Shows how to create an event-based data source plugin using RxJS and WebSockets. |
33-
| [datasource-streaming-backend-websocket](examples/datasource-streaming-backend-websocket) | Shows how to create an event-based data source plugin using backend streams. |
3433
| [datasource-basic](examples/datasource-basic) | Shows how to build a basic data source plugin. |
3534

3635
> [!NOTE]

examples/datasource-streaming-backend-websocket/README.md

-39
This file was deleted.

examples/datasource-streaming-backend-websocket/streaming-backend-websocket-plugin/.config/.cprc.json

-3
This file was deleted.

examples/datasource-streaming-backend-websocket/streaming-backend-websocket-plugin/.config/.eslintrc

-31
This file was deleted.

examples/datasource-streaming-backend-websocket/streaming-backend-websocket-plugin/.config/.prettierrc.js

-16
This file was deleted.

examples/datasource-streaming-backend-websocket/streaming-backend-websocket-plugin/.config/Dockerfile

-77
This file was deleted.

examples/datasource-streaming-backend-websocket/streaming-backend-websocket-plugin/.config/README.md

-164
This file was deleted.

examples/datasource-streaming-backend-websocket/streaming-backend-websocket-plugin/.config/entrypoint.sh

-18
This file was deleted.

examples/datasource-streaming-backend-websocket/streaming-backend-websocket-plugin/.config/jest-setup.js

-28
This file was deleted.

0 commit comments

Comments
 (0)