https://github.com/toch/oasis
A DIY data lake 🌴
https://github.com/toch/oasis
data-lake oasis
Last synced: 5 months ago
JSON representation
A DIY data lake 🌴
- Host: GitHub
- URL: https://github.com/toch/oasis
- Owner: toch
- License: mit
- Created: 2017-07-05T16:57:22.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2018-03-08T21:14:08.000Z (over 8 years ago)
- Last Synced: 2024-12-31T12:42:40.854Z (over 1 year ago)
- Topics: data-lake, oasis
- Language: Ruby
- Homepage:
- Size: 57.6 KB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Oasis 🌴
Oasis is a simple Data Lake written in Ruby and Hanami
[](https://travis-ci.org/toch/oasis)
[](https://coveralls.io/github/toch/oasis?branch=master)
[](https://gemnasium.com/github.com/toch/oasis)
[](./CHANGELOG.md)
[](./LICENSE.md)
## Requirements
### PostgreSQL
You need a running PostgreSQL database. The user you log with needs `superuser`
right in order to install the `uuid-ossp` extension in you PostgreSQL database.
If you are on a local set up, running `ALTER WITH superuser;` is a
fine solution. In other cases, ask your database administrator or look for
a fine-tuned solution such as using prepared template.
## Usage
```Bash
bundle
hanami db prepare
hanami server
```
## Run the tests
```Bash
bundle
HANAMI_ENV=test hanami db prepare
rake
```
## License
This project is licensed under the terms of the MIT license.