Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/azure/batchexplorer
A client tool to help create, debug and monitor Azure Batch Applications
https://github.com/azure/batchexplorer
angular2 azure azure-batch cloud electron typescript ui
Last synced: 4 days ago
JSON representation
A client tool to help create, debug and monitor Azure Batch Applications
- Host: GitHub
- URL: https://github.com/azure/batchexplorer
- Owner: Azure
- License: other
- Created: 2016-12-02T18:52:35.000Z (about 8 years ago)
- Default Branch: main
- Last Pushed: 2024-12-10T19:27:26.000Z (16 days ago)
- Last Synced: 2024-12-22T18:04:27.558Z (4 days ago)
- Topics: angular2, azure, azure-batch, cloud, electron, typescript, ui
- Language: TypeScript
- Homepage: https://azure.github.io/BatchExplorer/
- Size: 29.9 MB
- Stars: 206
- Watchers: 43
- Forks: 69
- Open Issues: 127
-
Metadata Files:
- Readme: Readme.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
- Security: SECURITY.md
Awesome Lists containing this project
README
# BatchExplorer
[![VSTS Build Status](https://dev.azure.com/azurebatch/BatchExplorer/_apis/build/status/BatchExplorer%20-%20CI)](https://dev.azure.com/azurebatch/BatchExplorer/_build/latest?definitionId=8)
[![codecov](https://codecov.io/gh/Azure/BatchExplorer/branch/main/graph/badge.svg)](https://codecov.io/gh/Azure/BatchExplorer)Batch Explorer is a tool to manage your Azure Batch accounts. The goal is to implement a great user experience that will help you debug, monitor and manage your pools, jobs and tasks.
It will also include experimental features such as `Batch Templates` in the aim to improve your Batch experience. We are open to any feedback, ideas and contributions you might have.![Account view](docs/images/account-home.png)
![Job view](docs/images/job-home.png)## Downloads
You can download the latest version at
To build Batch Explorer yourself see this [wiki](https://github.com/Azure/BatchExplorer/wiki)
## Feedback
* Request a new feature on [GitHub](https://github.com/Azure/BatchExplorer/issues)
* Vote for popular [feature requests](https://github.com/Azure/BatchExplorer/issues?utf8=%E2%9C%93&q=is%3Aopen+is%3Aissue+label%3Afeature+sort%3Areactions-%2B1-desc+)
* File a bug on [GitHub](https://github.com/Azure/BatchExplorer/issues)## Developers
[Dev docs](docs/readme.md)
## Data/Telemetry
Batch Explorer collects usage data and sends it to Microsoft to help improve our products and services. Read Microsoft's [privacy statement to learn more.](https://privacy.microsoft.com/en-us/privacystatement)
Please go see [How to disable crash reporting and telemetry](https://github.com/Azure/BatchExplorer/wiki/Crash-reporting-and-telemetry#how-to-disable-crash-reporting-and-telemetry) to disable it
## License
Copyright (c) Microsoft Corporation. All rights reserved.
Batch Explorer is licensed under MIT [See license](LICENSE)
Some icons are under Creative Commons Attribution-ShareAlike 3.0 Unported [See license](app/assets/images/logos/LICENSE)