ssbc / ssb-friends

Manages the SSB social graph
MIT License
23 stars 6 forks source link

Eliminate flume #56

Closed KyleMaas closed 3 years ago

KyleMaas commented 3 years ago

Would be nice if flumecodec and flumeview-reduce could be eliminated. Right now, these are pulling in duplicate dependencies into ssb-browser-demo and increasing its size.

KyleMaas commented 3 years ago

As far as I can tell, this is the only thing that still uses flume:

https://github.com/ssbc/ssb-friends/blob/0ce97f890a254bb6b214e5ea3f2f79d73ef064fe/contacts.js

arj03 commented 3 years ago

It will not be easy because they are used if you use this with db1. The code should be cleared out with some of the post processors, so I don't think this is a big problem.

KyleMaas commented 3 years ago

Okay. I'll go ahead and close this, then.