flatironinstitute / mountainlab-js

MountainLab is data processing, sharing and visualization software for scientists. It is built around MountainSort, spike sorting software, but is designed to be more generally applicable.
Other
43 stars 30 forks source link

Merge mlclient, kbclient, lariclient repos into this one #80

Open tjd2002 opened 5 years ago

tjd2002 commented 5 years ago

I just figured out that we are still pulling in code from magland/{mlclient,kbclient,lariclient}. This makes it hard to make consistent changes across the codebase. For example, kbclient was not updated to use the new location of the mountainlab database. We should probably merge these into a monorepo. There are tools to manage these (e.g. https://github.com/lerna/lerna), but that might be overkill.

alexmorley commented 5 years ago

Afaik those repos aren't used by anything else at the moment so pulling them in here is probably my a good call!