npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2025 – Pkg Stats / Ryan Hefner

hummbl-engine-ops

v0.3.0

Published

Enterprise-grade optimization engine with REST API, WebSocket, advanced algorithms, multi-language SDKs, Prometheus metrics, authentication, and production hardening

Downloads

389

Readme

Engine-Ops

Engine-Ops is a comprehensive engine optimization operations platform designed for high-performance computing, data processing, and infrastructure management. Built with a hybrid licensing model to balance commercial sustainability with open-source principles.

🏗️ Repository Structure

engine-ops/
├── core/              # Core engine optimization logic (BSL 1.1)
├── schemas/           # Data schemas and validation (BSL 1.1)
├── docs/              # Documentation and guides (BSL 1.1)
├── public/            # Public APIs and interfaces (Apache 2.0)
├── infra/             # Infrastructure configurations (Apache 2.0)
├── tools/             # Development and maintenance tools
│   ├── license-headers/
│   │   ├── BSL_HEADER.txt
│   │   └── APACHE_HEADER.txt
│   └── apply-license-headers.sh
├── LICENSE            # Business Source License 1.1
├── CONTRIBUTING.md    # Contribution guidelines
└── README.md          # This file

📜 Hybrid Licensing Model

Engine-Ops uses a strategic dual-licensing approach:

Business Source License (BSL) 1.1

Directories: core/, schemas/, docs/

  • Non-production use: Freely permitted
  • Change Date: 2029-01-01
  • Change License: Apache License 2.0
  • Production limitations: See LICENSE for Additional Use Grant details

After the Change Date, these components automatically convert to Apache 2.0, ensuring eventual open-source availability.

Apache License 2.0

Directories: public/, infra/

  • All use cases: Freely permitted including commercial production
  • Permissive: Minimal restrictions on usage and distribution

Why Hybrid Licensing?

  • Sustainable Development: BSL allows commercial sustainability for core IP
  • Community Friendly: Public APIs and infrastructure freely available
  • Future Open Source: Automatic conversion to Apache 2.0 after Change Date
  • Clear Boundaries: Directory-based licensing is unambiguous

🚀 Quick Start

Prerequisites

  • Node.js 18+ (for TypeScript/JavaScript components)
  • Python 3.9+ (for Python components)
  • Bash 4.0+ (for shell scripts)

Installation

# Clone the repository
git clone https://github.com/hummbl-dev/engine-ops.git
cd engine-ops

# Install dependencies (when available)
npm install

# Verify license headers
./tools/apply-license-headers.sh --check

🛠️ Development

License Header Management

All source files must include appropriate license headers. Use the provided tool:

# Apply license headers to all files
./tools/apply-license-headers.sh

# Check without modifying
./tools/apply-license-headers.sh --check

# Verbose output
./tools/apply-license-headers.sh --verbose

The script automatically applies:

  • BSL headerscore/, schemas/, docs/
  • Apache 2.0 headerspublic/, infra/

Project Guidelines

  1. Follow directory licensing - Place code in the appropriate directory based on licensing needs
  2. Add license headers - All source files must have headers
  3. Write tests - Maintain high test coverage
  4. Document changes - Update relevant documentation
  5. Code quality - Follow language-specific style guides

📖 Documentation

  • CONTRIBUTING.md - Contribution guidelines and licensing rules
  • LICENSE - Business Source License 1.1 full text
  • docs/ - Detailed technical documentation (coming soon)

🤝 Contributing

We welcome contributions! Please read our CONTRIBUTING.md for:

  • Hybrid licensing guidelines
  • Code style standards
  • Testing requirements
  • Pull request process
  • License compliance checklist

Contribution Quick Guide

# 1. Fork and clone
git clone https://github.com/your-username/engine-ops.git

# 2. Create a feature branch
git checkout -b feature/your-feature

# 3. Make changes and add license headers
./tools/apply-license-headers.sh

# 4. Test your changes
npm test

# 5. Submit a pull request

📋 Features (Roadmap)

Core Engine (BSL)

  • [ ] High-performance optimization algorithms
  • [ ] Resource allocation and scheduling
  • [ ] Performance monitoring and analytics
  • [ ] Advanced caching strategies

Schemas (BSL)

  • [ ] Data validation framework
  • [ ] Schema versioning and migration
  • [ ] Type-safe data structures
  • [ ] API schema definitions

Public APIs (Apache 2.0)

  • [ ] RESTful API interfaces
  • [ ] WebSocket real-time communication
  • [ ] Client SDKs and libraries
  • [ ] API documentation

Infrastructure (Apache 2.0)

  • [ ] Docker containerization
  • [ ] Kubernetes deployment configs
  • [ ] CI/CD pipelines
  • [ ] Infrastructure-as-code templates

🔒 Security

Security is a top priority. To report security vulnerabilities:

  • Do not open public issues for security concerns
  • Email: [email protected]
  • Include: Detailed description and reproduction steps

📞 Support

📄 License

This project uses a hybrid licensing model:

  • BSL 1.1 (core/, schemas/, docs/) - See LICENSE
  • Apache 2.0 (public/, infra/) - See license headers in files

See LICENSE for the Business Source License terms.


Copyright (c) 2025, HUMMBL, LLC