A simple docker compose script that spins up local Narwhal server environment.
Tested with Debian/Ubuntu.
git clone https://github.com/itworks99/nsea.git; cd nsea
docker-compose up
or
docker-compose -f "docker-compose.yml" up -d --build
Navigate to https://127.0.0.1:3000 then create a security exception because at this point in time Narwhal is using local security certificates.
Navigate to https://127.0.0.1:3000/json_all for all data. Use https://127.0.0.1:3000/json_alerts for alerts only.
Navigate to https://127.0.0.1:3000/csv_all to download all data. Use https://127.0.0.1:3000/csv_alerts for alerts only.