{"id":17970040,"url":"https://github.com/anthonygalea/riemann-console","last_synced_at":"2025-03-25T10:32:55.642Z","repository":{"id":47967707,"uuid":"209951042","full_name":"anthonygalea/riemann-console","owner":"anthonygalea","description":"A dashboard for Riemann","archived":false,"fork":false,"pushed_at":"2023-01-26T13:04:43.000Z","size":6238,"stargazers_count":19,"open_issues_count":3,"forks_count":1,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-03-24T01:13:39.474Z","etag":null,"topics":["clojure","clojurescript","dashboard","monitoring","riemann"],"latest_commit_sha":null,"homepage":"","language":"Clojure","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/anthonygalea.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":"2019-09-21T08:33:03.000Z","updated_at":"2024-10-02T06:37:22.000Z","dependencies_parsed_at":"2023-02-14T17:30:59.387Z","dependency_job_id":null,"html_url":"https://github.com/anthonygalea/riemann-console","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anthonygalea%2Friemann-console","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anthonygalea%2Friemann-console/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anthonygalea%2Friemann-console/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anthonygalea%2Friemann-console/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/anthonygalea","download_url":"https://codeload.github.com/anthonygalea/riemann-console/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245444611,"owners_count":20616415,"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":["clojure","clojurescript","dashboard","monitoring","riemann"],"created_at":"2024-10-29T15:01:39.325Z","updated_at":"2025-03-25T10:32:51.951Z","avatar_url":"https://github.com/anthonygalea.png","language":"Clojure","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Riemann Console [![CI](https://github.com/anthonygalea/riemann-console/workflows/CI/badge.svg)](https://github.com/anthonygalea/riemann-console/actions?query=workflow%3ACI+branch%3Amaster)\n\nA dashboard for [Riemann](https://riemann.io)\n\n![Demo](docs/demo.gif)\n\n## Compile\n\n```\ngit clone git@github.com:anthonygalea/riemann-console.git\ncd riemann-console\nnpm install\nlein with-profile prod uberjar\n```\n\nCompiles the ClojureScript code then creates a standalone jar.\n\n## Run\n\n```\njava -jar target/riemann-console.jar\n```\n\n## Configure\n\nAll configuration is stored inside an edn file which looks like this:\n```clojure\n{:port 5557\n :default-dashboard-name \"Riemann Console\"\n :default-endpoint \"127.0.0.1:5556\"\n :dashboards {}}\n```\nBy default this file is created at `./riemann-console.edn` if it is missing.\nThe path can be overridden using the environment variable\n`RIEMANN_CONSOLE_CONFIG`.\n\n* `:port` the port the server uses\n* `:default-dashboard-name` the name used when a dashboard is created\n* `:default-endpoint` the endpoint used when a dashboard is created\n* `:dashboards` all configuration for the dashboards you create\n\n## Contribute\n\n1. Suggestions welcome in the\n[issue tracker](https://github.com/anthonygalea/riemann-console/issues)\n2. For code contributions see [CONTRIBUTING.md](CONTRIBUTING.md)\n\n## Develop\n\nFirst start the backend:\n```\nlein run\n```\n\nThen in a separate terminal:\n```\nlein dev\n```\n\nOnce you see `[:app] Build completed` browse to\n[http://localhost:8280](http://localhost:8280)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fanthonygalea%2Friemann-console","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fanthonygalea%2Friemann-console","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fanthonygalea%2Friemann-console/lists"}