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
- Host: GitHub
- URL: https://github.com/hirocaster/surge
- Owner: hirocaster
- Created: 2016-11-17T11:09:12.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2018-04-12T12:36:17.000Z (almost 8 years ago)
- Last Synced: 2025-08-17T14:41:17.449Z (5 months ago)
- Topics: amazon-dynamodb, elixir
- Language: Elixir
- Homepage:
- Size: 62.5 KB
- Stars: 24
- Watchers: 2
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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