New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

hive-builder

Package Overview
Dependencies
Maintainers
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

hive-builder

Building docker swarm environment

  • 3.8.9
  • PyPI
  • Socket score

Maintainers
2

hive-builder

hive-builder is a tool for building a site that operates docker containers across multiple servers. By using the cluster function of the docker swarm mode and the disk redundancy function of the drbd9, without using Kubernetes, you can build a site with a simple configuration. The hive houses the swarm of microservice and manages them.

  • A method of selecting leaders in server elections prevents split brain and does not require centralized control by a controller
  • The cluster function of docker swarm mode ensures high availability
  • You can migrate a container between servers, even that have data volumes, by mirroring disks with drbd that have auto promotion function
  • Sites can be built on IaaS such as AWS by launching the command only once
  • Container contents can be described with ansible role
  • Initial data can be loaded when site is launched
  • Have a private repository server in the site and store container images
  • Have Zabbix server in the site and monitor the operation
  • You can define 3 stages of private, staging, production in one inventory and build a site for each stage

For details, see the document (Sorry, there are only Japanese ones now).

FAQs


Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc