We are building an interlinked web of Companies and People. The hack will involve mashup of Companies and Directors data API with FT Content Search API. This will expose the data in a much more visual and discoverable way. Currently, this data is presented in plain old tabular format which doesn't facilitate data and relationship discovery.
- Neo4j Graph Database
- Java
- D3 Javascript Library
- HTML, JS, CSS
- Apache Tomcat 6
- DB Path is configured in appconfig.properties
- Logging levels can be configured in log4j.properties
Run the DBPopulator standalone service to populate the DB with some initial data into the prototype.
mvn exec:java -Dexec.mainClass="com.ft.hack.cobweb.service.DBPopulator"