vote up 0 vote down star

We have a project coming up with significant data quality challenges and I was curious what the state of art in data quality related tools and methodoligies is today for small-to-medium size organizations. Any recommendations?

flag
Could you revise this question and provide more information on what kind of data, what kind of quality measures you're looking for and what kind of problems that you're seeing? – Bob Cross Apr 2 at 16:26

1 Answer

vote up 0 vote down

You have many choices, depending on your language and toolchain use. For Java, good choices are checkstyle, findbugs, JUnit, plus some code coverage tool, use of a continuous integration builder such as cruisecontrol.

This is just a start. There's a lot out there.

link|flag
Eddie - data quality, not code quality... – J Healy Feb 13 at 22:42
Ah, then you need to clarify about what kind of data. :) – Eddie Feb 14 at 4:02

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.