toch / oasis

A DIY data lake 🌴

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Oasis 🌴

Oasis is a simple Data Lake written in Ruby and Hanami

Build Status Coverage Status Dependency Status version license

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 <user name> 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

bundle
hanami db prepare
hanami server

Run the tests

bundle
HANAMI_ENV=test hanami db prepare
rake

License

This project is licensed under the terms of the MIT license.

About

A DIY data lake 🌴

License:MIT License


Languages

Language:Ruby 99.8%Language:HTML 0.2%