Prepared CHANGES.md for 4.3.3 release
1 file changed
tree: 0ade892e01d880c6b701b2a012e585024cca7fe1
  1. cassandra/
  2. core/
  3. couchdb/
  4. csv/
  5. elasticsearch/
  6. excel/
  7. fixedwidth/
  8. full/
  9. hbase/
  10. jdbc/
  11. json/
  12. mongodb/
  13. openoffice/
  14. pojo/
  15. salesforce/
  16. spring/
  17. sugarcrm/
  18. xml/
  19. .gitignore
  20. .travis.yml
  21. CHANGES.md
  22. CONTRIBUTE.md
  23. doap_MetaModel.rdf
  24. example-metamodel-integrationtest-configuration.properties
  25. LICENSE
  26. NOTICE
  27. pom.xml
  28. README.md
  29. 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