Releases: basho-labs/rinamo
Releases · basho-labs/rinamo
Basic Query
Changes
- Switch to Cowboy
- Enable Query API
- Two Range Query Strategies using Riak DT
- One to One
- Table Segments
- LSI (Local Secondary Indexes)
- Vagrant Developer & Test Environment
- More Tests
- Acceptance Tests
Known Issues
The following acceptance tests fail, and may be fixed later:
- should fail put item if conditional expectation fails (pending)
- Impl using strong consistency
- should scan item in table (pending)
- need to track more index info in order to fold over everything
- should query by due date index using one condition (pending)
- divergent code paths due to backend limitations
- finds all range values when using hash key only (pending)
- divergent code paths due to backend limitations
- delete all data when table is deleted
- depends on scan
Basic Operations
Includes support for basic AWS DynamoDB operations such as:
- CreateTable
- List Tables
- Describe Table
- Delete Table
- Put Item
- Get Item
- Delete Item