GithubHelp home page GithubHelp logo

Comments (4)

tbfleming avatar tbfleming commented on June 12, 2024

The PostgreSQL tables store the action and state data in the blockchain's native (binary) format. This saves space, but makes direct queries difficult on fields contained within that data. Wasmql addressed that need, but performs much worse on PostgreSQL than on rocksdb. Wasmql is in the middle of an incompatible rewrite. The new version of wasmql will drop PostgreSQL support and work exclusively on rocksdb because of its performance gains. The new version of wasmql also will have significant differences from the current interfaces, so we don't recommend using wasmql at this time.

We plan to promote fill-pg to release after some changes, but acknowledge that it doesn't handle contract-specific queries well. EOSIO Token is contract-specific.

from history-tools.

ek1977 avatar ek1977 commented on June 12, 2024

Are the resources that we could use to parse the necessary binary fields? We are primary working in Python but could use something else if we need to. It would be acceptable for use to identify all the required transactions, convert them and then do the calculation, if we can get them converted. Thank you for your continued assistance.

from history-tools.

tbfleming avatar tbfleming commented on June 12, 2024

We have 2 libraries which can do the conversion: eosjs and abieos. abieos is C++, but has a pure C interface designed for hooking up to other languages. It should be compatible with Python's ctypes, but I don't know if anyone has tried yet.

from history-tools.

ek1977 avatar ek1977 commented on June 12, 2024

Thanks. I'll take a look.

from history-tools.

Related Issues (20)

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.