A CQL-compatible Percolator client

Hey folks! Just wanted to share a Percolator client that I’ve been working on for CQL, specifically for using with Scylla. I’ve not tested it for 100% transactional security, and there are plenty of optimizations still on the table, so it’s more of a “toy” implementation (so don’t use it in production!)

I think composable transactions are particularly neat :slight_smile: (you can see an example in the tests)

Very interesting, thanks for sharing!

1 Like

Very cool!
To validate, is this the project you are referring to: GitHub - percolator/percolator: Semi-supervised learning for peptide identification from shotgun proteomics datasets ?

No, it was this: https://www.usenix.org/legacy/event/osdi10/tech/full_papers/Peng.pdf

1 Like