All Projects → dutchcoders → Marija

dutchcoders / Marija

Licence: agpl-3.0
Data exploration and visualisation for Elasticsearch and Splunk.

Programming Languages

go
31211 projects - #10 most used programming language
golang
3204 projects

Projects that are alternatives of or similar to Marija

Ipyvolume
3d plotting for Python in the Jupyter notebook based on IPython widgets using WebGL
Stars: ✭ 1,696 (+670.91%)
Mutual labels:  dataviz, visualisation
Hanami
Interactive arts and charts plotting with Clojure(Script) and Vega-lite / Vega. Flower viewing 花見 (hanami)
Stars: ✭ 216 (-1.82%)
Mutual labels:  dataviz
Amazonriver
amazonriver 是一个将postgresql的实时数据同步到es或kafka的服务
Stars: ✭ 198 (-10%)
Mutual labels:  elasticsearch
Py Elasticsearch Django
基于python语言开发的千万级别搜索引擎
Stars: ✭ 207 (-5.91%)
Mutual labels:  elasticsearch
Svg Patterns
SVG patterns for Data Visualization.
Stars: ✭ 201 (-8.64%)
Mutual labels:  dataviz
Elasticsearch Comrade
Elasticsearch admin panel built for ops and monitoring
Stars: ✭ 214 (-2.73%)
Mutual labels:  elasticsearch
Magda
A federated, open-source data catalog for all your big data and small data
Stars: ✭ 193 (-12.27%)
Mutual labels:  elasticsearch
Winston Elasticsearch
An elasticsearch transport for winston
Stars: ✭ 217 (-1.36%)
Mutual labels:  elasticsearch
Gimel
Big Data Processing Framework - Unified Data API or SQL on Any Storage
Stars: ✭ 216 (-1.82%)
Mutual labels:  elasticsearch
Docker Elastic
Deploy Elastic stack in a Docker Swarm cluster. Ship application logs and metrics using beats & GELF plugin to Elasticsearch
Stars: ✭ 202 (-8.18%)
Mutual labels:  elasticsearch
Book Elastic Search In Action
Elastic 搜索开发实战
Stars: ✭ 205 (-6.82%)
Mutual labels:  elasticsearch
Learningsummary
涵盖大部分Java进阶需要掌握的知识,包括【微服务】【中间件】【缓存】【数据库优化】【搜索引擎】【分布式】等等,欢迎Star~
Stars: ✭ 201 (-8.64%)
Mutual labels:  elasticsearch
Wazuh Docker
Wazuh - Docker containers
Stars: ✭ 213 (-3.18%)
Mutual labels:  elasticsearch
Image To Image Search
A reverse image search engine powered by elastic search and tensorflow
Stars: ✭ 200 (-9.09%)
Mutual labels:  elasticsearch
Wazuh Kibana App
Wazuh - Kibana plugin
Stars: ✭ 212 (-3.64%)
Mutual labels:  elasticsearch
Elasticsearch Test Data
Generate and upload test data to Elasticsearch for performance and load testing
Stars: ✭ 194 (-11.82%)
Mutual labels:  elasticsearch
Pgsync
Postgres to elasticsearch sync
Stars: ✭ 205 (-6.82%)
Mutual labels:  elasticsearch
Architecturetree
Draw and share your software architecture without diagramming software. Uses d3.js and Angular.js.
Stars: ✭ 211 (-4.09%)
Mutual labels:  dataviz
Scrutineer
Compares a source of truth sorted stream with another to find mismatches. Designed for verifying indexes such as ElasticSearch & Solr are synchronized with their source of data (usually a DB)
Stars: ✭ 218 (-0.91%)
Mutual labels:  elasticsearch
Searchkit Demo
Example imdb search using elasticsearch, searchkit, typescript, react and webpack
Stars: ✭ 217 (-1.36%)
Mutual labels:  elasticsearch

Marija Gitter Go Report Card Docker pulls Build Status

Marija is a data exploration and visualisation tool for (un)structured Elasticsearch data. Using Marija you'll be able to see relations between data of different datasources without any modifications to your data or index.

Demo

Screenshot

Features

  • work on multiple servers and indexes at the same time
  • different fields can be used as node identifier
  • identifiers can be normalized through normalization regular expressions
  • each field will have its own icon
  • query indexes natively to the datasource
  • histogram view to identify nodes in time
  • select and delete nodes
  • select related nodes, deselect all but selected nodes
  • zoom and move nodes
  • navigate through selected data using the tableview
  • multiple datasources supported like Elasticsearch, Splunk, Blockchain.info, Twitter
  • submit nodes in realtime

Install

Using Docker

$ docker pull marija/marija
$ vim config-docker.toml # update elasticsearch configuration
$ docker run -d -p 8080:8080 -v $(pwd)/config-docker.toml:/config/config.toml --name marija marija/marija

Installation from source

Install Golang

If you do not have a working Golang environment setup please follow Golang Installation Guide.

Install Marija

Installation of Marija is easy.

$ go get github.com/dutchcoders/marija
$ marija

Installation using Homebrew (macOS)

$ brew tap dutchcoders/homebrew-marija
$ brew install marija

Configuration

Elasticsearch

[datasource]

[datasource.elasticsearch]
type="elasticsearch"
url="http://127.0.0.1:9200/demo_index"
#username=
#password=

[[logging]]
output = "stdout"
level = "debug"

Splunk

[datasource]

[datasource.splunk]
type="splunk"
url="https://localhost:8089"
username="admin"
password="admin"

Contribute to Marija

Please follow Marija Contributor's Guide

Community

Join the marija-users mailing list to discuss all things Marija.

Copyright and license

Code and documentation copyright 2016-2018 Remco Verhoef twitter.

Code released under AGPL-3.0.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].