Giter Site home page Giter Site logo

Comments (3)

slatinsky avatar slatinsky commented on August 29, 2024 1

If you think that the process is stuck, please reopen the issue.

There is a tradeoff between the speed of preprocessing and the RAM we need. There are people with gigabytes of export data - that just doesn't fit in their system RAM. I have chosen this speed tradeoff. The preprocessing is still 50-times faster than the time needed to export it from Discord.

from discordchatexporter-frontend.

walllable avatar walllable commented on August 29, 2024 1

Alright, noted - thanks for your time and the explanation, that makes sense to me.

from discordchatexporter-frontend.

slatinsky avatar slatinsky commented on August 29, 2024

Hello,

Slow SessionWorkflow loop messages are completely normal - if you see them, you know that data is pushed to mongodb database and the process is not stuck.

The frontend is not just an simple viewer. The data needs to preprocessed due to some design choices in DCE, where some data is not exported directly, but can be inferred from other data (for example emojis in the message content are not exported, but can be recomputed from reactions,... ).

Also the viewer needs to pick the best data fields if the same message was exported multiple times.

And of course the database is needed for search to work.

The slow start should happen only the first run (+ if you upgrade the program). Else it will detect already processed files and skip them - speeding up the start.

If you are not patient enough, go to http://127.0.0.1:21011 in your browser to view partial results

from discordchatexporter-frontend.

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.