QAL is an open-source development project that aims to create a collection of libraries for mixing, moving, merging, substituting and transforming data; also in some cases, such as MongoDB, schemas.
Description
Sources and destinations include different database backends, file formats like .csv, XML and spreadsheets. Even untidy HTML web pages can be used as both a source and destination.
For SQL/RDBMS backends, it has a database abstraction layer that supports basic connectivity to Postgres, MySQL / MariaDB, IBM Db2, Oracle and MS SQL Server.2 It uses XML formats (the SQL schema is self-generated) for representation of queries, transformation and merging, making it all processable by scripts.
With regards to SQL, QAL uses a subset of SQL features3 and data types,4 which while obviously not complete however is sufficient for most usages. It is however easy to instead use backend-specific SQL when the queries do not have to be backend-agnostic.
It is currently distributed as a Python Library (.egg)5 and a Debian package file (.deb).6
It is related to the Optimal BPM (Business Process Management) project.7 The Optimal BPM SourceForge project used to be DAL/QAL.8
This article incorporates http://sourceforge.net/projects/qal/ text available under the CC0 license.
External links
References
Sourceforge project page https://sourceforge.net/projects/qal/ ↩
Database backends http://optimalbpm.se/api/qal/_modules/qal/dal/types.html#db_types ↩
SQL features supported http://optimalbpm.se/api/qal/qal.sql.html#qal.sql.sql ↩
SQL data types http://optimalbpm.se/api/qal/_modules/qal/sql/types.html#data_types ↩
PyPi repository page https://pypi.python.org/pypi/qal ↩
Downloadable files https://sourceforge.net/projects/qal/files/?source=navbar ↩
Optimal BPM site http://www.optimalbpm.se ↩
Commits breaking it out of Optimal BPM https://sourceforge.net/p/qal/code/ci/19b7acc042fc001bf1398709a5ff7c41907d65f0/log/?path= ↩