Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/apache/metamodel
Mirror of Apache Metamodel
https://github.com/apache/metamodel
big-data database java library metamodel
Last synced: about 2 months ago
JSON representation
Mirror of Apache Metamodel
- Host: GitHub
- URL: https://github.com/apache/metamodel
- Owner: apache
- License: apache-2.0
- Archived: true
- Created: 2013-08-07T07:00:14.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2021-06-23T19:22:43.000Z (over 3 years ago)
- Last Synced: 2024-09-26T16:03:16.659Z (about 2 months ago)
- Topics: big-data, database, java, library, metamodel
- Language: Java
- Size: 6.89 MB
- Stars: 155
- Watchers: 28
- Forks: 151
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGES.md
- License: LICENSE
Awesome Lists containing this project
README
## 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](https://cwiki.apache.org/confluence/display/METAMODEL).
### 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](CONTRIBUTE.md)