Skip to content

Dotmesh release-0.3.1

Compare
Choose a tag to compare
@danthebaker danthebaker released this 21 Mar 12:17
· 54 commits to release-0.3 since this release

Dotmesh release-0.3.1


Dotmesh is a system for capturing, organizing and sharing application states. The first release of Dotmesh offers support for managing dots on Kubernetes and plain Docker clusters, and interoperability with the Dothub.

This release includes the binary

  • dm : The dotmesh client, a git-like CLI for interacting with datadots.

The client can be used to install dotmesh-server, assuming you have Docker installed and your user account has access to the Docker daemon.

$ dm cluster init

This pulls the dotmesh server for this release.

  • dotmesh-server : The server-side component for storing datadots. This can be run on individual servers or a cluster.

The dotmesh server also package dynamic provisioner, and flex-volume driver. Dotmesh uses etcd, and ZFS under the hood to manage and store stateful information.

More information on the command line usage, features, installation instructions and concepts can be found at the Dotmesh Docs

Current binaries support OSX and Linux (nixOS, Ubuntu 16.04 LTS and CentOS 7.4).

For more information about product support, team, and blog please head over to https://dotmesh.com/

For a list of current issues

Changes in this version

  • dotmesh#317: Improved speed of cloning/pulling from remote clusters
  • dotmesh#297: Switch dotmesh port from 6969 to 32607 and switch kubernetes hostPort to nodePort