kdb VS ok

Compare kdb vs ok and see what are their differences.

kdb

kdb+ Working Group from FINOS Data Technologies program (by finos)

ok

An open-source interpreter for the K5 programming language. (by JohnEarnest)
Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
kdb ok
3 30
41 575
- -
5.6 4.2
3 months ago 6 months ago
q JavaScript
Apache License 2.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.

kdb

Posts with mentions or reviews of kdb. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-05-12.
  • Q Coding Guidelines by Finos
    1 project | news.ycombinator.com | 23 Feb 2024
  • Ngn/k (free K implementation)
    17 projects | news.ycombinator.com | 12 May 2022
    > let's say I have a finance team that have never heard of it - why might they be interested?

    In my experience it's very good at quickly developing real-time analytics applications with only a small set of developers. A couple of q developers can develop, maintain and operate the server side of 5 or 6 separate applications without breaking a sweat. Changes come in at a high speed too.

    It's a highly interactive language. A bit like a lisp, you start up a q process, open a port and then you iterate and update your application live without needing to restart. Typically on our projects we've had a well iterated program running in QA for a day or 2 before opening a PR (which becomes more of a formality for getting the solution to the problem into prod at that stage).

    The q language itself is quite wordy. Check the reference page: https://code.kx.com/q/ref/ Many programs written in q consist mainly of the key words with the special operators interspersed. Also see some example libraries: https://github.com/finos/kdb

    It's been a fairly stable language to work with, having few breaking changes between successive versions. q code written 8/9/10 years ago on older versions will most likely still run the same today. We have source code on one project at work which hasn't had a code change in 6 years now (despite moving through different versions 2.8->3.0->3.3->3.5->4.0) and it runs daily without a hiccup.

    Mostly it's a joy working with it because I feel like I get to tell the computer what I want it to do, without also having to tell it how to do it.

ok

Posts with mentions or reviews of ok. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-01-08.
  • Trees
    1 project | news.ycombinator.com | 20 Jan 2024
  • Programming in K
    1 project | news.ycombinator.com | 20 Jan 2024
    1 project | news.ycombinator.com | 18 Jan 2024
  • k on pdp11
    6 projects | news.ycombinator.com | 8 Jan 2024
  • Origins of J
    9 projects | news.ycombinator.com | 4 Jan 2024
    This - https://github.com/JohnEarnest/ok - can also be used sometimes...
  • Trees in K
    1 project | news.ycombinator.com | 16 Dec 2023
  • Coding in the Shadows: Hidden Gems of Lisp, Clojure, and friends
    1 project | dev.to | 28 Nov 2023
    If you want to try out K, there are some open source implementations, like John Earnest's oK which has a REPL and a calculator-like interface for mobile phones with a charting feature.
  • Why Lisp Syntax Works
    5 projects | news.ycombinator.com | 5 Jun 2023
    and have the programmer use the word "barchart", they instead prefer to use the definition itself. The word "barchart" has a specific meaning (here, an ascii "bar chart" of 0s and 1s, showing the relative sizes of the values of input array x), but "{x>\:!|/x}" might be useful for more than just bar charts. This idiom contains smaller idioms like "count til max" (!|/) which in turn contains "max" (|/).

    Being able to see the code makes it easier to explore and tweak to your specific needs. But more importantly, there are no "official" names for concepts like "count til max". That's just my personal name for it. A python programmer would call it "range". You could come up with your own name for (!|/) that makes perfect sense to you. But that name will probably be longer than its definition, and less flexible.

    [1] https://github.com/JohnEarnest/ok/blob/gh-pages/examples/idi...

  • Animated unknown pleasures in 3 lines of K
    4 projects | news.ycombinator.com | 3 Apr 2023
    check out oK[0] by John Earnest, who is the author of the content of this post

    it is well-written manual and is a great jumping off point

    there is a k-enthusiast element.io server[1] where you can ask any question you like. folks are friendly!

    [0] https://github.com/JohnEarnest/ok

    [1] https://matrix.to/#/#aplfarm-k:matrix.org

  • APLcart – Find your way in APL
    2 projects | news.ycombinator.com | 1 Apr 2023