Content deleted Content added
attribution for the material copied from another source - otherwise this constitutes WP:PLAGIARISM |
Viam Ferream (talk | contribs) links, tidying |
||
Line 11:
| website = {{URL|http://www.optimalbpm.se/wiki/index.php/QAL}}
}}
'''QAL''' is an open source development project that aims to create a collection of libraries for mixing, moving, merging, substituting and transforming data
Sources and destinations include different database backends, file formats like [[comma-separated values|<code>.csv</code>]], [[XML]] and spreadsheets. Even [[tag soup|untidy HTML]] web pages can be used as both a source and destination.
For [[:Category:Relational database management systems|SQL/RDBMS backends]], it has a database abstraction layer that supports basic connectivity to Postgres, MySQL, DB2, Oracle and MS SQL server.<ref name="db types">[http://optimalbpm.se/api/qal/_modules/qal/dal/types.html#db_types Database backends]</ref> It uses XML formats(the SQL schema is self-generated) for representation of queries, transformation and merging, making it all scriptable.
With regards to [[SQL]], QAL uses a subset of
It is currently distributed as a Python Library (.egg)<ref>[https://pypi.python.org/pypi/qal PyPi repository page]</ref> and a [[Debian package]] file ([[deb (file format)|<code>.deb</code>]]).<ref>[https://sourceforge.net/projects/qal/files/?source=navbar Downloadable files]</ref>
It is related to the [[Optimal BPM]] ([[Business Process Management]]) project.<ref>[http://www.optimalbpm.se Optimal BPM site]</ref> The Optimal BPM [[SourceForge]] project used to be DAL/QAL.<ref name="Break out"/>
==References==
{{Reflist|30em}}
{{CC-notice|cc=zero|url= http://sourceforge.net/projects/qal/ http://sourceforge.net/projects/qal/}}
==External links==
* [http://www.optimalbpm.se/wiki/index.php/ QAL Documentation and examples]
* [http://optimalbpm.se/api/qal/index.html API documentation]
[[Category:Python libraries]]
[[Category:Free software programmed in Python]]
[[Category:Cross-platform free software]]
|