https://github.com/sneaksanddata/arcane-stream-salesforce
Salesforce stream for Arcane Streaming Service
https://github.com/sneaksanddata/arcane-stream-salesforce
actor akka arcane c-sharp data-ingestion reactive streaming
Last synced: 9 months ago
JSON representation
Salesforce stream for Arcane Streaming Service
- Host: GitHub
- URL: https://github.com/sneaksanddata/arcane-stream-salesforce
- Owner: SneaksAndData
- License: apache-2.0
- Created: 2024-06-14T13:39:27.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-11-11T12:04:38.000Z (over 1 year ago)
- Last Synced: 2025-01-08T16:04:10.651Z (over 1 year ago)
- Topics: actor, akka, arcane, c-sharp, data-ingestion, reactive, streaming
- Language: Smarty
- Homepage:
- Size: 37.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# Template repository for .NET projects
Use this repo to create new python projects with ready-to-go build and deploy pipelines.
## Checklist
Remember to do the following after creating a new repo:
- :heavy_check_mark: Search and replace `dotnet-project` and `dotnet_project` with your desired project name
- :heavy_check_mark: Select build and deploy pipelines to use in `workflows/` dir.
- Remove dummy code and uncomment real code
- Remove pipelines you won't need
- :heavy_check_mark: Set up helm chart in .helm directory
- :heavy_check_mark: Rename solution file in root of the repository
- :heavy_check_mark: Rename project file under /src directory in the repository
- :heavy_check_mark: Rename test project file under /test directory in the repository
- :heavy_check_mark: Update the CODEOWNERS file with real code owners
- :heavy_check_mark: Update all versions of actions to the latest release of [github-actions](https://github.com/SneaksAndData/github-actions) repository
- :heavy_check_mark: Update this README.
Happy coding!