项目作者: Code4Myself

项目描述 :
Java Parser for Google Takeout data
高级语言: Java
项目地址: git://github.com/Code4Myself/GoogleTakeoutParser.git
创建时间: 2017-02-01T08:52:39Z
项目社区:https://github.com/Code4Myself/GoogleTakeoutParser

开源协议:Apache License 2.0

下载


GoogleTakeoutParser

Parser Library for Google Takeout data

Summary

  • Googleサービスの利用に伴って生成されたパーソナルデータを takeout 機能でダウンロードできます
  • takeoutのデータはサービス毎に個別に分割されているため、フォーマットも個々に異なっています
  • 一方でtakeoutデータの仕様や値の定義などは提供されていません。
  • このリポジトリでは、データ仕様の整理とデータ変換用の実装を有志により整備しオープンソースで提供しています

  • Google provides the takeout service to archive and download own data stored through Google services
  • Since takeout data is segmented and is provided in each service respectively, data formats are different
  • Data specifications/definitions are not provided officially. so this package may not support all data contents
  • This library provides estimated data specification and parsers as open source by some volunteers

License