Coder Social home page Coder Social logo

lerenn / cryptellation Goto Github PK

View Code? Open in Web Editor NEW
4.0 4.0 2.0 3 MB

Scalable cryptocurrency investment system

Home Page: https://cryptellation.dev

License: GNU Affero General Public License v3.0

Dockerfile 0.13% Go 97.52% Makefile 1.30% CSS 0.78% HTML 0.27%
cryptocurrency trading

cryptellation's People

Contributors

lerenn avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar

cryptellation's Issues

Make livetests service failable

Each livetest should send a heartbeat regularly through their publications.
Each replica of the service should listen every active livetest and take over the livetest if too much heartbeats has been missed, excluding others to take over.

Add Redis Caching on CockroachDB usages

Adding a Redis Cache in front of CockroachDB use will greatly improve performances, especially on HDD disks.

The caching rule should be define by usecase (ex: candlesticks should cache X candlesticks of the same market/symbol/period before and after the requested ones).

backtests: support order without listening to events

For now, if we want orders to behave correctly, we have to listen to related symbol events, or those will be skipped.
It may be great to automatically checl symbol events without sending them if not explicitly requested in order for orders to behave correctly.

Make ticks service failable

Each subscription should send a heartbeat regularly through their publications.
Each replica of the service should listen every active subscriptions and take over the subscription if too much heartbeats has been missed, excluding others to take over.

Add E2E tests

There should be E2E tests using clients.

Supported client E2E success should be mandatory.
Unsupported client E2E success should be optional.

It should test also specific client aspects (like last candlestick adaptation in backtesting).

backtests: omitted events

Due to events being listened to when the listening is active and not when the stream is created, we miss some starting events.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.