Skip to content

Releases: basho-labs/rinamo

Basic Query

19 Aug 04:39
Compare
Choose a tag to compare
Basic Query Pre-release
Pre-release

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

21 Mar 19:18
Compare
Choose a tag to compare
Basic Operations Pre-release
Pre-release

Includes support for basic AWS DynamoDB operations such as:

  • CreateTable
  • List Tables
  • Describe Table
  • Delete Table
  • Put Item
  • Get Item
  • Delete Item