Skip to content

paige0701/metatron-discovery

 
 

Repository files navigation

metatron-discovery-logo

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

Strengths

  1. Powered by Apache Druid, metatron can process huge size of data super fast.
  2. A single unified product for field users enabling data analytics.
  3. The whole features are supported by intuitive web UI.

Features

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.

Screenshots

Create Dashboards


Create Charts


Map Analysis


Use Datasources


Manage Datasources


Connect Database


Prepare Origin Data


Query Monitoring


Installation

Requirements

Install the Customized Druid

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 

(Optional) Install the GEO server

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 

Build from source

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"

Start up the Metatron Discovery

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.)

Problems & Suggestions

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.

Question

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.

License

Metatron Discovery is available under the Apache License V2.

About

Powerful & Easy way for big data discovery

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 29.3%
  • TypeScript 27.7%
  • JavaScript 25.1%
  • HTML 11.4%
  • CSS 6.4%
  • ANTLR 0.1%