@pachyderm/node-pachyderm
TypeScript icon, indicating that this package has built-in type declarations

0.32.1 • Public • Published

Node Pachyderm

npmversion Slack Status

Official Node Pachyderm client maintained by Pachyderm Inc.

Installation

npm i @pachyderm/node-pachyderm

A Small Taste

Here's an example that creates a repo and adds a file:

import { pachydermClient } from "@pachyderm/node-pachyderm";

const demo = async () => {
  const pachClient = pachydermClient({
    pachdAddress: "localhost:30650",
  });

  await pachClient.pfs().createRepo({
    repo: { name: "test" },
  });
};

demo();

Contributing

This package is co-maintained by Pachyderm and the community. If you're looking to contribute to the project, this is a fantastic place to get involved. Take a look at the contributing guide for more info (including testing instructions).

Readme

Keywords

none

Package Sidebar

Install

npm i @pachyderm/node-pachyderm

Weekly Downloads

191

Version

0.32.1

License

Apache License 2.0

Unpacked Size

2.99 MB

Total Files

132

Last publish

Collaborators

  • pachyderm-admin