我正在编写一个scala应用程序,需要与DynamoDB交互。我看到有很多开源软件。以下是一些示例:
https://github.com/piotrga/async-dynamo
https://github.com/bizreach/aws-dynamodb-scala
https://github.com/seratch/AWScala
https://bitbucket.org/atlassian/aws-scala
https://dwhjames.github.io/aws-wrap/index.html
或者使用Java的官方AWS SDK会更好?有没有人有使用上述开源软件的经验?
发布于 2017-05-25 18:53:12
查看Alpakka项目,它提供了一个DynamoDB connector。Alpakka连接器构建在Akka Streams之上,并提供了一种以reactive方式与各种技术和协议进行交互的方法。
https://stackoverflow.com/questions/44178547
复制相似问题