https://github.com/dalager/gitcommitstore
Azure Function project that stores/retrieves git commits from CosmosDB
https://github.com/dalager/gitcommitstore
azure git
Last synced: 6 months ago
JSON representation
Azure Function project that stores/retrieves git commits from CosmosDB
- Host: GitHub
- URL: https://github.com/dalager/gitcommitstore
- Owner: dalager
- Created: 2024-01-20T20:38:23.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-06-16T07:21:19.000Z (about 2 years ago)
- Last Synced: 2024-06-16T17:14:47.620Z (about 2 years ago)
- Topics: azure, git
- Language: PowerShell
- Homepage:
- Size: 74.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# CommitStore
This is the middle layer of the CommitStore system. It is responsible for retrieving commits from the commit queue and save them to a Azure CosmosDB.
It will receive git commit messages from the CommitLogger (https://github.com/dalager/GitHookedCommits2AzureQueue) and save them to Cosmos DB.

## Deployment
Deploys with github actions to Azure Functions.
Using this guide: https://github.com/Azure/actions-workflow-samples
See [deploy_functions_to_azure.yml](.github/workflows/deploy_functions_to_azure.yml)
