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

claviz-hub

v0.0.62

Published

ETL engine for Claviz.

Readme

claviz-hub

ETL engine for Claviz.

Changelog

0.0.62 (26.11.2025)

  • Moved workflowStatus initialization into clavizHub so the runner now loads and updates an existing log by traceId, ensuring each workflow log starts and ends consistently in the main hub.

0.0.61 (11.11.2025)

  • Fix incorrect JSON payload parsing for python scripts.

0.0.60 (08.11.2025)

  • Pass payload to python script (available inside a job via context['payload']).
  • Set "days to store fact history" for ClavizHub workflow logs collection to 30.

0.0.59 (08.07.2025)

  • Expose KeyVault to Python jobs.
  • Allow creating MSSQL and PostgreSQL database tables from connection.

0.0.58 (30.05.2025)

  • Set 480 minutes idle time for ClavizHub app.
  • Resolve clavizhub run workflow sync function with success flag.
  • Potential fix for clavizhub run workflow sync function when it resolves before workflow completion

0.0.57 (08.05.2025)

  • Fix running notification time not being reset after workflow is ended.
  • Fix workflow status not being sent to Slack after "Workflow terminated unexpectedly before completion".
  • Fix job parameters not being set correctly for duplicated parameters if the first one is disabled.

0.0.56 (06.05.2025)

  • Fix running notification not being fired for workflow.

0.0.55 (30.04.2025)

0.0.54 (30.04.2025)

  • Fix search in workflows table.
  • Fix item count calculation in workflows table pagination.
  • Fix sorting in workflows, jobs tables.

0.0.53 (29.04.2025)

  • Add retry option to jobs in workflow.
  • Show "Next run" for workflows.
  • Add Workflow filter (all/running/scheduled/failed).
  • Fix sorting in workflows, jobs, connections tables.

0.0.52 (11.04.2025)

  • Fix typos.

0.0.51 (08.04.2025)

  • If workflow is stopped before completion, it will now fail with "Workflow terminated unexpectedly before completion." message.
  • User will now be asked for confirmation when stopping workflows.
  • Added "Runtime notification interval" for workflows. Every minute, it calculates how long each workflow has been running and sends a notification at the defined "Runtime notification interval" (via Slack if available, otherwise logs to the console).

0.0.50 (04.04.2025)

  • Highlight table rows on hover in workflows, jobs, and connections.
  • Save console logs when running workflows — you can now view them by clicking a specific job node in the workflow logs section.

0.0.49 (01.04.2025)

  • Optimize workflow rescheduling: only reschedule if cron changes.

0.0.48 (01.04.2025)

  • Remember sorting in workflows, jobs, connections tables.
  • Disable schedule checkbox in workflow table if cron is invalid.

0.0.47 (06.03.2025)

  • Allow running workflows manually if they are scheduled.
  • Add payload parameter to clavizHubRunWorkflowSync. This payload will be available in all jobs within a workflow to use.

0.0.46 (21.02.2025)

  • Don't start workflow if it is already running.

0.0.45 (20.02.2025)

  • Add "ClavizHub run workflow sync" function.

0.0.44 (20.02.2025)

  • Fix throwing error inside reporter on recordGenerated event when jobs containing bellboy jobs are started from custom script.

0.0.43 (14.02.2025)

  • Fix silent workflow failing (without notification).

0.0.42 (13.12.2024)

  • Add support for error.payload in jobs.

0.0.41 (03.12.2024)

  • Add job/workflow/connection name to tab titles.
  • Add resize option to job editor textareas.

0.0.40 (01.11.2024)

  • Add headers option to HTTP connection authorization request.

0.0.39 (23.10.2024)

  • Add support for MysqlDestination postLoadQuery and useSourceColumns options.

0.0.38 (23.09.2024)

0.0.37 (23.09.2024)

  • Add the generated row count for each connection to the job tooltip within the log viewer graph.

0.0.36 (19.09.2024)

  • Change copy icons.

0.0.35 (15.09.2024)

  • Add KeyVault to jobs.

0.0.34 (02.09.2024)

  • Fix Slack notification not being sent when some job in the workflow failed and it's child hasn't started processing.

0.0.33 (30.08.2024)

  • Add notes textareas to workflows and jobs.
  • Add duplicate button to workflows and connections.
  • Open edit window in full screen for workflows and connections.
  • Show exceptions in logs pane when previewing a job.
  • Job, workflow tables UI improvements.

0.0.32 (29.07.2024)

  • Added console logs to the job preview.

0.0.31 (12.07.2024)

0.0.30 (12.07.2024)

  • Added coloring for logs icon in workflow table indicating that the last run has failed.
  • Search is now preserved in workflows/jobs/connection tables.

0.0.29 (12.06.2024)

  • Fix not being able to run a job inside workflow when job's parent gets deleted.

0.0.28 (11.06.2024)

  • Fix code editor shrinking in Jobs form.

0.0.27 (05.06.2024)

  • Fix incorrect parameters override.

0.0.26 (03.06.2024)

  • Added JsonProcessor.

0.0.25 (23.05.2024)

  • Added encoding and useClavizNodeFirebird options to Firebird connection.

0.0.24 (21.05.2024)

  • Fixed workflow not being rescheduled if cron is changed.

0.0.23 (17.05.2024)

  • Added Delimitedd processor support.

0.0.22 (16.05.2024)

  • Added "Days to store logs" option for workflows. Logs older than the specified days are deleted after each ETL workflow run.

0.0.21 (13.05.2024)

  • Added Firebird support.