Skip to content
Dutoit Cédric edited this page May 20, 2015 · 4 revisions

Welcome to the mitard wiki!

Mitard means "Missing Talend Roadside Documentation", a generated documentation which should help understanding a Talend project and shows best-practices and violations.

Mitard, in french, is the place where the punished prisonners are sent. A little like where punished coders are sent ? After all, if you cannot code with talent, you have to code it with talend. Hopeless. Ever tried. Ever failed. No matter. Try again. Fail again. Fail better. And maybe there is a little light shining more and more at the end of the corridor, the hope to make it better, to measure it, and to make it work. Mitard will help you on this hard road, along the road, as a roadside documentation. Feel free to contribute !


Usage:

  1. Create a context.properties somewhere:
talendWorkspacePath=C:\\github\\Mitard\\mitard\\local\\MYPROJECT  # containing services, routes...
productionPath=C:\\github\\Mitard\\mitard\\local\\out  # where the website will be produced
blacklist=.*TEST*,.*TEMPLATE.*,.*test_.*,.*Copy_of.*,.*MOCK.*,.*Old,.*Copy,.*_old # Adapt
dotPath=C:\\Program Files (x86)\\Graphviz2.38\\bin # For dependencies writer
jiraUrl=http://todo/jira/  # if connected to Jira
jiraPrefix=SIREF- # if connected to Jira
  1. Launch main: java Main my_path_to/context.properties

  2. Point wamp or Apache to the productionPath and explore using a WEB browser

Clone this wiki locally