https://github.com/sneaksanddata/arcane-docs
Documentation site for the Arcane, a Kubernetes-native data streaming service based on Akka.NET
https://github.com/sneaksanddata/arcane-docs
actor akka arcane c-sharp data-ingestion reactive streaming
Last synced: about 2 months ago
JSON representation
Documentation site for the Arcane, a Kubernetes-native data streaming service based on Akka.NET
- Host: GitHub
- URL: https://github.com/sneaksanddata/arcane-docs
- Owner: SneaksAndData
- License: apache-2.0
- Created: 2024-04-16T10:12:50.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-09-16T15:00:13.000Z (over 1 year ago)
- Last Synced: 2025-06-10T02:41:10.942Z (about 1 year ago)
- Topics: actor, akka, arcane, c-sharp, data-ingestion, reactive, streaming
- Language: CSS
- Homepage:
- Size: 786 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: contributing.md
- License: LICENSE
Awesome Lists containing this project
README
# Arcane Docs
Documentation for Arcane, a Kubernetes-native data streaming service based on Akka.NET. The core of this project is a Github action named `release-documentation` that uses [DocFX](https://github.com/dotnet/docfx) which is designed to automate the process of generating and deploying documentation to GitHub Pages.
## Permissions
The action requires the following permissions:
- `contents: read`: To read the contents of the repository.
- `pages: write`: To write to the GitHub Pages site.
- `id-token: write`: To write ID tokens.
## Environment
The action runs on the latest version of Ubuntu.
## Contributing
Feel free to open a new [Issue](https://github.com/SneaksAndData/arcane-docs/issues) in case of any suggestions. Check [our contributing guidlines](https://github.com/SneaksAndData/arcane-docs/blob/main/contributing.md) for more info.