Metatron Discovery is a end-to-end 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.
- The whole features are supported by intuitive web UI.
Metatron Discovery is a data discovery web application which supports end-to-end features from data management to analytics.
Metatron provides:
- Interactive dashboarding with various types of charts.
- SQL based data exploration.
- Data source creation from your local, existing DBs, HIVE, or Kafka streams.
- Monitoring for job logs and data sources.
- Metadata management.
- GUI based data wrangling.
- Connections with advanced data analytics tools like Apache Zeppelin.
- 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 the Metatron distributed Druid, simply untar the downloaded archive. And start | stop the druid with the following commands.
$ start-single.sh | stop-single.sh
We introduced map view since 3.1.0. If you want to using this feature, download this archive and run the geo server with the following commands.
$ bin/startup.sh | bin/shutdown.sh
Git clone this project.
$ git clone https://github.com/metatron-app/metatron-discovery.git
Build through Maven 3.3+.
$ mvn clean install -DskipTests
Buidling the whole project takes some time especially for the "discovery-frontend". Please wait a few minutes.
If the build succeeds, you can find an archive file under "discovery-distribution/target"
Untar the archive binary 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
⚠️ Cautions!--init
option initialize whole data.
Add this argument only the first time or when you want to reset your development environment.
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 Username: 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.