Skip to content

Release 0.3

Compare
Choose a tag to compare
@c-brenn c-brenn released this 05 Mar 20:37
· 263 commits to master since this release

0.3 2017-03-05

Added

  • Created Chiron: a new service for Querying DINTO built
    with Apache Jena. DINTO is turned into a triple
    store at compile time, so boot time is greatly improved. Similarly, query
    times are much improved by the triple store
  • DDI analysis is now presented to users. After validating a PML file, Panacea
    queries Asclepius to find any DDIs between drugs in the file. This is then
    displayed to the user in the UI.

Removed

  • DINTO from Asclepius. Chiron houses DINTO data now. Asclepius now proxies
    queries to Chiron.
  • Removed code that waited for DINTO to be loaded. Previously, Asclepius would
    take several minutes to load DINTO into memory so Panacea would have to poll
    it to see if it was ready. Chiron can load DINTO from its triple store
    instantly, so the waiting is no longer required.