Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

extracting redis streams source #1113

Merged
merged 13 commits into from
Oct 1, 2023
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ jobs:
max-parallel: 10
matrix:
driver: [jetstream]
case: [e2e, diamond-e2e, transformer-e2e, kafka-e2e, http-e2e, nats-e2e, redis-streams-e2e, sdks-e2e, reduce-e2e, udsource-e2e]
case: [e2e, diamond-e2e, transformer-e2e, kafka-e2e, http-e2e, nats-e2e, sdks-e2e, reduce-e2e, udsource-e2e]
steps:
- name: Checkout code
uses: actions/checkout@v3
Expand Down
1 change: 0 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,6 @@ test-e2e-suite-2:
test-kafka-e2e:
test-http-e2e:
test-nats-e2e:
test-redis-streams-e2e:
test-sdks-e2e:
test-reduce-e2e:
test-%:
Expand Down
3 changes: 1 addition & 2 deletions docs/user-guide/sources/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,7 @@ In Numaflow, we currently support the following builtin sources

* [Kafka](./kafka.md)
* [HTTP](./http.md)
* [Redis Stream](./redis-source.md)
* [Ticker](./generator.md)
* [Nats](./nats.md)

Source Vertex also does [Watermark](../../core-concepts/watermarks.md) tracking and late data detection.
Source Vertex also does [Watermark](../../core-concepts/watermarks.md) tracking and late data detection.
38 changes: 0 additions & 38 deletions docs/user-guide/sources/redis-source.md

This file was deleted.

1 change: 0 additions & 1 deletion mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@ nav:
- user-guide/sources/http.md
- user-guide/sources/kafka.md
- user-guide/sources/nats.md
- user-guide/sources/redis-source.md
- Data Transformer:
- Overview: "user-guide/sources/transformer/overview.md"
- Built-in Transformers:
Expand Down
52 changes: 0 additions & 52 deletions pkg/sources/redisstreams/metrics.go

This file was deleted.

Loading
Loading