relaxo-query-server VS cl-git

Compare relaxo-query-server vs cl-git and see what are their differences.

relaxo-query-server

The Relaxo Query Server provides support for executing CouchDB functions using Ruby. (by ioquatix)

cl-git

A Common Lisp implementation of parsers for the git object file formats (by fiddlerwoaroof)
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
relaxo-query-server cl-git
1 3
5 27
- -
0.0 8.1
about 6 years ago 6 months ago
Ruby Common Lisp
- 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.

relaxo-query-server

Posts with mentions or reviews of relaxo-query-server. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-04-05.
  • Git as a NoSql Database
    9 projects | news.ycombinator.com | 5 Apr 2021
    Yes, it was. It was originally a front end and back end (query server) for CouchDB. But CouchDB 2 really went in a different direction to what I expected with query servers so I gave up and decided to pivot in a different direction with the code base.

    https://github.com/ioquatix/relaxo-query-server FYI.

cl-git

Posts with mentions or reviews of cl-git. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-05-13.
  • DIY Git in Python
    3 projects | news.ycombinator.com | 13 May 2023
    I implemented a read-only implementation of git here: https://github.com/fiddlerwoaroof/cl-git

    It’s nearly complete, I just have to finish a couple annoying edge cases around delta compression.

  • cl-git: a Common Lisp CFFI interface to the libgit2 library
    5 projects | /r/Common_Lisp | 12 Jul 2022
    I also wrote some parsers for git object formats that’s mostly complete: fiddlerwoaroof/cl-git. Just need to finish implementing the delta encoding mechanism git uses.
  • Git as a NoSql Database
    9 projects | news.ycombinator.com | 5 Apr 2021
    Tangentially I started a re-implementation of git in Common Lisp[1], and have completed parsers for most of the file formats except delta encoded objects.

    Does anyone happen to know of an implementation or tests for delta encoding I could consult that is available under an MIT-like license? (BSD, Apache v2, etc.)

    [1]: https://github.com/fiddlerwoaroof/cl-git

What are some alternatives?

When comparing relaxo-query-server and cl-git you can also consider the following projects:

crux - General purpose bitemporal database for SQL, Datalog & graph queries. Backed by @juxt [Moved to: https://github.com/xtdb/xtdb]

time - A simplified approach to working with dates, times, and time zones.

dulwich - Pure-Python Git implementation

relaxo - Relaxo is a transactional document database built on top of git.

git-api - Common Lisp library to access git repository

cl-gists - Gists API Wrapper for Common Lisp

cl-git - a Common Lisp CFFI interface to the libgit2 library mirror https://sr.ht/~rsl/cl-git/

libgit2 - A cross-platform, linkable library implementation of Git that you can use in your application.

dolt - Dolt – Git for Data