Description
Todo
- Make Q2 and Summer Virtual Internship plan for features to be added:
- Document which issues have already been solved by the 2022 refactor.
A summary of changes made in the 2022 refactor:
- See Refactoring Spotbit spotbit#55 for details on the refactor.
- Spotbit no longer stores an offline database. Instead, we prefer to fetch data from exchange APIs on demand. This fixes Backfilling for fixing gaps in data spotbit#41 and OperationalError: database is locked spotbit#16.
- Use of FastAPI instead of Flask allowed us to be more flexible in
- refactoring and automatically documenting the API.
- improving uptime/reliablity.
- improving perfomance using FastAPI's async-first features.
Previously, @watersnake1 wrote:
I am preparing to back off from the lead developer of spotbit role - I am now back to school full-time and managing another internship, so this isn't really something that I can maintain any longer. Spotbit itself is a functioning system for managing current data, both from a database and directly from exchanges, and for providing averaged price info based on sets of 5 exchanges.
The next phase of Spotbit is naturally historical data. The first challenge in this process is backfilling gaps in the database that can be caused by downtime. I've detailed that in an issue here BlockchainCommons/spotbit#41
There is also some great js code written by Javier that needs to be moved to a clearnet website: BlockchainCommons/spotbit#40
And finally, recently there have been responsiveness issues with the server. I suspect its a tor issue, as I have seen it happen in other onion services I run: BlockchainCommons/spotbit#39
@Fonta1n3 I am convinced its not an optimization issue, but perhaps an issue with how tor is set up.
My next priority is to migrate the linode server to control of Blockchain Commons, which I will complete tomorrow.
@ChristopherA thank you very much for this internship opportunity this summer. It has been a truly great experience working with everyone at blockchain commons these last few months!
Metadata
Metadata
Assignees
Labels
Type
Projects
Status