Pinned Repositories
hiveUDFsIPv4
My Personal Collection of Hive UDFs
geoip2-data-update
Update and Transform Maxmind GeoIP2 Data into Hive
hiveUDFgeoIP2
Collection of Hive UDFs
pentaho-kettle
Pentaho Data Integration ( ETL ) a.k.a Kettle
quality-check
The goal of quality-check is to provide a small Java library for basic runtime code quality checks. It provides similar features to org.springframework.util.Assert or com.google.common.base.Preconditions without the need to include big libraries or frameworks such as Spring or Guava. The package quality-check tries to replace these libraries and provide all the basic code quality checks you need. The checks provided here are typically used to validate method parameters and detect errors during runtime. To detect errors before runtime we use JSR-305 Annotations. With these annotations you are able to detect possible bugs earlier. For more informations look at FindBugs™ JSR-305 support. We noticed that many projects just copy org.springframework.util.Assert or com.google.common.base.Preconditions to get access to these quality checks. Therefore we provide these features and small library that can be included in any application without big overhead.
uadetector
UADetector is a library to identify over 190 different desktop and mobile browsers and 130 other User-Agents like feed readers, email clients and multimedia players. In addition, even more than 400 robots like BingBot, Googlebot or Yahoo Bot can be identified.
udf-transformer-ds9
A transformer for Hive with UDFs (see HIVE TRANSFORM)
udf-transformer-groovy
udger-data-update
Update the User Agent DB and the Additional Info Data
udf-transformer-ds9
A transformer for Hive with UDFs (see HIVE TRANSFORM)
mambistats's Repositories
mambistats/udf-transformer-groovy
mambistats/udf-transformer-ds9
A transformer for Hive with UDFs (see HIVE TRANSFORM)
mambistats/udger-data-update
Update the User Agent DB and the Additional Info Data
mambistats/geoip2-data-update
Update and Transform Maxmind GeoIP2 Data into Hive
mambistats/hiveUDFsIPv4
My Personal Collection of Hive UDFs
mambistats/hiveUDFgeoIP2
Collection of Hive UDFs
mambistats/pentaho-kettle
Pentaho Data Integration ( ETL ) a.k.a Kettle
mambistats/uadetector
UADetector is a library to identify over 190 different desktop and mobile browsers and 130 other User-Agents like feed readers, email clients and multimedia players. In addition, even more than 400 robots like BingBot, Googlebot or Yahoo Bot can be identified.
mambistats/quality-check
The goal of quality-check is to provide a small Java library for basic runtime code quality checks. It provides similar features to org.springframework.util.Assert or com.google.common.base.Preconditions without the need to include big libraries or frameworks such as Spring or Guava. The package quality-check tries to replace these libraries and provide all the basic code quality checks you need. The checks provided here are typically used to validate method parameters and detect errors during runtime. To detect errors before runtime we use JSR-305 Annotations. With these annotations you are able to detect possible bugs earlier. For more informations look at FindBugs™ JSR-305 support. We noticed that many projects just copy org.springframework.util.Assert or com.google.common.base.Preconditions to get access to these quality checks. Therefore we provide these features and small library that can be included in any application without big overhead.