tree: 2fc1eb5113909d86179939f1bb2746c3c7fd5db7 [path history] [tgz]
  1. iotdb/
  2. resources/
  3. .flake8
  4. .gitignore
  5. pom.xml
  6. pyproject.toml
  7. README.md
mlnode/README.md

Apache IoTDB MLNode

For developers, you can start an ML Node through the following steps.

  • Step 1: build project
mvn clean package -DskipUTs -pl mlnode -am
cd mlnode
poetry build
  • Step 2: install
pip install dist/apache_iotdb_mlnode-1.0.0-py3-none-any.whl --force-reinstall
  • Step 3: start node
mlnode start