Mirror of Apache Metamodel

Clone this repo:
  1. bf0190c ATTIC-198: Update MetaModel doap with Attic info by Kasper Sørensen · 2 years, 10 months ago master
  2. e7092ff Merge pull request #252 from sanveer-osahan/faster-get-schemas by Kasper Sørensen · 2 years, 11 months ago
  3. e1b70ee Updated getSchemas to directly call internal method by Sanveer Singh Osahan · 3 years ago
  4. 97e6dbd Merge remote-tracking branch 'jhorcicka/bug/dc-2199-schema-equals-column' by Arjan Seijkens · 3 years, 1 month ago
  5. e1d6a11 METAMODEL-1235: CHANGES.md update. by jakub · 3 years, 1 month ago

Apache MetaModel

MetaModel is a data access framework, providing a common interface for exploration and querying of different types of datastores.

Mailing lists

Website

http://metamodel.apache.org/

Documentation

Please check out our wiki for user documentation.

Building the code

MetaModel uses maven as it's build tool. Code can be built with:

mvn clean install

Running the integration tests

  1. Copy the file ‘example-metamodel-integrationtest-configuration.properties’ to your user home.
  2. Remove the ‘example-’ prefix from its filename
  3. Modify the file to enable properties of the integration tests that you're interested in.
  4. Re-run “mvn clean install”.

Contributing

Please see CONTRIBUTE.md