All Projects → brendanhay → Gogol

brendanhay / Gogol

Licence: mpl-2.0
A comprehensive Google Services SDK for Haskell.

Programming Languages

haskell
3896 projects

Labels

Projects that are alternatives of or similar to Gogol

Dc Sdk
DC-SDK 是基于 Cesium 进行二次开发的2、3D一体 WebGis 应用框架,该框架优化了 Cesium 的使用方式和增添了一些额外功能,旨在为开发者快速构建 WebGis 应用。🌎
Stars: ✭ 206 (-12.34%)
Mutual labels:  google
Search Engine Parser
Lightweight package to query popular search engines and scrape for result titles, links and descriptions
Stars: ✭ 216 (-8.09%)
Mutual labels:  google
Gspread Pandas
A package to easily open an instance of a Google spreadsheet and interact with worksheets through Pandas DataFrames.
Stars: ✭ 226 (-3.83%)
Mutual labels:  google
React Native Google Sign In
React Native Wrapper for Latest Google Sign-In OAuth SDK / API
Stars: ✭ 213 (-9.36%)
Mutual labels:  google
Sitemap Generator Cli
Creates an XML-Sitemap by crawling a given site.
Stars: ✭ 214 (-8.94%)
Mutual labels:  google
Rgm
Tiny (1kb less) but very powerful React Google Map
Stars: ✭ 221 (-5.96%)
Mutual labels:  google
Google Foobar
My Google Foo Bar Challenges 🤓 🧮
Stars: ✭ 202 (-14.04%)
Mutual labels:  google
Google Cloud Cpp
C++ Client Libraries for Google Cloud Services
Stars: ✭ 233 (-0.85%)
Mutual labels:  google
Example Mediapipe Udp
Connecting openFrameworks to Google MediaPipe Machine Learning Framework over UDP
Stars: ✭ 217 (-7.66%)
Mutual labels:  google
Canner
⚡️[NOT MAINTAINED] Content Management Framework creates custom CMS fast and easy. Support data sources such as Firebase/Firestore, GraphQL and Restful APIs.
Stars: ✭ 2,472 (+951.91%)
Mutual labels:  google
Googleanalyticsr
Use the Google Analytics API from R
Stars: ✭ 213 (-9.36%)
Mutual labels:  google
Shrine Materialdesign2
implementation of Material Design 2 Shrine project
Stars: ✭ 215 (-8.51%)
Mutual labels:  google
React Native Header View
Fully customizable Header View with multiple design options for React Native.
Stars: ✭ 221 (-5.96%)
Mutual labels:  google
Recaptcha
[In]visible ReCaptcha v2 for iOS
Stars: ✭ 208 (-11.49%)
Mutual labels:  google
Newandroidarchitecture Component Github
Sample project based on the new Android Component Architecture
Stars: ✭ 229 (-2.55%)
Mutual labels:  google
Bert Chainer
Chainer implementation of "BERT: Pre-training of Deep Bidirectional Transformers for Language Understanding"
Stars: ✭ 205 (-12.77%)
Mutual labels:  google
Laravel Analytics
A Laravel package to retrieve pageviews and other data from Google Analytics
Stars: ✭ 2,613 (+1011.91%)
Mutual labels:  google
Gmusicapi
An unofficial client library for Google Music.
Stars: ✭ 2,543 (+982.13%)
Mutual labels:  google
Angularmaterialfirebase
🔥 Full stack starter app with Angular 8, Material Design and Firebase (+ demo)
Stars: ✭ 229 (-2.55%)
Mutual labels:  google
Sitedorks
Search Google/Bing/Ecosia/DuckDuckGo/Yandex/Yahoo for a search term with a default set of websites, bug bounty programs or a custom collection.
Stars: ✭ 221 (-5.96%)
Mutual labels:  google

Gogol

Warning: This is an experimental prototype/preview release which is still under heavy development and not intended for public consumption, caveat emptor!

Build Status Hackage Version Gitter Chat

Description

Гоголь-моголь Мико́ла Васи́льович Го́голь

A comprehensive Google Services SDK for Haskell supporting all of the publicly available services.

An introductory blog post detailing the motivation can be found here.

Documentation

You can find the latest stable release documentation for each respective library on Hackage under the Google section.

Haddock documentation which is built by CI from the develop branch can be found here.

Organisation

This repository is organised into the following directory structure:

  • gogol: Actual operational logic, you'll need to import this to send requests etc.
  • gogol-*: Data types for each of the individual Google Compute Engine Service libraries.
  • core: The gogol-core library upon which each of the services depends.
  • examples: A currently sparse collection of examples for the various services.
  • gen: The code generation binary, along with configuration, templates, and assets.
  • script: CI scripts to manage the release lifecycle of the service libraries.
  • share: Makefile plumbing common to all service libraries

See the ./gen subdirectory for further details about generating an API client/SDK.

Change Log

A change log for the entire project can be found under gogol/CHANGELOG.md.

Contribute

For any problems, comments, or feedback please create an issue here on GitHub.

Licence

Gogol is released under the Mozilla Public License Version 2.0.

Parts of the code are derived from Google Compute Engine service descriptions, licensed under Apache 2.0. Source files subject to this contain an additional licensing clause in their header.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].