Git Product home page Git Product logo

axle-healthcare-benchmark's People

Contributors

albanag avatar dijkstrw avatar fawork avatar hdenting avatar yhavinga avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

axle-healthcare-benchmark's Issues

password.txt?

Several parts of the code check for a password.txt file that is supposed to be in cda-generator. Such a file does not come with cloning the git repository, and I see that is in fact listed in the gitignore file. Is there a way to generate, or copy-paste the file onto one's local machine? It doesn't seem one can properly install the generator without it.

Trouble to install

Hello,

I tried to install these codes followed the instruction from http://www.portavitabenchmark.com/installation.html

But I never could get it worked out. It's likely some files are missing or some files are not updated.
I set up CentOS6 on my virtualbox.

1rst try:

Exactly follow the instruction to "make -C bootstrap start"
It prompts the readline library is missing. After readline installed, the additional ones are missing.

2nd try:

Installed all the packaged mentioned in https://github.com/AXLEproject/axle-healthcare-benchmark/blob/master/bootstrap/centos-setup-lake.sh:

Add EPEL repository

rpm -Uvh http://mirrors.nl.eu.kernel.org/fedora-epel/6/x86_64/epel-release-6-8.noarch.rpm
sed -i 's/enabled=0/enabled=1/g' /etc/yum.repos.d/epel.repo
yum install -y curl wget htop mc joe

packages for building postgresql

yum install -y git gcc bison flex gdb make readline-devel zlib-devel uuid-devel

packages for profiling

yum install -y perf graphviz readline-devel zlib-devel pgagent_92 libxslt-devel

Then try "make -C bootstrap start" again. I got this:

creating directory /home/vagrant/axle-healthcare-benchmark/bootstrap/../database/data ... ok
creating subdirectories ... ok
selecting default max_connections ... 100
selecting default shared_buffers ... 128MB
selecting dynamic shared memory implementation ... posix
creating configuration files ... ok
creating template1 database in /home/vagrant/axle-healthcare-benchmark/bootstrap/../database/data/base/1 ... ok
initializing pg_authid ... ok
initializing dependencies ... ok
creating system views ... ok
loading system objects' descriptions ... ok
creating collations ... ok
creating conversions ... ok
creating dictionaries ... ok
setting privileges on built-in objects ... ok
creating information schema ... ok
loading PL/pgSQL server-side language ... ok
vacuuming database template1 ... ok
copying template1 to template0 ... ok
copying template1 to postgres ... ok
syncing data to disk ... ok

WARNING: enabling "trust" authentication for local connections
You can change this by editing pg_hba.conf or using the option -A, or
--auth-local and --auth-host, the next time you run initdb.

Success. You can now start the database server using:

pg_ctl -D /home/vagrant/axle-healthcare-benchmark/bootstrap/../database/data -l logfile start

/home/vagrant/axle-healthcare-benchmark/bootstrap/../database/pgtune/pgtune -i /home/vagrant/axle-healthcare-benchmark/bootstrap/../database/data/postgresql.conf -o /home/vagrant/axle-healthcare-benchmark/bootstrap/../database/data/postgresql.conf -T DW -P Linux -c 4 || rm -rf /home/vagrant/axle-healthcare-benchmark/bootstrap/../database/data
PATH=/home/vagrant/axle-healthcare-benchmark/bootstrap/../database/pgserver/bin:/usr/lib64/qt-3.3/bin:/usr/local/bin:/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/sbin:/home/vagrant/bin test "pg_config --version" != "PostgreSQL 9.5devel" || sed -i '/checkpoint_segments/c\max_wal_size = 1GB' /home/vagrant/axle-healthcare-benchmark/bootstrap/../database/data/postgresql.conf
/bin/sh: pg_config: command not found
PATH=/home/vagrant/axle-healthcare-benchmark/bootstrap/../database/pgserver/bin:/usr/lib64/qt-3.3/bin:/usr/local/bin:/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/sbin:/home/vagrant/bin pg_isready -p 5432 -h localhost -U vagrant -d "dbname=postgres" || PATH=/home/vagrant/axle-healthcare-benchmark/bootstrap/../database/pgserver/bin:/usr/lib64/qt-3.3/bin:/usr/local/bin:/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/sbin:/home/vagrant/bin pg_ctl -w -D /home/vagrant/axle-healthcare-benchmark/bootstrap/../database/data -l /home/vagrant/axle-healthcare-benchmark/bootstrap/../database/data/logfile start
localhost:5432 - no response
waiting for server to start........ stopped waiting
pg_ctl: could not start server
Examine the log output.
make: *** [start] Error 1
make: Leaving directory `/home/vagrant/axle-healthcare-benchmark/bootstrap'
[vagrant@centos6 axle-healthcare-benchmark]$ find -name "pg_hba.conf"
./database/data/pg_hba.conf

Anyone can help? Thank you!

Healthcare module "hdl" installation fails

There appear to be some difficulties installing one of the required database modules to run Healthcare Data lake. The command in question is "make -C bootstrap installhdl." While the mgridhdl download is successful, there is an error downstream saying "problem running post-install step. Installation may not complete correctly - error while reading ZIP file /tmp/loinc_242.zip." The hdl seems to be extremely critical because it enables the standards vocabulary (e.g. hl7v3models_edition2011). Trying to create the lake database without the module in question results in failure. My question now is whether this is an mgrid problem, a postgres problem, or axle-healthcare-benchmark problem?

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.