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
- Host: GitHub
- URL: https://github.com/teragrep/ajs_01
- Owner: teragrep
- License: apache-2.0
- Created: 2023-04-06T06:26:25.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-01-23T09:18:10.000Z (over 2 years ago)
- Last Synced: 2024-04-17T19:13:15.453Z (about 2 years ago)
- Topics: html-css-javascript, user-interface
- Homepage:
- Size: 29.3 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 167
-
Metadata Files:
- Readme: README.adoc
- License: LICENSE
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.