Giter Site home page Giter Site logo

b4fun / ku Goto Github PK

View Code? Open in Web Editor NEW
6.0 1.0 0.0 7.19 MB

Toolkit for collecting and exploring logs using pipelined query lanaguage and sqlite.

Home Page: https://github.com/b4fun/ku

License: MIT License

TypeScript 69.54% Makefile 2.14% Go 20.16% HTML 0.24% JavaScript 0.23% CSS 0.17% Dockerfile 0.02% Shell 0.07% Rust 7.42%
kql kusto logging sqlite pipelined prql

ku's Introduction

Toolkit for collecting and exploring logs using pipelined query language.

Ku (/ko͞o/) collects logs from program output and persists in a sqlite database. It provides a web browser interface for exploring the logs using PRQL.

Why PRQL? PRQL is a modern language for transforming data — a simple, powerful, pipelined SQL replacement. Different than typical SQL syntax, PRQL forms a logical pipeline of transformations, and supports abstractions such as variables and functions, which provides better reading / writing experience. Learn more about on prql-lang.org.

Why sqlite? Sqlite is a lightweight, self-contained RDBMS with rich features set. It can be used in local and in the cloud. Ku uses sqlite as data backend to archive data persistency and portability.

Why Ku? It's a common challenge that querying logs form cloud-native applications in both local and production. One straightforward way is to use tools like grep to perform quick searching - however, in most of the cases we need more powerful querying languages to explore the data. Ku aims to fulfill this scenario by brining PRQL and sqlite together.

Project Status Ku is in a very early stage of development (bugs inside ™). Any contribution is welcome. Please feel free to open an issue or pull request.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.