Code Monkey home page Code Monkey logo

icostats's People

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

icostats's Issues

Visualize the ICO economy against ETH

Add a way to see ICO numbers over time, and also their volumes (in a chart). This would give us a way of seeing how it effects the ETH price and also how other potential crypto like ETC might increase if they start doing ICOs. Basically having a visual way of seeing spikes in ICO money over time and compare it the ETH chart.

Use case 1: See how volume of money going to ICOs affects ETH price.

Ability to add tokens programmatically

Assumes that some user has submitted a request to add the token with valid data. This requires validating not only the data but also if it is trading on a supported exchange.

Performance Optimizations

When the cache TTL expires, the cache will not be refreshed until the next user visits the site, because refreshing the cache is triggered by a request. This means that this user will have a very slow initial loading time.

The architecture needs to be updated such that:

  1. A worker is responsible for updating the cache
  2. Rather than using a memory cache, we setup an external redis server for caching. This has the added benefit that rather than each node in the cluster keeping its own cache, all nodes share one cache (the redis cache).

Redis Cache

Explore redis and other caching solutions. We need to use a more robust cache as opposed to the current in-memory solution.

API Documentation Page

Add a API page that describes the GraphQL API.

Also, make sure the API isn't allowing users to do malicious writes.

Filter by volume.

As a user I should be able to filter out coins that have low volume.

Base currency not applied to percentages

On the RECENT PERFORMERS tab, changing the BASE CURRENCY does not affect the percentages displayed. It would be handy if we were able to compare the Recent ROI of a specific project vs ETH's (or BTC's) growth for a specific time period (24 hours, 1 week, 1 month) to see if we would have been better off holding ETH (or BTC) for that time period vs a project's token. It looks like the entire tab just displays that project's ROI in comparison to USD currently? Thanks for your consideration. :)

Unified service driver for exchanges

Create API services for Poloniex, Liqui, Bittrex, cryptowatch, and create a driver that normalizes interfacing with them. This way we can just do something like fetchTicker('BTC','USD', 'KRAKEN') and have that work for all exchanges.

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.