Skip to content

TannerAMay/doltcli

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

88 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DoltCLI

This is a minimalist package intended for data engineering applications:

  • ~100kb is size unzipped
  • one dependency -- Dolt
  • only changes when Dolt changes

If you are a data scientist or are using Pandas there are three options:

Note: doltcli is in beta-mode of development. The interface does not completely wrap Dolt CLI yet, and may have function signature changes in the short-term. Reach out to the team on our discord if you have questions regarding production use-cases.

Dev Setup

curl -sSL https://raw.githubusercontent.com/python-poetry/poetry/master/get-poetry.py | python -

-Install dependencies:

poetry install

Now you can run tests and use doltcli.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 99.6%
  • Shell 0.4%