[maven-release-plugin] copy for tag MetaModel-5.1.0
[maven-release-plugin] prepare release MetaModel-5.1.0
29 files changed
tree: 3586680348de926849dacf5b50f5b853227384e4
  1. cassandra/
  2. core/
  3. couchdb/
  4. csv/
  5. dynamodb/
  6. elasticsearch/
  7. excel/
  8. fixedwidth/
  9. full/
  10. hadoop/
  11. hbase/
  12. jdbc/
  13. json/
  14. kafka/
  15. mongodb/
  16. neo4j/
  17. openoffice/
  18. pojo/
  19. salesforce/
  20. spring/
  21. sugarcrm/
  22. xml/
  23. .gitattributes
  24. .gitignore
  25. .travis.yml
  26. CHANGES.md
  27. CONTRIBUTE.md
  28. doap_MetaModel.rdf
  29. example-metamodel-integrationtest-configuration.properties
  30. LICENSE
  31. NOTICE
  32. pom.xml
  33. README.md
  34. travis-metamodel-integrationtest-configuration.properties
README.md

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