Skip to content

Tool Belt is a module to build a collection of utility tools into a single application

Notifications You must be signed in to change notification settings

charlieegan3/toolbelt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

toolbelt

toolbelt is a module to wrap up a number of smaller utility tools into a single application & deployment. Tools can share HTTP routers, datastores and config to make it faster to deploy small tools quickly.

toolbelt has been created to bring together a number of utility tools I have been running separately. See tools for a list of tools. The idea is to bring together a number of other small tools under a single monolithic deployment - a toolbelt.

This is good because:

  • I can run a single long-running HTTP server for many tools and pay for a single server
  • I can share things like a SQL database which takes time to configure
  • Where the workload is low, I can run jobs on the same server instance

I have written in more detail about why I created toolbelt here on my blog.

Tools

Below is a list I keep up to date of all the tools I've created for use on my toolbelt deployment:

Extenstions

Currently, it's possible to extend toolbelts with a means to external jobs, so far I have the built one integration I need:

About

Tool Belt is a module to build a collection of utility tools into a single application

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published