Bugfixes for the library

* Make sure library returns a list of translated names
* Replace generic catch block to handle exceptions seperately

Bugfixes for insert_name.py

* Make errors more verbose when trying to insert duplicate names in the database

refs: #2840, #2839, #2838

Change-Id: I45e978856c9492ec8fb67ae00afc69265ab28d28
4 files changed
tree: 2c2f85ef0a7b532bb8e597a88923a7f8fac3ef94
  1. .jenkins.d/
  2. .waf-tools/
  3. catalog/
  4. client/
  5. lib/
  6. tools/
  7. .gitignore
  8. .jenkins
  9. .travis.yml
  10. AUTHORS.md
  11. catalog.conf.sample.in
  12. COPYING
  13. README-dev.md
  14. README.md
  15. waf
  16. wscript
README.md

ndn-atmos

This software is designed to support ongoing climate model research at Colorado State University, Berkeley and other institutes.

This software provides API interface to publish, query and retrieve Climate datasets using NDN.

Dependencies

The ndn-atmos is built based on several libraries:

  1. ndn-cxx-0.3.0 (https://github.com/named-data/ndn-cxx.git)
  2. ChronoSync v0.2 (https://github.com/named-data/ChronoSync.git)
  3. boost (Minimum required boost version is 1.48.0)
  4. jsoncpp 1.6.0 (https://github.com/open-source-parsers/jsoncpp.git)
  5. mysql 5.6.23 (http://www.mysql.com/)