Merge branch 'initial-codebase' of https://git-wip-us.apache.org/repos/asf/metamodel-membrane.git into initial-codebase
tree: 006af344a4549316e3ee87339afa4d5118faed47
  1. core/
  2. undertow/
  3. war/
  4. .gitattributes
  5. .gitignore
  6. .travis.yml
  7. CHANGES.md
  8. docker-compose.yml
  9. LICENSE
  10. NOTICE
  11. pom.xml
  12. README.md
README.md

Apache MetaModel Membrane

Data Federation as a RESTful service. A subproject of Apache MetaModel.

Building and running

Make sure you have Apache Maven, then build by invoking:

mvn clean install

After building the Java archives and executables, you can use Docker and Docker 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:

Contributing

Please see CONTRIBUTE.md from Apache MetaModel which also apply to the Membrane contribution guidelines.