Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

making storage engines pluggable #27

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

dbuthay
Copy link
Contributor

@dbuthay dbuthay commented Feb 14, 2012

This change allows for runtime configuration of document storage.

The JSON configuration can now have the following keys:

  • storage: a class name. It can be either a DocumentStorage subclass or a DocumentStorageFactory subclass
  • storage_config: a Map, to use as parameter for DocumentStorageFactory.fromConfiguration(Map)

The command line option to set storage options is now deprecated, but RAM parameter is still honored (with at warning)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant