gmaslowski / dam-camel

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

dam-camel

A sample playground on distributed DAM system leveraging all of the current goodies such as:

Playground architecture

TBD!

Setting up development infrastructure

docker-compose -f docker/dev.yml up

Running all components

./gradlew :dam-camel-core:bootRun
./gradlew :dam-camel-tw:bootRun
./gradlew :dam-camel-iw:bootRun

Ingesting an asset

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"

About


Languages

Language:Java 83.2%Language:Scala 16.8%