Skip to content

blacksmith-capital/oliya

Repository files navigation

Oliya - Oil

Oliya is a tool for collecting financial data and providing OHLCV data through HTTP and WebSocket.

Oliya is a Phoenix app built with tai. It is intended to be used in conjunction with Likhtar - financial data charting tool.

Build Status

To start your Phoenix server:

  • Install dependencies with mix deps
  • Run setup mix setup
  • Install Node.js dependencies with cd assets && npm install
  • Start Phoenix endpoint with mix phx.server

Now you can visit localhost:4000 from your browser.

Deploy to fly.io

  • fly launch
  • fly deploy --build-secret SECRET_KEY_BASE="GENERATED_SECRET"

TODO

  • Extract Oliya into standalone pluggable package

Authors