https://github.com/datastaxdevs/luna-streaming-examples
A collection of examples that can be used with DataStax Pulsar Helm chart.
https://github.com/datastaxdevs/luna-streaming-examples
Last synced: 10 months ago
JSON representation
A collection of examples that can be used with DataStax Pulsar Helm chart.
- Host: GitHub
- URL: https://github.com/datastaxdevs/luna-streaming-examples
- Owner: datastaxdevs
- Created: 2022-11-15T19:13:13.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-01-26T20:32:39.000Z (about 3 years ago)
- Last Synced: 2024-05-08T00:19:38.410Z (almost 2 years ago)
- Language: Python
- Size: 14.6 KB
- Stars: 0
- Watchers: 6
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.adoc
Awesome Lists containing this project
README
[[top-of-page,[Back to top]]]
= DataStax Luna Streaming Examples
:toc:
:toclevels: 1
:toc-placement!:
A collection of examples that can be used with https://docs.datastax.com/en/streaming/luna-streaming/2.10_1.x/index.html[DataStax Luna Streaming].
NOTE: There's not much explanation within these example scripts and applications. If you are wanting a little more direction, head over to the https://docs.datastax.com/en/streaming/luna-streaming/2.10_1.x/index.html[Luna Streaming docs]. There, you'll find a guided experience.
toc::[]
== Pulsar SQL
link:./pulsar-sql/values.yaml[Values]: The bare minimum helm values needed to deploy a working cluster that includes Presto SQL workers
link:./pulsar-sql/forward-pulsar-sql-service.sh[Forward Service]: Script to forward Presto commands
== Pulsar Beam
link:https://github.com/kafkaesque-io/pulsar-beam[Project source^]
link:https://kafkaesque-io.github.io/pulsar-beam-swagger[Endpoints swagger^]
link:./beam/values.yaml[Values]: The bare minimum helm values needed to deploy a working cluster that includes beam
link:./beam/forward-beam-service.sh[Forward Service]: Script to forward beam requests