diff --git a/cc/README.md b/cc/README.md index 0f2a553..669bdc7 100644 --- a/cc/README.md +++ b/cc/README.md @@ -1,2 +1,6 @@ # MLSS-ControlCenter-Go + + +CC is the platform control subsystem of the Prophecis system, which mainly includes basic platform management, user information management, project group information management, namespace management, machine tag management, and data management. Users need to apply for resources first, and then carry out model development and training. + diff --git a/di/README.md b/di/README.md index 72d6eb3..aefbe77 100644 --- a/di/README.md +++ b/di/README.md @@ -1,17 +1,18 @@ -### Prophecis-DI module is built based on the [FfDL](https://github.com/IBM/FfDL). +# Prophecis-DI -**The main modifications are as follows**: -[1] Integrate Kubeflow Arenaļ¼ŒProvide distributed tensorflow task ability. -[2] Modify the creation mode of single machine modeling taskļ¼šremove helper and job jobmonitor in task, and change deploy pod to deploy job. +DI is the model training execution subsystem of the Prophecis system. It supports users to choose a stand-alone or distributed method to train the model. Users can access the CPU and GPU resources required for training through the UI. The DI subsystem will allocate according to the information configured by the user. Corresponding resources. -[3] The log collection service is changed to daemonset, and the collection tool is changed to fluent bit. -[4] The task status update mode is changed to an independent service job monitor. -[5] Add user GUID control in container data directory. +#### Module -[6] Enhance CLI, added parameter replacement of yaml template, and the train command was modified to websocket connect, providing log and state. +- CLI: CLI is a command line tool, which can perform basic command operations on Prophecis-DI. +- Jonmonitor: Jonmonitor is responsible for monitoring the status of task execution. +- LCM: LCM is responsible for various methods of task life cycle management, including start, pause, and terminate. + +- Restapi: Restapi is mainly used to process external service requests and service authentication, and supports load balancing. +- Storage: Storage is responsible for the operation of storage module, such as Minio, ES, Mongo, etc. +- Trainer: Trainer is responsible for managing model training tasks. -[7] The code file storage server is changed to Minio. diff --git a/linkismagic/README.md b/linkismagic/README.md new file mode 100644 index 0000000..b623681 --- /dev/null +++ b/linkismagic/README.md @@ -0,0 +1,6 @@ +# LinkisMagic + + + +LinkisMagic is a set of defined Magic functions, which are used to calculate the interaction with the computing middleware Linkis, and Linkis submits the calculation engine. The Magic function sends the Code to Linkis via Http request, and Linkis returns the result and displays it in Jupyter Lab. + diff --git a/mllabis/README.md b/mllabis/README.md new file mode 100644 index 0000000..01cfcf8 --- /dev/null +++ b/mllabis/README.md @@ -0,0 +1,6 @@ +# MLLabis + + + +MLLabis is the personal development environment subsystem of the Prophecis system. It allows users to create Notebooks to edit codes and develop models online. It also supports the integrated development environment of Hadoop and Spark to facilitate user development. + diff --git a/ui/README.md b/ui/README.md index 716410c..016ed6f 100644 --- a/ui/README.md +++ b/ui/README.md @@ -1,6 +1,14 @@ +# Prophecis-UI + + + +UI is the front-end part of the website of other subsystems of prophecis, including front-end pages and page jump controllers, and is mainly responsible for the view control and data display of users visiting web pages. + + + # new-project -## Project setup +### Project setup ``` npm install ```