An open API service indexing awesome lists of open source software.

https://github.com/teragrep/ajs_01

User interface for Teragrep
https://github.com/teragrep/ajs_01

html-css-javascript user-interface

Last synced: 6 months ago
JSON representation

User interface for Teragrep

Awesome Lists containing this project

README

          

image::https://avatars.githubusercontent.com/u/71876378?s=200&v=4[Teragrep Logo]

= Teragrep User Interface

This project contains the web-based user interface for Teragrep. It's used with https://github.com/teragrep/zep_01[zep_01] which is the server-side for Teragrep, but you can use it with your own back-end service as well.

Teragrep is a server-based software with a web interface. It has data collection features comparable to the leading central log management products, and its analytics features are powered by Apache Spark.

== Features

* Notebook based interface
* Querying
* Result data visualization
* Collaborative editing
* Versioning in notebooks
* Notebook run scheduler
* Different notebook modes: Default, Simple and Report
* Light and dark modes

== Documentation

See the official documentation on https://docs.teragrep.com[docs.teragrep.com].

== How to Set-Up

=== Requirements

TBA

=== Installation

TBA

== Custom Theme

You can customize the color scheme of Teragrep to match your own color palette or brand identity. Read more https://docs.teragrep.com/teragrep-ui/1.0.0/administrator%20guide/custom-theme.html[here].

== Contributing

// Change the repository name in the issues link to match with your project's name

You can involve yourself with our project by https://github.com/teragrep/ajs_01/issues/new/choose[opening an issue] or submitting a pull request.

Contribution requirements:

. *All changes must be accompanied by a new or changed test.* If you think testing is not required in your pull request, include a sufficient explanation as why you think so.
. Security checks must pass
. Pull requests must align with the principles and http://www.extremeprogramming.org/values.html[values] of extreme programming.
. Pull requests must follow the principles of Object Thinking and Elegant Objects (EO).

Read more in our https://github.com/teragrep/teragrep/blob/main/contributing.adoc[Contributing Guideline].

=== Contributor License Agreement

Contributors must sign https://github.com/teragrep/teragrep/blob/main/cla.adoc[Teragrep Contributor License Agreement] before a pull request is accepted to organization's repositories.