Skip to content

Instantly share code, notes, and snippets.

@chaudum
Created August 25, 2016 13:55
Show Gist options
  • Save chaudum/f1aeec261dc116c8141076cf54fc5237 to your computer and use it in GitHub Desktop.
Save chaudum/f1aeec261dc116c8141076cf54fc5237 to your computer and use it in GitHub Desktop.

Planning

PostgreSQL JDBC in sample app

Work packages:

  • instructions how to build postgres jdbc see sql/build.gradle in crate/crate repo
    • talk to Marios/Basti first
  • remove crate jdbc dependency from project
  • update documentation
  • change Class.forName('...') definition to postgres
  • check if integration tests succeed

Update names.txt

Work packages:

  • parse list of mountains > 2000m into tsv (tab separated) file Mountains
  • replace names.txt parsing in InternalSettingsPreparer
  • parse tsv using existing tsv file reader
  • implement sys.summits table info
  • implement expressions for sys.summits table: mountain, height, prominence, coordinates, range['name'], range['classification'], region, country first_ascent
  • documentation
  • provide 2 commits in feature PR
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment