{"id":13471928,"url":"https://github.com/dutchcoders/marija","last_synced_at":"2025-07-07T02:33:08.531Z","repository":{"id":65076568,"uuid":"70799806","full_name":"dutchcoders/marija","owner":"dutchcoders","description":"Data exploration and visualisation for Elasticsearch and Splunk.","archived":false,"fork":false,"pushed_at":"2018-08-01T15:08:52.000Z","size":118160,"stargazers_count":236,"open_issues_count":28,"forks_count":29,"subscribers_count":18,"default_branch":"master","last_synced_at":"2025-05-12T14:55:12.088Z","etag":null,"topics":["dataviz","elasticsearch","golang","visualisation"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"agpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/dutchcoders.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2016-10-13T11:29:10.000Z","updated_at":"2025-03-31T23:46:36.000Z","dependencies_parsed_at":"2023-01-06T12:43:16.914Z","dependency_job_id":null,"html_url":"https://github.com/dutchcoders/marija","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/dutchcoders/marija","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dutchcoders%2Fmarija","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dutchcoders%2Fmarija/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dutchcoders%2Fmarija/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dutchcoders%2Fmarija/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dutchcoders","download_url":"https://codeload.github.com/dutchcoders/marija/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dutchcoders%2Fmarija/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":264001992,"owners_count":23542355,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["dataviz","elasticsearch","golang","visualisation"],"created_at":"2024-07-31T16:00:50.444Z","updated_at":"2025-07-07T02:33:08.491Z","avatar_url":"https://github.com/dutchcoders.png","language":"Go","funding_links":[],"categories":["Go"],"sub_categories":[],"readme":"![](https://github.com/dutchcoders/marija-screenshots/blob/master/marija.png?raw=true)\n\n# Marija [![Gitter](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/dutchcoders/marija?utm_source=badge\u0026utm_medium=badge\u0026utm_campaign=\u0026utm_campaign=pr-badge\u0026utm_content=badge) [![Go Report Card](https://goreportcard.com/badge/dutchcoders/marija)](https://goreportcard.com/report/dutchcoders/marija) [![Docker pulls](https://img.shields.io/docker/pulls/marija/marija.svg)](https://hub.docker.com/r/marija/marija/) [![Build Status](https://travis-ci.org/dutchcoders/marija.svg?branch=master)](https://travis-ci.org/dutchcoders/marija)\n\nMarija 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.\n\n[Demo](https://demo.marija.io/)\n\n# Screenshot\n\n![](https://github.com/dutchcoders/marija-screenshots/blob/master/Screen%20Shot%202018-01-20%20at%2015.14.12.png?raw=true)\n\n## Features\n\n* work on multiple servers and indexes at the same time\n* different fields can be used as node identifier\n* identifiers can be normalized through normalization regular expressions\n* each field will have its own icon\n* query indexes natively to the datasource\n* histogram view to identify nodes in time\n* select and delete nodes\n* select related nodes, deselect all but selected nodes\n* zoom and move nodes\n* navigate through selected data using the tableview\n* multiple datasources supported like Elasticsearch, Splunk, Blockchain.info, Twitter\n* submit nodes in realtime\n\n## Install\n\n### Using Docker\n\n```\n$ docker pull marija/marija\n$ vim config-docker.toml # update elasticsearch configuration\n$ docker run -d -p 8080:8080 -v $(pwd)/config-docker.toml:/config/config.toml --name marija marija/marija\n```\n\n### Installation from source\n\n#### Install Golang\n\nIf you do not have a working Golang environment setup please follow [Golang Installation Guide](https://golang.org/doc/install).\n\n#### Install Marija\n\nInstallation of Marija is easy.\n\n```\n$ go get github.com/dutchcoders/marija\n$ marija\n```\n\n### Installation using Homebrew (macOS)\n\n```\n$ brew tap dutchcoders/homebrew-marija\n$ brew install marija\n```\n\n## Configuration\n\n### Elasticsearch\n```\n[datasource]\n\n[datasource.elasticsearch]\ntype=\"elasticsearch\"\nurl=\"http://127.0.0.1:9200/demo_index\"\n#username=\n#password=\n\n[[logging]]\noutput = \"stdout\"\nlevel = \"debug\"\n```\n\n\n### Splunk\n\n```\n[datasource]\n\n[datasource.splunk]\ntype=\"splunk\"\nurl=\"https://localhost:8089\"\nusername=\"admin\"\npassword=\"admin\"\n```\n\n## Contribute to Marija\n\nPlease follow Marija [Contributor's Guide](CONTRIBUTING.md)\n\n## Community\nJoin the [marija-users](https://groups.google.com/forum/#!forum/marija-users) mailing list to discuss all things Marija.\n\n## Copyright and license\n\nCode and documentation copyright 2016-2018 Remco Verhoef [twitter](https://twitter.com/remco_verhoef).\n\nCode released under [AGPL-3.0](LICENSE).\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdutchcoders%2Fmarija","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdutchcoders%2Fmarija","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdutchcoders%2Fmarija/lists"}