Network X is a zero-trust microservices tool designed for infrastructure management and security automation.
Zero-trust microservices thing
This tool is aimed at developers and security professionals looking to implement zero-trust principles in their infrastructure management. It allows users to explore security configurations and automate security processes without extensive manual configuration.
Ensure Python 3 is installed on your system before setting up the virtual environment.
Clone the repo: git clone https://github.com/gbenson/nx-workers.git
Navigate to the directory: cd nx-workers
Create a virtual environment: python3 -m venv venv
Activate the virtual environment: . venv/bin/activate
Upgrade pip and setuptools: pip install --upgrade pip setuptools
Install in editable mode for development: make install
Build a wheel for deployment: make wheel