You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@parquet.apache.org by Chongzhe Li <ch...@insight.io> on 2017/04/30 21:28:55 UTC

Navigate Apache Parquet code base like it's in your IDE

Hi all,

I'd like to introduce everyone insight.io, a web-based code exploration
tool with IDE-like code intelligence. You can read the source case like
it's in your IDE with functions like jump-to-definition, find reference,
class structure etc.

[image: Inline image 1]

We have indexed three of Apache Parquet's repositories: parquet-mr,
parquet-cpp and parquet-format, you can find the entry point of each
repository below:

*https://insight.io/github.com/apache/parquet-mr/blob/master/parquet-column/src/main/java/org/apache/parquet/column/statistics/LongStatistics.java?line=23
<https://insight.io/github.com/apache/parquet-mr/blob/master/parquet-column/src/main/java/org/apache/parquet/column/statistics/LongStatistics.java?line=23>*


*https://insight.io/github.com/apache/parquet-cpp/tree/master/
<https://insight.io/github.com/apache/parquet-cpp/tree/master/>*


*https://insight.io/github.com/apache/parquet-format/tree/master/
<https://insight.io/github.com/apache/parquet-format/tree/master/>*

Hope this is of help for Apache Parquet users and devs, if you have any
feedback or issues regarding insight.io, please feel free to reply directly
to this email.