https://github.com/graphform/nstream-jet-examples
https://github.com/graphform/nstream-jet-examples
Last synced: 12 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/graphform/nstream-jet-examples
- Owner: graphform
- Created: 2024-06-07T16:06:38.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-12-06T18:25:11.000Z (about 1 year ago)
- Last Synced: 2025-06-23T03:54:30.328Z (8 months ago)
- Size: 26.4 KB
- Stars: 1
- Watchers: 6
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Nstream-Jet Examples
Welcome to the Nstream-Jet Examples repository!
This repository contains a collection of example configuration files for Nstream-Jet, demonstrating various features and use cases.
If you have any questions or would like an example added, feel free to raise an issue.
## Table of Contents
- [Examples](#examples)
- [App Configuration](#app-configuration)
- [ActiveMQ](#activemq)
- [Google PubSub](#google-pubsub)
- [Kafka](#kafka)
- [MQTT](#mqtt)
- [Postgres](#postgres)
- [Pulsar](#pulsar)
- [Redis](#redis)
- [Relays](#relays)
- [Agents and Patches](#agents-and-patches)
- [RocksDB Persistence](#rocksdb-persistence)
## Examples
The example files provided are valid configuration files.
However, please replace any dummy values with real ones before using them.
The examples are organized into directories, each focusing on a specific aspect of configuration.
While some examples may contain additional fields to ensure the file's validity, these fields might not be directly relevant to the particular area being demonstrated.
### App Configuration
Explore basic and application level configuration options.
- [App Configuration](app)
### ActiveMQ
Examples of configuring ActiveMQ as a data source.
- [ActiveMQ Configuration](activemq)
### Google PubSub
Examples of configuring Google PubSub as a data source.
- [PubSub Configuration](pubsub)
### Kafka
Examples of configuring Kafka as a data source.
- [Kafka Configuration](kafka)
### MQTT
Examples of configuring MQTT as a data source.
- [MQTT Configuration](mqtt)
### Postgres
Examples of configuring Postgres Notify/Listen as a data source.
- [Postgres Configuration](postgres)
### Pulsar
Examples of configuring Pulsar as a data source.
- [Pulsar Configuration](pulsar)
### Redis
Examples of configuring Redis Streams as a data source.
- [Redis Configuration](redis)
### Relays
Examples showing how to configure relays to forward incoming data from data sources.
- [Relays](relays)
### Agents and Patches
Examples of configuring agents and applying patches to extend their functionality.
- [Agents and Patches](patches)
### RocksDB Persistence
Examples of configuring RocksDB stores for persistence.
- [RocksDB Configuration](rocksdb)