An open API service indexing awesome lists of open source software.

https://github.com/hirocaster/surge

Amazon DynamoDB for Elixir
https://github.com/hirocaster/surge

amazon-dynamodb elixir

Last synced: 5 months ago
JSON representation

Amazon DynamoDB for Elixir

Awesome Lists containing this project

README

          

# Surge

Amazon DynamoDB for Elixir

The library is still very much a work in progress.

## Installation

1. Add `surge` to your list of dependencies in `mix.exs`:

```elixir
def deps do
[{:surge, "~> 0.0.1"}]
end
```

2. Ensure `surge` is started before your application:

```elixir
def application do
[applications: [:surge]]
end
```

## Test

``` shell
$ docker-compose run test
```

## Reference

### Support Type

- blob
- boolean
- blob_set
- list
- map
- number_set
- null
- number
- string
- string_set