Metatron Discovery is a self-service solution for big data discovery. To learn more about metatron discovery, visit our web site https://metatron.app
- Powered by Apache Druid, metatron can process huge size of data super fast.
- A single unified product for field users enabling data analytics.
- Intuitive web UI for creating dashboards with various types of charts.
Metatron Discovery is a data discovery web application which supports end-to-end features from data management to analytics.
Metatron provides:
- Interactive dashboards with 16 types of WSIWYG charts.
- SQL based data exploration.
- Connections with advanced analytics tools like Apache Zeppelin.
- Metadata management.
- Data source creation from local, existing DBs, HIVE, and Kafka streams.
- GUI based data preparation.
- Monitoring tools for logs, jobs, and lineages of datasets.
- Administrations for users and workspaces for high ganularity security model.
- Metatron distributed Druid allows for metatron not only staying blazing-fast while slicing and dicing large, but also overcoming Druid weaknesses.
- MacOS / Linux (Redhat, CentOS)
- JDK 1.8
- Druid customized version for Metatron
- Apache Maven 3.3+ for building the project
Here is the link for downloading the archive.
To install Druid, simply untar the downloaded archive. And start | stop the druid with the following commands.
$ start-single.sh | stop-single.sh
Git clone this project.
$ git clone https://github.com/metatron-app/metatron-discovery.git
Build through Maven 3.3+.
$ mvn clean install -DskipTests
If the build succeeds, you can find archive file under "discovery-distribution/target"
Untar the archive file of Metatron Discovery.
$ tar zxf metatron-discovery-{VERSION}-{TIMESTAMP}-bin.tar.gz
Initialize and run with the following command.
$ bin/metatron.sh --init start
Running options are provided as well.
$ bin/metatron.sh [--config=directory] [--init] [--management] [--debug=port] {start|stop|restart|status}
To access Metatron Discovery, go to http://localhost:8180. (The default admin user account is provided as ID: admin, PW: admin.)
This project welcomes contributions and suggestions. If you encounter any bugs or want to request new features, feel free to open an GitHub Issue in the repo so that the community can find resolutions for it. Although, please check before you raise an issue. That is, please make sure someone else hasn’t already created an issue for the same topic.
Need help using Metatron Discovery? Ask away on our Metatron Discovery User Group! Our fellow community member or our engineers will be glad to help you out! Or maybe you might want to check out our user manual on our website as well.
Metatron Discovery is available under the Apache License V2.