Extending Bazaar for detailed metadata

Asked by alexbw

I am building a web application to version control scientific figures.
Bazaar seems like a good starting place, since it's open source, pluginabble, and written in Python (my favorite).

The biggest item on my list is extensive metadata. Contributors would need to be able to provide and search through detailed information on submitted figures. Would I be able to create this via a plug-in?

Question information

Language:
English Edit question
Status:
Answered
For:
Bazaar Edit question
Assignee:
No assignee Edit question
Last query:
Last reply:
Revision history for this message
Launchpad Janitor (janitor) said :
#1

This question was expired because it remained in the 'Open' state without activity for the last 15 days.

Revision history for this message
Martin Pool (mbp) said :
#2

Alex, I would think about putting the metadata into files in the tree, and then querying them from there; this will probably be easiest if you need to check out or modify the tree outside of your tool.

As far as search you could look at building on the bzr-search plugin.

Can you help with this problem?

Provide an answer of your own, or ask alexbw for more information if necessary.

To post a message you must log in.