openapi-generator VS cl-rest-server

Compare openapi-generator vs cl-rest-server and see what are their differences.

openapi-generator

OpenAPI client system generator. (by kilianmh)
API
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.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
openapi-generator cl-rest-server
1 2
10 64
- -
7.5 4.3
12 days ago 8 months ago
Common Lisp Common Lisp
GNU Affero General Public License v3.0 MIT License
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

openapi-generator

Posts with mentions or reviews of openapi-generator. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-03-08.
  • OpenAPI Client Generator
    3 projects | /r/Common_Lisp | 8 Mar 2023
    Hey guys, I want to share my common lisp project openapi-generator (github) to create asdf-loadable clients from OpenAPI/Swagger Specification files in one command. It uses json-mop for parsing the spec into a CLOS object. This object is then used for generating the system.

cl-rest-server

Posts with mentions or reviews of cl-rest-server. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-09-06.
  • Sell me on Common Lisp please (or something else?)
    3 projects | /r/lisp | 6 Sep 2022
    no, I don't know of a nice looking, dynamic project to write a REST api with buzzwords :/ Probably Clojure has more libraries in that field. The one lib I know is https://github.com/mmontone/cl-rest-server that tries to do sthg with OpenAPI. It's a WIP though. So, to write a REST api for my app, I just use Hunchentoot and I write the routes myself, with easy-routes. Other routes libraries could do like https://github.com/bonkzwonil/defrest
  • What would be reliable libs for building Rest API on Common Lisp (SBCL)?
    1 project | /r/lisp | 25 Jan 2022
    You could try https://github.com/mmontone/cl-rest-server. It needs a bit of work, but it's about the best I found when I looked for this about 4 months ago. Contributing there would be your best bet.

What are some alternatives?

When comparing openapi-generator and cl-rest-server you can also consider the following projects:

json-mop - A metaclass for bridging CLOS and JSON objects

weird - Generative art in Common Lisp

openrpc - OpenRPC implementation for Common Lisp

Github-API-CL - Common Lisp Github REST API Client