A marketplace which stores examples and job templates of openpai. Users could use openpaimarketplace to share their jobs or run-and-learn others' sharing job.
Перейти к файлу
TobeyQin c9305316bd
fix sku mismatch in distributed job templates (#78)
2020-10-30 14:19:06 +08:00
.github/workflows Fix workflow (#39) 2020-08-04 16:52:22 +08:00
design Update template 2020-07-10 13:29:23 +08:00
docs Add project logo (#25) 2020-05-19 15:06:44 +08:00
examples fix sku mismatch in distributed job templates (#78) 2020-10-30 14:19:06 +08:00
publish fix sku mismatch in distributed job templates (#78) 2020-10-30 14:19:06 +08:00
rest_server Bump lodash from 4.17.15 to 4.17.19 in /rest_server (#40) 2020-08-04 08:57:52 +00:00
tools Fix workflow (#39) 2020-08-04 16:52:22 +08:00
webportal Fix yaml file format bug (#75) 2020-10-27 14:07:41 +08:00
.editorconfig Add eslint to rest server 2020-03-26 15:57:02 +08:00
.gitignore Use docker compose to deploy in production mode (#11) 2020-04-03 14:19:44 +08:00
CODE_OF_CONDUCT.md Initial CODE_OF_CONDUCT.md commit 2019-12-29 20:19:03 -08:00
LICENSE Initial LICENSE commit 2019-12-29 20:19:04 -08:00
README.md Update version to v2.0.0 (#53) 2020-08-31 17:42:17 +08:00
SECURITY.md Update version to v2.0.0 (#53) 2020-08-31 17:42:17 +08:00
index.html Utilize job protocol in market item (#49) 2020-08-26 14:50:19 +08:00
mkdocs.yml Host docs on readthedocs (#18) 2020-04-22 16:54:53 +08:00

README.md

Marketplace Logo

Openpaimarketplace

Webportal CI Rest Server CI Doc Release


A marketplace which stores examples and job templates of openpai. Users could use openpaimarketplace to share their jobs or run-and-learn others' sharing job.

Components

There are two components of openpaimarketplace, rest server and webportal plugin, which are responsible for backend service and frontend usage seperately. Please check the two folders for more detail.

Documentation

The documentation is put in docs directory and hosted at readthedocs:

Code style check

This project use eslint with standard config as linter and prettier as code formatter.

Pleae refer to eslint config file and prettier config file for details. Make sure to run yarn lint command every time before you push your code, and resolve all the errors and warnings. Otherwise it will break the CI check when you submit your pull request.

If you use modern editors like VS Code. It is highly recommends to install eslint and prettier extensions.

How to do code format with prettier? You could use cli like prettier --write 'src/**/*.js' 'src/**/*.jsx' or use prettier extension in vscode.
  • OpenPAI: A complete solution for AI platform. HiveD will be more user-friendly when working in tandem with OpenPAI.

  • OpenPAI Protocol: The protocol interface between marketplace and OpenPAI platform.

Contributing

This project welcomes contributions and suggestions. Most contributions require you to agree to a Contributor License Agreement (CLA) declaring that you have the right to, and actually do, grant us the rights to use your contribution. For details, visit https://cla.opensource.microsoft.com.

When you submit a pull request, a CLA bot will automatically determine whether you need to provide a CLA and decorate the PR appropriately (e.g., status check, comment). Simply follow the instructions provided by the bot. You will only need to do this once across all repos using our CLA.

This project has adopted the Microsoft Open Source Code of Conduct. For more information see the Code of Conduct FAQ or contact opencode@microsoft.com with any additional questions or comments.