Skip to content

Commit

Permalink
Merge pull request #28 from hms-dbmi/1.3.1-DEV
Browse files Browse the repository at this point in the history
Documentation Update
  • Loading branch information
JREastonMarks authored Dec 22, 2016
2 parents b1f4297 + fb66178 commit 737e17c
Showing 1 changed file with 35 additions and 0 deletions.
35 changes: 35 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1 +1,36 @@
# IRCT-CL

## What is the IRCT?
As part of the NIH BD2K PIC-SURE Center of Excellence http://www.pic-sure.org the HMS Department of Biomedical informatics https://dbmi.hms.harvard.edu is developing an open-source infrastructure that will foster the incorporation of multiple heterogeneous patient level clinical, omics and environment datasets. This system embraces the idea of decentralized datasets of varying types, and the protocols used to access them while still providing a simple communication layer that can handle querying, joining, and computing on. The BD2K PIC-SURE RESTful API implementation is called Inter Resource Communication Tool (IRCT).

## What is the IRCT-CL?
The IRCT Communication Layer (IRCT-CL) provides a resource agnostic Representative State Transfer (RESTful) service. Users build queries by making a series of calls to the RESTful service that can span multiple datasets and resources.

## Version Information

### 1.3.1
This release includes improved documentation.

### 1.3
This release includes a refactoring of the Query Service service. It adds better support for joins, as well as new support for subqueries, and sort predicates.

### 1.2.2
This release cleans up some development code.

### 1.2.1
This release fixes some minor bugs, and adds better documentation. It includes standardized error messages for system exceptions, and unknown URL requests.

### 1.2
This release supports more search for term functionality.

### 1.1
This release cleans up some code, as well as fixes some minor bugs.

### 1.0
This is the first full release of the IRCT Communication Library. It provides a RESTFull interface for the IRCT.

### 0.3
This release fixes bugs in the IRCT-RI 0.2 release

### 0.2
This is the prerelease version of the IRCT-CL it provides a proof of concept of the IRCT.

0 comments on commit 737e17c

Please sign in to comment.