whirlwind-match / fuzzydb

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.
19 stars 5 forks source link

File access is attempted when operating in memory #36

Closed nealeu closed 13 years ago

nealeu commented 13 years ago

When starting a database, a blank repository is written to the disk when starting up. This would prevent embedded operation in a webapp and cloud environment where disk access is not supported.

Possibly also need to be cautious about checking for config files. We can close this once we've proven in-memory operation on Cloud Foundry

nealeu commented 13 years ago

Tested on CloudFoundry and it's working, so closing this.