|
3 | 3 | <img src="docs/images/arcane-logo.png" width="100" height="100" alt="logo"> |
4 | 4 |
|
5 | 5 | [](https://github.com/SneaksAndData/arcane-operator/actions/workflows/build.yaml) |
6 | | -[](https://learn.microsoft.com/en-us/dotnet/csharp/language-reference/language-versioning) |
| 6 | + |
7 | 7 |  |
8 | 8 |
|
9 | 9 |
|
@@ -83,18 +83,24 @@ The most significant milestones are listed below: |
83 | 83 |
|
84 | 84 | - [x] Support for ZIO-based streaming plugins |
85 | 85 | - [ ] Add contribution guidelines |
86 | | -- [ ] Rewrite the operator in Go |
| 86 | +- [x] Rewrite the operator in Go |
87 | 87 | - [ ] Complete transition from Akka.NET to ZIO for the remaining streaming plugins |
88 | 88 |
|
89 | 89 | # Streaming plugins |
90 | 90 |
|
91 | | -### Available ZIO-based streaming plugins |
| 91 | +## Available ZIO-based streaming plugins |
92 | 92 | * Sql Server streaming plugin: [arcane-stream-sqlserver-change-tracking](https://github.com/SneaksAndData/arcane-stream-sqlserver-change-tracking) |
93 | 93 | * Microsoft Synapse streaming plugin: [arcane-stream-microsoft-synapse-link](https://github.com/SneaksAndData/arcane-stream-microsoft-synapse-link) |
| 94 | +* Parquet streaming plugin: [arcane-stream-parquet](https://github.com/SneaksAndData/arcane-stream-parquet) |
| 95 | +* JSON streaming plugin: [arcane-stream-json](https://github.com/SneaksAndData/arcane-stream-json) |
94 | 96 |
|
95 | | -### Available Akka-based streaming plugins |
| 97 | +## Available Akka-based streaming plugins |
96 | 98 | * REST-api streaming plugin: [arcane-stream-rest-api](https://github.com/SneaksAndData/arcane-stream-rest-api) |
97 | 99 |
|
| 100 | +# User guide |
| 101 | +Detailed Arcane user guide is available in the [docs/user_guide.md](docs/usage.md) file. |
| 102 | +User scenarios cheat sheet is available in the [docs/user_scenarios.md](docs/user_scenarios.md) file. |
| 103 | + |
98 | 104 |
|
99 | 105 | # Monitoring and observability |
100 | 106 | -- TBD -- |
|
0 commit comments