rfcs VS partiql-lang-kotlin

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

rfcs

RFCs for major changes to EdgeDB (by edgedb)
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
rfcs partiql-lang-kotlin
5 6
34 532
- -0.2%
4.6 9.3
4 days ago 7 days ago
Python Kotlin
Apache License 2.0 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.

rfcs

Posts with mentions or reviews of rfcs. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-02-22.
  • Show HN: Starter.place – Gumroad for Starter Repos
    3 projects | news.ycombinator.com | 22 Feb 2023
    Search it is! I could implement search that searches for exact tokens in the tools the author connected and the README, but I want to wait for anything more until EdgeDB releases its full-text search solution https://github.com/edgedb/rfcs/blob/master/text/1015-full-te...

    I actually had a feature in mind where people could vote on starters they want and others could build them out and list them for free or a price. Do you think that would fit your needs and is there anything in particular you'd want to see in a feature like that?

  • Show HN: PRQL 0.2 – Releasing a better SQL
    16 projects | news.ycombinator.com | 27 Jun 2022
    Replied on Twitter!

    > I see EdgeDB as primarily focused on transactional queries, whereas PRQL is very focused on analytical queries.

    That's true to an extent currently, but we actually envisioned EdgeQL to be a capable analytical query language too. We'll release EdgeDB 2.0 in a couple of weeks and it will feature a powerful GROUP BY statement (read more about it here [1]) and in 3.0 we might ship window functions (or some equivalent).

    With all that said PRQL looks cool!

    [1] https://github.com/edgedb/rfcs/blob/master/text/1009-group.r...

  • EdgeDB 1.0
    16 projects | news.ycombinator.com | 10 Feb 2022
    >> We shall do better than SQL

    > The EdgeQL language looks cool, and I'm sure querying via a graph structure makes certain problems easier in some use cases. However as much as people have complained about SQL, it's just so ubiquitous there needs to be a very good reason to switch away from it. Not having to write joins isn't really a good enough reason, in my opinion.

    Oh, it goes much deeper than not writing joins. There's no single ORM out there that can implement a TypeScript query builder like ours, see the example in [1]. This is only possible because of EdgeQL composability, but that composability required us to rethink the entire relational foundation.

    > > The true source of truth

    > I'm not sure why this means EdgeDB is better. <..>

    This section implies that EdgeDB's schema allows to specify a lot of meta / dynamically computed information in it. And soon your access control policies. Take a look at the work-in-progress RFC [2] [3] to see how this is more powerful, then say, Postgres' row level security.

    > > Not just a database server

    > It sounds like they have a solid client, which is awesome.

    Also lightweight connections to the DB so that you can have thousands of concurrent ones without load balancers, built-in schema migrations engine, and many other things. In fact we have so much that it's challenging what to even highlight in a blog post like the 1.0 announcement.

    > Cloud-ready database APIs

    > This used to be true, but is definitely no longer true. Cloud-native databases are everywhere and incredibly common. See any major cloud, https://www.cockroachlabs.com/, or any of the tons of other database solutions.

    Not to pick on CockroachDB (they have an amazing product and company, we love them), but you should benchmark local install of Postgres and Cockroach to see yourself that scalability still has a significant cost in performance.

    [1] https://www.edgedb.com/blog/edgedb-1-0#not-just-a-database-s...

    [2] https://github.com/edgedb/rfcs/pull/49

    [3] https://github.com/edgedb/rfcs/pull/50/files

  • Show HN: PRQL – A Proposal for a Better SQL
    15 projects | news.ycombinator.com | 24 Jan 2022
    EdgeQL is getting support for generic partitioning/aggregating `GROUP` very soon [1], so we are giving some love to the analytical side of things too :-)

    We definitely need more collective effort put into "Better SQL", so PRQL is a welcome sight!

    [1] https://github.com/edgedb/rfcs/blob/21e581a188715c6ff82944b6...

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.

What are some alternatives?

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

prql - PRQL is a modern language for transforming data — a simple, powerful, pipelined SQL replacement

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

edgedb - A graph-relational database with declarative schema, built-in migration system, and a next-generation query language

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

imdbench - IMDBench — Realistic ORM benchmarking

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

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

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

edgedb-java