Giter Site home page Giter Site logo

iridescence's Introduction

Smart Connector

Build Status

This is a work in progress, some/many things might be broken or need manual intervention to build/run. Please refer to README.md files within each submodule directory for details. Modules can change name, split or be deleted until we reach the first stable and fully functional version.

  • webui - SmartConnector Web User Interface
  • adapter-db - DB Adapter (PostgreSQL, MySQL, SQL Server, Oracle)
  • adapter-mirth - Mirth Connect Adapter (WIP)
  • adapter-cirrus - Cirrus Adapter (WIP)
  • adapter-hl7v2 - HL7v2 parser module (WIP)
  • adapter-csv - CSV Adapter (WIP)

Read the manual

Build from source

In order to build Smart Connector you need to install Leiningen first. (Java 8 SDK is a requirement for both lein and Smart Connector, so it is assumed to be already installed)

git clone --recursive [email protected]:ecelis/iridescence.git
cd iridescence
./build.sh

If everything goes well run the standalone application and browse to http://127.0.0.1:3000

java -jar ~/iridescence/webui/target/iridescence_standalone.jar

build.sh by default cleans and build Smart Connector, it also takes the clean sub-command, to clean only.

Build User Manual

The user manual is included in the doc directory, which is a clone of the github wiki for the project. It is writen in markdown and can be rendered to ODT and HTML with pandoc

cd doc
pandoc Home.md -f markdown -t odt -s -o User-Manual.odt
pandoc Home.md -f markdown -t html -s -o User-Manual.html

License

Copyright © 2015 eCaresoft Inc. Ernesto Angel Celis de la Fuente [email protected]

Copying and distribution of this file, with or without modification, are permitted in any medium without royalty provided the copyright notice and this notice are preserved. This file is offered as-is, without any warranty.

iridescence's People

Contributors

ecelis avatar

Watchers

 avatar  avatar  avatar

Forkers

ecaresoft

iridescence's Issues

Missing dependencies for adapter-mirth

building

cd adapter-mirth 
lein clean ; lein deps

output

Could not find artifact com.mirth.commons.encryption:mirth-crypto:jar:1 in central (https://repo1.maven.org/maven2/)
Could not find artifact com.mirth.commons.encryption:mirth-crypto:jar:1 in clojars (https://clojars.org/repo/)
Could not find artifact com.mirth.connect:mirth-donkey:jar:3.2.1svn in central (https://repo1.maven.org/maven2/)
Could not find artifact com.mirth.connect:mirth-donkey:jar:3.2.1svn in clojars (https://clojars.org/repo/)
Could not find artifact com.mirth.connect:mirth-server:jar:3.2.1svn in central (https://repo1.maven.org/maven2/)
Could not find artifact com.mirth.connect:mirth-server:jar:3.2.1svn in clojars (https://clojars.org/repo/)
Could not find artifact com.mirth.connect:mirth-client:jar:3.2.1svn in central (https://repo1.maven.org/maven2/)
Could not find artifact com.mirth.connect:mirth-client:jar:3.2.1svn in clojars (https://clojars.org/repo/)
Could not find artifact com.mirth.connect:mirth-dummie:jar:3.2.1svn in central (https://repo1.maven.org/maven2/)
Could not find artifact com.mirth.connect:mirth-dummie:jar:3.2.1svn in clojars (https://clojars.org/repo/)
This could be due to a typo in :dependencies or network issues.
If you are behind a proxy, try setting the 'http_proxy' environment variable.

Get DB tables listing

After successful connection with JDBC URL retrieve listing of tables in the database.

Test JDBC URL connection

Tries to connect with provided URL until successful connection.

postgresl://localhost:5432/database?user=bob&password=secret

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.