From 0267eb4bd653c4763ed46cc9c658f74fa01ee732 Mon Sep 17 00:00:00 2001 From: "Elizabeth K. Joseph" Date: Tue, 8 Oct 2024 15:24:46 -0700 Subject: [PATCH] Split out Ambitus and add current projects --- data_files/ZOS_Ambitus.json | 32 ++++++++++++++++++++++++++++++++ data_files/ZOS_OMP.json | 35 ----------------------------------- 2 files changed, 32 insertions(+), 35 deletions(-) create mode 100644 data_files/ZOS_Ambitus.json diff --git a/data_files/ZOS_Ambitus.json b/data_files/ZOS_Ambitus.json new file mode 100644 index 0000000..ffa9b9c --- /dev/null +++ b/data_files/ZOS_Ambitus.json @@ -0,0 +1,32 @@ +[ + { + "packageName":"AI on Z Solution Templates", + "description":"AI Solution Templates are a suite of pre-built blueprints that guide you through the full AI lifecycle on IBM Z with various enterprise use cases while leveraging a variety of technologies", + "version":"" + }, + { + "packageName":"cbexplorer", + "description":"z/OS control block explorer", + "version":"" + }, + { + "packageName":"pyracf", + "description":"Python interface to RACF", + "version":"" + }, + { + "packageName":"pyzkiln", + "description":"A collection of Python building blocks", + "version":"" + }, + { + "packageName":"ztron", + "description":"A lightweight automation and logging pipeline for z/OS", + "version":"" + }, + { + "packageName":"zml", + "description":"Z markup language specification", + "version":"" + } +] diff --git a/data_files/ZOS_OMP.json b/data_files/ZOS_OMP.json index 2ca43b2..e4367be 100644 --- a/data_files/ZOS_OMP.json +++ b/data_files/ZOS_OMP.json @@ -1,62 +1,27 @@ [ - { - "packageName":"binutils", - "description":"Ambitus hosted port of the GNU binutils to z/OS", - "version":"" - }, { "packageName":"Galasa", "description":"Galasa is an integration test framework https://github.com/galasa-dev", "version":"" }, - { - "packageName":"GCC", - "description":"Ambitus hosted port of the GNU GCC compiler to z/OS", - "version":"" - }, { "packageName":"GenevaERS", "description":"GenevaERS is the single-pass optimization engine for data extraction and reporting on z/OS.", "version":"" }, - { - "packageName":"Glibc", - "description":"Ambitus hosted port of the GNU C library to z/OS", - "version":"" - }, { "packageName":"Polycephaly", "description":"Polycephaly enables developers to build z/OS source code files with Jenkins and Git", "version":"" }, - { - "packageName":"Pyzklin", - "description":"Amibitus hosted Python interfaces for resource management on z/OS. A place to create building blocks for workflows and pipelines", - "version":"" - }, - { - "packageName":"zML", - "description":"Ambitus hosted programing language agnostic macro description format. Provides access to external published z/OS data areas through a markup language interface", - "version":"" - }, { "packageName":"Zorow", "description":"z/OS Open Repository of Workflows (zorow), is dedicated to contributing and collaborating on z/OSMF workflows.", "version":"" }, - { - "packageName":"zos-native", - "description":"Ambitus hosted tools, examples, and how-to information for working in a z/OS USS environment. Geared toward Linux users who need to inow how to use z/OS", - "version":"" - }, { "packageName":"Zowe", "description":"Zowe, modern interfaces to interact with z/OS, allows to work with z/OS in a way that is similar to what you experience on cloud platforms today https://www.zowe.org/download.html", "version":"" - }, - { - "packageName":"zTron", - "description":"Ambitus hosted lightweight pipeline framework for creating Python workflows as standalone application and/or Jupyter notebooks", - "version":"" } ]