
# Storm接口介绍
Storm采用的接口同开源社区版本保持一致，详情请参见：
<https://storm.apache.org/documentation/Home.html>。
Storm-HDFS采用的接口同开源社区版本保持一致，详情参见：
<https://github.com/apache/storm/tree/v0.10.0/external/storm-hdfs>。
Storm-HBase采用的接口同开源社区版本保持一致，详情参见：
<https://github.com/apache/storm/tree/v0.10.0/external/storm-hbase>。
Storm-Kafka采用的接口同开源社区版本保持一致，详情参见：
<https://github.com/apache/storm/tree/v0.10.0/external/storm-kafka>。
Storm-JDBC采用的接口同开源社区版本保持一致，详情参见：
<https://github.com/apache/storm/tree/v0.10.0/external/storm-jdbc>。
