xbrl-forge can be also used via Docker!
Please make sure you have docker and docker compose installed. Simply build and run the xbrl-forge engine:
docker compose up --build engineThis will start the webserver on port 8000. The port and logging level can be configured in the engine section of the docker-compose.yaml file.
Please see the Web Api How-To documentation to understand the usage.
The xbrl-forge package simplifies the process of working with XBRL files by providing tools to validate the input, preprocess, and generate XBRL documents. By following this guide, you can integrate these functions into your workflow and streamline your reporting processes.
For more details, check the documentation or raise issues for support.