Skip to content

A background processing to get best bid and ask from crypto exchanges

Notifications You must be signed in to change notification settings

primayudantra/adonis-daemon-crypto-exchanges

Repository files navigation

Introduction

This application is using adonisjs, it has two types of applications, DAEMON and DAEMON_S3

DAEMON

Daemon is background processing to getting REALTIME data (Bid and Ask) from crypto exchanges (Binance, Deribit, Bitmex, FTX, HUOBI, and Bybit) and store the data to csv.

DAEMON_S3

Daemon S3 is background processing to store the data into S3.

Setup and Installation

npm install
cp .env.example .env

# Run Daemon Processing
TYPE=DAEMON node server.js


# Run Daemon S3
TYPE=DAEMON_S3 node server.js

YOW


Notes

AdonisJS 4.0 Documentation URL

Releases

No releases published

Packages

No packages published