iiasa / ixmp

The ix modeling platform for integrated and cross-cutting scenario analysis
https://docs.messageix.org/ixmp
Apache License 2.0
38 stars 111 forks source link

Support databases other than JDBC #78

Open tzipperle opened 6 years ago

tzipperle commented 6 years ago

Are there plans to support open-source relational database management systems (e.g. MySQL)?

danielhuppmann commented 6 years ago

We currently have half an implementation using PostGreSQL, where half means that it should be fully operational but no-one has really used it in an actual workflow. However, you can open an HSQLDB-database using free software like the DbVisualizer...

khaeru commented 5 years ago

To slightly hijack this issue and add a few points:

zikolach commented 4 years ago

@khaeru sorry for maybe outdated comment on your previous comment:

I hope it does make sense.

khaeru commented 4 years ago

@tzipperle note that:

¹ caveat: per iiasa/message_ix#254, there is still work to be done to handle the GDX input/output in Python rather than the Java code underlying JDBCBackend.

khaeru commented 4 years ago

The branch backend-xarray contains some experimental code.