BlockchainCommons / Community

Discussions & shared documents for stakeholders in Blockchain Commons
Other
68 stars 10 forks source link

Document roadmap for Spotbit #22

Closed watersnake1 closed 1 year ago

watersnake1 commented 3 years ago

Todo

A summary of changes made in the 2022 refactor:


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 https://github.com/BlockchainCommons/spotbit/issues/41

There is also some great js code written by Javier that needs to be moved to a clearnet website: https://github.com/BlockchainCommons/spotbit/issues/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: https://github.com/BlockchainCommons/spotbit/issues/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!

shannona commented 3 years ago

Thank you for a terrific project, @watersnake1 . Closing this out, as spotbit has the individual issues that need to be followed. We should be sure to consider issues on individual repos when looking into future projects (as well as closed issues here).

ChristopherA commented 2 years ago

Reopening. We don't really have a formal lead for Spotbit, though @nochiel has been serving that role with the current refactor. We also have some interest from summer 2022 interns in contributing to the next generation of Spotbit, but we don't have a good roadmap.

@Nociel, your thoughts?

nochiel commented 2 years ago

@ChristopherA

Re. https://github.com/BlockchainCommons/Community/discussions/104 I'd be glad to take over as Spotbit lead and help the interns with the projects they are working on.

I'll also post new issues to track the features/improvements we discussed last week.

ChristopherA commented 2 years ago

It would also be very useful for the spotbit team doing any front-end changes, to give feedback on how to skin our esplora server and other services in similar ways, for both public web at http://esplora.blockchaincommons.com and via tor under different javascript scenarios.

See issue #142

ChristopherA commented 2 years ago

FEATURE REQUEST: I'd really like Spotbit instances to be able to connect via a torgap to a bitcoin-core instance or Esplora for fee estimation. This needs scoping and a separate concrete community project issue.

ChristopherA commented 1 year ago

@nochiel we need a plan.

nochiel commented 1 year ago

@ChristopherA I've added a Spotbit roadmap here: https://github.com/BlockchainCommons/spotbit/edit/master/README.md#roadmap-1

It servers as a starting point that can be discussed/improved by posting issues/feedback in the BlockchainCommons/Spotbit repository.