https://github.com/apache/metamodel-membrane
Mirror of Apache MetaModel Membrane
https://github.com/apache/metamodel-membrane
big-data database java library metamodel
Last synced: 4 days ago
JSON representation
Mirror of Apache MetaModel Membrane
- Host: GitHub
- URL: https://github.com/apache/metamodel-membrane
- Owner: apache
- License: apache-2.0
- Archived: true
- Created: 2017-07-23T07:00:08.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2019-06-04T19:40:10.000Z (over 6 years ago)
- Last Synced: 2025-10-06T00:36:50.964Z (7 days ago)
- Topics: big-data, database, java, library, metamodel
- Language: Java
- Size: 129 KB
- Stars: 16
- Watchers: 4
- Forks: 18
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGES.md
- License: LICENSE
Awesome Lists containing this project
README
## Apache MetaModel Membrane
Data Federation as a RESTful service. A subproject of [Apache MetaModel](http://metamodel.apache.org).
![]()
### Building and running
Make sure you have [Apache Maven](http://maven.apache.org/), then build by invoking:
```
mvn clean install
```After building the Java archives and executables, you can use [Docker](https://www.docker.com/) and [Docker compose](https://docs.docker.com/compose/) to run Membrane easily, like this:
```
docker-compose up --build
```Now Membrane should be running on port `8080` of your Docker host. Typically that's either http://localhost:8080 (if you have a native Docker install) or http://192.168.99.100:8080 (if you use Docker toolbox).
### Mailing lists
Membrane uses the same development infrastructure as the main Apache MetaModel project:
* Developer list: dev@metamodel.apache.org
* User list: user@metamodel.apache.org
* Commits list: commits@metamodel.apache.org### Contributing
Please see [CONTRIBUTE.md from Apache MetaModel](https://github.com/apache/metamodel/blob/master/CONTRIBUTE.md) which also apply to the Membrane contribution guidelines.