Getting Started with DataHub

Follow these steps to begin using Machbase DataHub:

A. Install Machbase Neo to setup your local data storage

    1. https://docs.machbase.com/neo/getting-started/installation/
Install machbase-neo
The installation process of machbase-neo is just simple as downloading, unarchiving and run the executable. Download Use the instant download with the script below. sh -c ”$(curl -fsSL https://docs.machbase.com/install.sh)” Or, download the latest version for your platform from releases page. Then unarchive the file into a preferred directory. Unarchive Unarchive downloaded file. unzip machbase-neo-v8.0.35-${platform}-${arch}.zip Confirm executable machbase-neo version

B. Install the datahub package in Machbase Neo to facilitate big data handling

    1. URL : https://github.com/machbase/datahub.git
0:00
/0:24

How to install AI datahub package inside Machbase Neo

C. Choose Your Dataset and go to the folder

    1. Energy
    2. Medical
    3. IoT
    4. Manufacturing
    5. Weather
    6. Economy

D. Open the Worksheet to download dataset

0:00
/6:55

Loading & Rollup finalize of 01.Smart Home Dataset

E. Use Tag-analyzer (*.taz) for visualizing the dataset loaded

0:00
/0:46

F. Use the additional python source code for Jupyter Notebook to train and run inference for AI applications

$datahub/dataset/2024/01.Smart Home Dataset$ tree
.
├── code
│   ├── 1.Smart_Home_General.ipynb
│   └── 1.Smart_Home_New_batch.ipynb
├── conv
│   └── load-csv.tql
├── home.taz
└── setup.wrk

You can use the ipynb files in the code folder to practice AI samples