linode-v4 alternatives and similar packages
Based on the "Network" category.
Alternatively, view linode-v4 alternatives based on common mentions on social networks and blogs.
-
prometheus-client
Haskell client library for exposing prometheus.io metrics. -
connection
simple client connection library in haskell with builtin features: SSL/TLS, SOCKS, session management. -
network-hans
HaNS <-> Network Shims for easier porting to HaNS and the HaLVM -
pcap
Haskell bindings for the pcap library, which provides a low level interface to packet capture systems. -
tcp-streams
One stop solution for tcp client and server with tls support. -
kafka-client
Low-level Haskell client library for Apache Kafka 0.7.
Clean code begins in your IDE with SonarLint
* 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 linode-v4 or a related project?
README
linode-haskell
This is a Haskell wrapper around the Linode v4 API. You will need an alpha account and a personal access token. You can get those at login.alpha.linode.com.
Setup
Install the Haskell platform.
From cabal
$ cabal update
$ cabal install linode-v4
From git
$ cabal update
$ git clone [email protected]:eatonphil/linode-haskell
$ cabal install
Test
$ cabal install --enable-tests --only-dependencies
$ cabal test
Example
$ make example
$ LINODE_TOKEN=my-token ./example/linode
API Documentation
Although documentation for the Haskell wrapper does not yet exist, feel free to look through the alpha API documentation in the meantime.