partiql-lang-kotlin VS loom

Compare partiql-lang-kotlin vs loom and see what are their differences.

loom

Graph library for Clojure. Mailing list https://groups.google.com/forum/#!forum/loom-clj (by aysylu)
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
partiql-lang-kotlin loom
6 1
532 879
-0.2% -
9.3 2.7
4 days ago 4 months ago
Kotlin Clojure
Apache License 2.0 -
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.

partiql-lang-kotlin

Posts with mentions or reviews of partiql-lang-kotlin. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-09-13.
  • Amazon Ion Specification
    4 projects | news.ycombinator.com | 13 Sep 2023
    Ion is heavily used on the retail side of Amazon, but it's only recently started to appear in AWS products.

    AWS is starting support PartiQL (https://partiql.org/) queries in some places and PartiQL uses Ion's type system internally.

  • XTDB ‘Core2’ is an experimental, SQL-first, immutable database concept
    5 projects | /r/Clojure | 23 Aug 2022
    Yep, that's exactly the vision here. One of the biggest sources of precedent and inspiration for us here is https://partiql.org/ which is picking up a fair bit of traction across AWS. Also see https://rockset.com/
  • What is a Quantum Ledger Database?
    1 project | dev.to | 13 Jun 2022
    QLDB allows you to create a ledger that acts similar to a schema or table space in a traditional database. Once you've created this ledger, you create a table through the SQL-like query language PartiQL that also enables you to interact with the data.
  • Show HN: PRQL – A Proposal for a Better SQL
    15 projects | news.ycombinator.com | 24 Jan 2022
    PartiQL[0] is an open source library that is a superset of SQL that I really like. It supports querying nested structures inside columns, so if a column contains some JSON data you can use the standard dot notation to query nested JSON data directly

    [0] https://partiql.org/

  • DynamoDB with PartiQL
    1 project | dev.to | 11 Jul 2021
    PartiQL was introduced to AWS DynamoDB, with AWS making the announcement in 2020 making the life of developers easier, with the comfort of executing commands similar to SQL.
  • Newcomer needs help with Dynamodb (PARTIQL)
    1 project | /r/aws | 3 Apr 2021
    I haven't tried it, but I'm pretty sure the problem is that timestamp (and it's various capitalizations) is a keyword in PartiQL (https://github.com/partiql/partiql-lang-kotlin/blob/master/lang/src/org/partiql/lang/syntax/LexerConstants.kt#L221). To get it to be interpreted as an attribute name, you need to enclose TimeStamp in double quotes.

loom

Posts with mentions or reviews of loom. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-08-23.
  • XTDB ‘Core2’ is an experimental, SQL-first, immutable database concept
    5 projects | /r/Clojure | 23 Aug 2022
    Datomic's original insight and value prop is code/data locality (the "how" is as you say – efficient distributed reads). Thereby interleaving the Datomic entity API with your dynamic application logic as if the entity graph was walkable like in-memory data structure, in contrast with big-join-up-front declarative/static query patterns you see in SQL that batch data access for efficiency. For example you could use aysylu/loom generic graph traversals against a datomic entity graph and the idea was that this would be efficient.

What are some alternatives?

When comparing partiql-lang-kotlin and loom you can also consider the following projects:

rfcs - RFCs for major changes to EdgeDB

core2 - XTDB ‘Core2’ is an experimental, SQL-first, immutable database concept.

malloy - Malloy is an experimental language for describing data relationships and transformations.

tresql - Shorthand SQL/JDBC wrapper language, providing nested results as JSON and more

partiql-ir-generator - PartiQL I.R. Generator (P.I.G.)

spyql - Query data on the command line with SQL-like SELECTs powered by Python expressions

krangl - krangl is a {K}otlin DSL for data w{rangl}ing

logica - Logica is a logic programming language that compiles to SQL. It runs on Google BigQuery, PostgreSQL and SQLite.

Preql - An interpreted relational query language that compiles to SQL.

BQL - BQL: A Better Query Language, SQL Superset

ion-intellij-plugin - Support for Ion in Intellij IDEA.