How is cloud computing in CL? (AWS, GCP, Azure)

This page summarizes the projects mentioned and recommended in the original post on /r/Common_Lisp

Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
  • aws-sdk-lisp

    AWS-SDK for Common Lisp

  • What project did you see for AWS? This one seems quite complete and is recent: https://github.com/pokepay/aws-sdk-lisp/ (seen on awesome-cl, no experience with it)

  • hh-aws

    Common Lisp library for accessing Amazon Web Services APIs

  • I have seen more than one CL library for accessing AWS API. One is https://github.com/hargettp/hh-aws. Anything with an API and especially a http API can be wrapped and used with *any* language with ability to make calls to servers and process the results. In python I work with boto3 but it is a raw wrapper around the actual calls. I wouldn't call it well designed, simply complete. I bring it up to wiggle the question as to what level of usefulness you are looking for. Anything with OpenAPI (swagger and such) view of http API could in theory have language specific wrappers automagically generated. This would give coverage but not best usability.

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts