Obtaining the packages
The following packages are available for download:
- protegrity-ai-developer-edition: Contains Docker Compose files, sample applications, and configuration templates.
- protegrity-ai-developer-python: Contains the source files for customizing and using the Python module.
- protegrity-ai-developer-java: Contains the source files for customizing and using the Java library.
Cloning the repositories
Sync the repositories to download the packages onto your local system. You can use the git clone command to clone the repositories.
Navigate to the Protegrity AI Developer Edition repository.
Clone or download protegrity-ai-developer-edition for testing the features.
git clone https://github.com/Protegrity-AI-Developer-Edition/protegrity-ai-developer-edition.gitClone or download protegrity-ai-developer-python for customizing the Python module.
git clone https://github.com/Protegrity-AI-Developer-Edition/protegrity-ai-developer-python.gitClone or download protegrity-ai-developer-java for customizing the Java library.
git clone https://github.com/Protegrity-AI-Developer-Edition/protegrity-ai-developer-java.gitVerify the files in the package. The list of files in the git package can be obtained from the files list.
Back up the Protegrity AI Developer Edition repository if the Python and configuration files are updated.
Note: The supported entities are updated. For more information about the entities, refer to Supported Entities.
Navigate to the cloned repository location for protegrity-ai-developer-edition.
Run the following command to stop the containers.
docker compose downBased on your configuration use the
docker-compose downcommand.Sync to update the repositories on the local system using the
git pullcommand.- protegrity-ai-developer-edition: Contains the files to launch the required containers. It also contains the sample applications and files.
- protegrity-ai-developer-python: Contains the source files for customizing and using the Python module.
- protegrity-ai-developer-java: Contains the source files for customizing and using the Java library.
Verify the files in the package. The list of files in the git package can be obtained from the files list.
Setting up feature containers
After downloading the common packages, set up the containers for the features you want to use. Refer to the setup instructions in each feature section:
Setting up Jupyter notebook
Set up the Jupyter notebook for working with the notebooks provided from the cloned repository location for protegrity-ai-developer-edition. Ensure that the Python virtual environment is activated before running this command.
pip install -r shared/requirements.txt
Feedback
Was this page helpful?