# Import from Kafka

## Coming soon

{% hint style="warning" %}
This guide is a work in progress.
{% endhint %}

We're actively working on improving our documentation. This doc will be available very soon. Please check back in a day or two for more details.

```
VERSION=0.3.0
wget https://downloads.apache.org/incubator/pinot/apache-pinot-incubating-$VERSION/apache-pinot-incubating-$VERSION-bin.tar.gz
tar vxf apache-pinot-incubating-*-bin.tar.gz
cd apache-pinot-incubating-*-bin
bin/quick-start-batch.sh
```

{% hint style="info" %}
While you're waiting, please take a look at our section on [plugin architecture](https://docs.pinot.apache.org/release-0.4.0/plugins/plugin-architecture).
{% endhint %}
