Skip to content

quickwit.io

Cloud-native search engine for observability. An open-source alternative to Datadog, Elasticsearch, Loki, and Tempo.

Package Information

  • Domain: quickwit.io
  • Name: quickwit.io
  • Homepage: Not specified
  • Source: View on GitHub

Installation

bash
# Install with launchpad
launchpad install quickwit

Programs

This package provides the following executable programs:

  • quickwit

Aliases

This package can also be accessed using these aliases:

  • quickwit

Available Versions

Show all 7 versions
  • 0.8.2, 0.8.1, 0.8.0, 0.7.1, 0.7.0
  • 0.6.5, 0.6.4

Latest Version: 0.8.2

Install Specific Version

bash
# Install specific version
sh <(curl https://pkgx.sh) +quickwit.io@0.8.2 -- $SHELL -i

Dependencies

This package depends on:

  • protobuf.dev^25

Usage Examples

typescript
import { pantry } from 'ts-pkgx'

// Access this package
const pkg = pantry.quickwitio

console.log(`Package: ${pkg.name}`)
console.log(`Description: ${pkg.description}`)
console.log(`Programs: ${pkg.programs.join(', ')}`)

This documentation was auto-generated from package data.

Released under the MIT License.