1
I Use This!
Inactive

Commits : Listings

Analyzed about 10 hours ago. based on code collected about 11 hours ago.
Aug 03, 2025 — Aug 03, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Working protobuffer serialization without analysis/plugin architecture but working across memory, file, and HBase storage. Protobuffer serialization does not have version chaining active, instead using lazy reference class to keep things simple. More... about 14 years ago
Restricted additional attributes of features to basic types (they all have to be the same in the map by design now). More... about 14 years ago
Fleshed out protobuf conversion classes. There are some changes to the HBase back-end to support the lower-level protobuf objects and multiple tables for our different object/entity types. More... about 14 years ago
Working (but pretty naive) implementation of HBaseBackEnd with no optimizations from the in memory back-end. Some working with Kryo, commented out due to various problems and issues. More... about 14 years ago
Added draft of a scanner plugin. Added map to features. More... about 14 years ago
Merge branch 'master' of github.com:SeqWare/seqware More... about 14 years ago
Added a first draft of a map-/reduce plugin. More... about 14 years ago
Merge branch 'master' of github.com:SeqWare/seqware More... about 14 years ago
Further abstracted away the serialization from what we should really be calling storage. Some non-working prototype code with Kyro and HBase More... about 14 years ago
Added description on installing protobuf. More... about 14 years ago
Updated commented version 0.92 to 0.94, so it matches the README. More... about 14 years ago
Have a bit of cleanup for this demo release More... about 14 years ago
Refactoring done, starting to work on rowKey generation and some HBase stuff before swinging back to serialization More... about 14 years ago
In the middle of some cleanup and refactoring based on a meeting yesterday. Abstracting out most of the Sets except for FeatureSet to allow for easy implementation with new types of backends Also refactoring and cleaning up some of the interfaces to make for a cleaner API only in the base model directory and the factory directory Als, enforcement of the ID field in Feature to ensure that we can properly create rowKeys in HBase More... about 14 years ago
Refactoring out the Particle class More... about 14 years ago
Some changes to the Tag classes that I noticed We need rich Tag values More... about 14 years ago
Merge branch 'master' of github.com:SeqWare/seqware More... about 14 years ago
Working version of HBaseTest with proto buffers Thanks to Tony for the precompiled protoc executables This makes the kyro version of HBaseTest fail for some weird dependency reason that is beyond me (help?) More... about 14 years ago
Made it clearer how to get a local HBase (0.94.0) running. More... about 14 years ago
Need this too More... about 14 years ago
Jumped the gun a bit, this is better More... about 14 years ago
Fix for HBaseTest, UUID doesn't seem compatible with Kyro's optimizations More... about 14 years ago
Added HBaseTest with serialization implementation Kryo. More... about 14 years ago
Tests that demonstrate loading of specific back-ends verus loading from the factory More... about 14 years ago
One possible fix, explained in email More... about 14 years ago
Noticed error appearing on laptop specifically, transferring over debug messages More... about 14 years ago
Testing adding and removing tag sets. Noticed that we forgot remove methods, added them. More... about 14 years ago
Merge branch 'master' of github.com:SeqWare/seqware More... about 14 years ago
Test that demonstrates/fixes problem with tagging, tags were not being properly tracked More... about 14 years ago
I think this was fixed to use the local repository already More... about 14 years ago