This release and detailed release notes are found on GitHub at the following links:
Atlas: https://github.com/OHDSI/Atlas/releases/tag/v2.3.0
WebAPI: https://github.com/OHDSI/WebAPI/releases/tag/v2.3.0
This release is not yet on OHDSI.org and we’ll notify the community when this is ready.
Many thanks to the community contributions from: Janssen R&D, Odysseus Data Services, Regenstrief Institute and BlueCross BlueShield of South Carolina!
2 Likes
lee_evans
(Lee Evans)
March 2, 2018, 4:43pm
2
@anthonysena @gregk
It’s great to see that Netezza support is part of the new 2.3.0 release!
Is there some documentation available on how to deploy Atlas/WebAPI 2.3.0 on Netezza?
e.g.
What version(s) of NPS and the Netezza jdbc driver are supported?
Are there any Netezza extension dependencies that need to be installed on Netezza? e.g. Netezza SQL Extensions toolkit, etc?
Thanks.
@lee_evans
On this step Netezza is supported as Data source.
Still you need Postgress/SQL Server/Oracle to deploy WebAPI.
We used Netezza JDBC Driver 4.6. The SQL dialect property value is called ‘netezza’.
JDBC URL Format
jdbc:netezza://{server}:{port5480}/{database}
Result Schema DDL could be found by building this link
http://{host}:{port}/WebAPI/ddl/results/?dialect=netezza&schema={my_schema}
lee_evans
(Lee Evans)
March 5, 2018, 4:40pm
5
Thanks @Konstantin_Yaroshove that’s very helpful info!
Hi - Atlas v2.3 is now live on ohdsi.org :
http://www.ohdsi.org/web/atlas/#/home
Thanks everyone!