Giter Club home page Giter Club logo

rs-ingest's Issues

Option to have bounded channels for multi-thread mode

Currently, the runner creates unbounded channels with std::sync::mpsc::channel(). This means every send op goes through in the bufreader since the channel has an infinite buffer and might cause overloads if the streamed data from code overloads the decoder. While this might be what most users look for, adding the option for bounded channels might help in some situations to prevent excessive memory usage.

Add closing mechanism for both single-thread and multi-thread.

When running single-threaded the closing mechanism (which is not yet implemented) could be within the runner core module. However, when running multi-threaded the closing mechanism can't be triggered by rs-ingest modules since it would halt execution.

The best way forward seems to be to provide a handle users should call to initiate closing.

Workaround or document catchup result streamed meta

When running catchup in multi-thread mode users might incur an error within the MetaResult wrapper since after catching up it will try to decode the catchup result. The most straightforward way to approach this is to document this and notify users not to do unsafe access to options of MetaResult since it will always result in a panic when running catchup in multi-thread mode.

track and document pubnet compatibility

rs-ingest currently seems to work well also on pubnet and a new flag in IngestionConfig has been added to specify wether to run on mainnet or futurenet.

That said, I haven't had the chance yet to see how it goes when running online or going through big chunks of history. We should also document pubnet compatibility and add examples, possibly similar to the already-existing ones on stellar/go/ingest.

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.