2018-2019
Permanent URI for this collection
Browse
Browsing 2018-2019 by Subject "1NH16MCA03"
Now showing 1 - 1 of 1
Results Per Page
Sort Options
Item AIRFLOW DAGS(2019-06-28T07:33:35Z) ABHISHEK V SThe project “AIRFLOW DAGS” is based on the generation of directed acyclic graphs during the creation of profiles and roles in the Enterprise management software. The enterprise management software is in house developed by Cerner and is called Olympus. Profiles are facilities that are provided to the clients in Cerner, they are seen in the configuration view of Olympus. Roles are the permissions and the access that is given to a client. Automation is necessary to make repetitive and difficult procedures more simpler. In this case the automation is done so that the onboarding of new clients in Cerner is done in a easier way. Previously this was done manually which time was consuming, since the development of this project this process has been made simpler. It parses the data from the pod directory json file to generate client list, pod configurations. These are then stored in a config which is made for each of the pods. These configs are stored in ocrs Jetstream repo. The details are then taken from this repo as the details cannot be hard coded into the code. This makes the program seem more discrete.