Flashmob

Results 74 comments of Flashmob

Todo in the future: - Break up this branch by putting the front-end in a separate repo (and parts of the backend that services the front-end). Throw away the logrus...

Hello, there are no CPU restrictions and it does not throttle. All scheduling is done by the Go runtime. Most likely, it sounds like your storage is slow and cannot...

Update: Development ongoing. Got a little side-tracked and developed a streaming parsing library for mime. (it's parsing the headers as the input is read in. In the old version, it...

Now working on a "chunk saver" - a streaming backend that breaks up the emails in to chunks as they get saved. Chunks are broken according to the following rule:...

Just found out that text compresses significantly much better if it's not base64 encoded! (Makes sense... base64 inflates the size by at most ~33%)

TODO New configuration layout: 1. named backend configurations (not just one) 2. Each named backend configurations can also defines its own named processors 3. Processors define their configuration options as...

1 - 3 done. Now working on 4.

Hi @pkalemba thanks for your interest! What kind of help do you offer? Right now, it seems like the bulk of this PR has been completed. Would need some help...

Still have a lot of small problems, but once that's fixed then real testing can start!