SE2006:group bar:March Deliverables
Jump to navigation
Jump to search
March Deliverables
As requested from Chris' email:
1) API Documentation
- Developer documentation on usage
- At this point we do not have API to the Data store.
- We have an API for actually scraping Data. See http://cs.earlham.edu/~bar/doc/
- How to add data new sources
- Check out this url (linked to from above url) http://cs.earlham.edu/~bar/doc/edu/earlham/cs/scrapi/SourceDefinition.html
2) Test harness (with instructions) for the API
- We use JUnit, and it must run from Eclipse (for now). Other hooks (to use it) coming soon.
3) Data store information
- The data dictionary itself
- Postgres Tobias on Millie.
- Scripts/instructions for creating the schema in the database instance
- There are none because this is done dynamically by our code. (Based on SourceDefinition, see above URL.)
- Scripts/instructions to populate the database with your data sources and their source information
- See above pointer. Just run the java program, and the Scheduler will take care of all the nitty/gritty details.