GithubHelp home page GithubHelp logo

fdlk / datashield4j Goto Github PK

View Code? Open in Web Editor NEW

This project forked from obiba/datashield4j

0.0 1.0 0.0 87 KB

DataSHIELD core classes for implementing the DataSHIELD platform in a data repository

License: GNU General Public License v3.0

Java 100.00%

datashield4j's Introduction

DataSHIELD4J

Build Status

DataSHIELD core classes for implementing the DataSHIELD platform in a data repository.

Reference implementation is Opal.

Learn more about DataSHIELD.

See also DataSHIELD Interface (DSI) for identifying the web services needed to implement the DataSHIELD platform.

DataSHIELD Core

This package defines the core classes of the DataSHIELD configuration, mainly:

  • methods (the allowed functions, either package specific or scripted)
  • method types (either assignment, or aggregation)
  • options (the options set at session start)

These classes are not bound to a specific implementation language, despite only R is used at the moment.

DataSHIELD R

When a DataSHIELD request is received, it must be parsed to identify and resolve the function calls and the allowed language elements. This package provides a R parser, based on a subset of the R language. This parser is to be used to secure the access to the data and to apply the DataSHIELD configuration before forwarding the request to the R server session.

What is currently NOT included (because it is too data repository specific):

  • R server session management
  • data assignment from database to the R session
  • DataSHIELD related web services

Usage

Available in OBiBa's Maven repository: https://dl.bintray.com/obiba/maven

  <dependency>
    <groupId>org.obiba.datashield</groupId>
    <artifactId>ds4j-core</artifactId>
    <version>${ds4j.version}</version>
  </dependency>
  <dependency>
    <groupId>org.obiba.datashield</groupId>
    <artifactId>ds4j-r</artifactId>
    <version>${ds4j.version}</version>
  </dependency>

datashield4j's People

Contributors

fdlk avatar stuartwheater avatar ymarcon avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.