metamodel
                                
                                 metamodel copied to clipboard
                                
                                    metamodel copied to clipboard
                            
                            
                            
                        Mirror of Apache Metamodel
Apache MetaModel
MetaModel is a data access framework, providing a common interface for exploration and querying of different types of datastores.
 
Mailing lists
- Developer list: [email protected]
- User list: [email protected]
- Commits list: [email protected]
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
- Copy the file 'example-metamodel-integrationtest-configuration.properties' to your user home.
- Remove the 'example-' prefix from its filename
- Modify the file to enable properties of the integration tests that you're interested in.
- Re-run "mvn clean install".
Contributing
Please see CONTRIBUTE.md