ag-Grid ngEurope 2016 Hackathon

================================= Picture of Los Angeles Hilly Road

Los Angeles is a hilly place - incidents of crime have been recorded along with the elevation at the crime scene. Can you identify patterns of crime?

Using ag-Grid try find patterns here - are there more crimes higher up where the wealthy live, or down below?

There are 3 skeleton projects included - one for each of the following language/frameworks:

  • JavaScript
  • Angular 1
  • Angular 2

With all three, you can get started by navigating to the relevant directory, then running the following:

- npm install
- npm start

Getting Start Documentation for using the above with ag-Grid can be found here:

You're free to use any library you'd like, and come up with anything you like, as long as you use ag-Grid to display/contain the main results.

Some ideas work experimenting with in the grid are (but you're free to do anything you like!):

There is a JSON file included with each skeleton project, but if you'd like to use a larger or smaller file you can use the incidentsWithElevationLarge.json or incidentsWithElevationSmall.json files instead. All 3 files should yield the same conclusions.

Good luck!