fuzzydb
fuzzydb copied to clipboard
fuzzydb is a fuzzy matching database engine capable of providing human-like search results that make life much easier for users of websites searching for things like cars, houses, people and jobs.
This would be good to have at first public demo, but not entirely essential, given we can use existing archetype + really minimal config (which is preferable first goal)
Db has support for merging search config with attrs of item being matched against. For M1, what would make life easy for new users, is to ignore items that may...
To include: - How to download and start - Possibly do WAR packaging (Jenkins style - java -jar blah.war)
Existing experience on Linux if data directory is not writeable is not good user experience. ReadWritePerfTest is the first test to hit it, and hangs!
Should see navigation, normal reports, and API javadoc
Just thinking aloud that in a multi-node sharded setup, we may not persist tx logs to disk immediately, but consider them committed if persisted to one or more servers. It's...
Need a webapp that's live and people can just search and see results. Best example is probably already up and running with local scene on likemynds, but login seems to...
Start with the following. test scope: - confirm on classpath runtime scope: generates mocks (if possible) Feature toggles would be good to
Significant load on client and server will be around serialization of data to/from server. We need a front end layer that can take a POJO and map the relevant bits...