Skip to content

dgraph

high-performance graph database for real-time use cases

Package Information

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

Installation

bash
# Install with launchpad
launchpad install dgraph

Programs

This package provides the following executable programs:

  • dgraph

Available Versions

Show all 12 versions
  • 24.1.4, 24.1.3, 24.1.2, 24.1.1, 24.1.0
  • 24.0.5, 24.0.4, 24.0.2, 24.0.1, 24.0.0
  • 23.1.1, 23.1.0

Latest Version: 24.1.4

Install Specific Version

bash
# Install specific version
sh <(curl https://pkgx.sh) dgraph -- $SHELL -i

Usage Examples

typescript
import { pantry } from 'ts-pkgx'

// Access this package
const pkg = pantry.dgraph

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.