letusfly85 / IoT_data_curator

Other
1 stars 1 forks source link

REST[/v1/api/iot] 実装 #2

Open letusfly85 opened 8 years ago

letusfly85 commented 8 years ago

Summary

IoTデータをポストするためのメソッドを実装する

letusfly85 commented 8 years ago

ここを見ながらやってみる

http://akiomik.hatenablog.jp/entry/2013/10/28/021650

これ微妙。

letusfly85 commented 8 years ago

こちらが公式ドキュメント

https://www.playframework.com/documentation/ja/2.2.x/ScalaActions

letusfly85 commented 8 years ago

これがいいと思う。

https://github.com/piotrga/async-dynamo

非同期でdynamodbに書き込みを実施する

letusfly85 commented 8 years ago

まずはこっちを使います。

http://docs.aws.amazon.com/AWSJavaSDK/latest/javadoc/com/amazonaws/services/dynamodbv2/AmazonDynamoDBClient.html

letusfly85 commented 8 years ago

http://stackoverflow.com/questions/16583265/how-can-i-convert-scala-map-to-java-map-with-scala-float-to-java-float-k-v-conve

tkt-exmilen commented 8 years ago

OK