https://github.com/sneaksanddata/arcane-stream-sqlserver-change-tracking
SQL Server Change Tracking Stream for Arcane Streaming Service
https://github.com/sneaksanddata/arcane-stream-sqlserver-change-tracking
actor akka arcane c-sharp data-ingestion reactive streaming
Last synced: about 1 month ago
JSON representation
SQL Server Change Tracking Stream for Arcane Streaming Service
- Host: GitHub
- URL: https://github.com/sneaksanddata/arcane-stream-sqlserver-change-tracking
- Owner: SneaksAndData
- License: other
- Created: 2024-03-27T09:40:14.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2026-05-06T13:08:42.000Z (about 1 month ago)
- Last Synced: 2026-05-06T14:32:45.388Z (about 1 month ago)
- Topics: actor, akka, arcane, c-sharp, data-ingestion, reactive, streaming
- Language: Scala
- Homepage:
- Size: 579 KB
- Stars: 0
- Watchers: 0
- Forks: 1
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# SQL Server Change Tracking stream for Arcane Data Platform

[](https://github.com/SneaksAndData/arcane-stream-sqlserver-change-tracking/actions/workflows/build.yaml)
This repository will contain the SQL Server Change Tracking stream for the Arcane. This stream will allow you to
capture changes from SQL Server database and store them in a S3 compatible storage.
### Quickstart
TBD
### Development
Project uses `Scala 3.6.1` and tested on JDK 21. When using GraalVM, use JDK 22 version.
Plugin supports `GraalVM` native image builds. Each PR must be run with
`-agentlib:native-image-agent=config-merge-dir=./configs` on a [GraalVM-CE JDK](https://sdkman.io/jdks/#graalce) in
order to capture native image settings updates, if any.