taoensso / faraday

Amazon DynamoDB client for Clojure
https://www.taoensso.com/faraday
Eclipse Public License 1.0
238 stars 84 forks source link

Add convenient support for new DynamoDB lib features #6

Closed ptaoussanis closed 4 years ago

ptaoussanis commented 10 years ago

Transaction library (July 2013): http://aws.typepad.com/aws/2013/07/dynamodb-transaction-library.html Local testing library (Sep 2013): http://aws.typepad.com/aws/2013/09/dynamodb-local-for-desktop-development.html Geospatial library (Sep 2013): http://aws.typepad.com/aws/2013/09/new-geo-library-for-dynamodb-.html

Anything else?

Will be swamped with work for the next few months, so any assistance with these would be very welcome. All libs expose a simple(ish) Java API; would just need a little wrapping to make them more convenient to use from Clojure/Faraday.

ptaoussanis commented 10 years ago

Seems a simple atomicity util would be quite possible even w/o the additional Java lib - could follow the same pattern taken by the lib: http://aws.amazon.com/blogs/aws/dynamodb-transaction-library/

joelittlejohn commented 4 years ago

Closing this one as I think we have the main parts covered elsewhere. If anyone is interested in integrating the geo library in some way, please open a new issue or PR.