A sample playground on distributed DAM system leveraging all of the current goodies such as:
TBD!
docker-compose -f docker/dev.yml up
./gradlew :dam-camel-core:bootRun
./gradlew :dam-camel-tw:bootRun
./gradlew :dam-camel-iw:bootRun
curl -X POST http://localhost:8080/dam/asset -d "{'name':'helloAsset', 'contentUrl':'https://farm8.staticflickr.com/7336/11770504415_a3304be7d7_o_d.jpg'}" -H "Content-Type: application/json"