gogol alternatives and similar packages
Based on the "Network" category.
Alternatively, view gogol alternatives based on common mentions on social networks and blogs.
-
connection
DISCONTINUED. simple client connection library in haskell with builtin features: SSL/TLS, SOCKS, session management. -
pcap
Haskell bindings for the pcap library, which provides a low level interface to packet capture systems.
InfluxDB - Purpose built for real-time analytics at any scale.
* Code Quality Rankings and insights are calculated and provided by Lumnify.
They vary from L1 to L5 with "L5" being the highest.
Do you think we are missing an alternative of gogol or a related project?
README
Gogol
Warning: This is an experimental prototype/preview release which is still under heavy development and not intended for public consumption, caveat emptor!
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
](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
](core): Thegogol-core
library upon which each of the services depends. - [
examples
](examples): A currently sparse collection of examples for the various services. - [
gen
](gen): The code generation binary, along with configuration, templates, and assets. - [
script
](script): CI scripts to manage the release lifecycle of the service libraries. - [
share
](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
](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 all licence references and agreements mentioned in the gogol README section above
are relevant to that project's source code only.