Skip to content
jd edited this page Jan 13, 2014 · 30 revisions

Grapes

Grapes is a tool dedicated to software development that tracks dependencies of a production.

  • Use its HTTP REST API or include one of Grapes client in your CI to send the information of your production
  • Get feedbacks on the dependencies of a project: versions, origin, known issues...
  • List all the licenses of your third party library

History

Grapes used to be an internal CI tool of Axway to govern the flow of dependencies. The project started in 2011 and has been brought to the open source in 2014.

Requirements

  • Grapes is in Java6
  • It is compiled using Maven3

Tech

Written in Java, Grapes uses a number of open source projects :

  • Dropwizard - awesome out-of-the-box to build web applications
  • Jongo - a super fast way to request MongoDb using MongoShell language
  • Twitter Bootstrap - great UI boilerplate for modern web apps
  • jQuery - JavaScript library

Wiki pages

  • [Install from sources](Installation from sources)
  • [Use cases](Use case list)

To go further

More information is available in the maven site of the project

git clone [git-repo-url] grapes
cd grapes/server
mvn site

The open target/site/index.html in your favorite web-browser.

License

Under Apache 2 license

Clone this wiki locally