-
-
InfluxDB
InfluxDB – Built for High-Performance Time Series Workloads. InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.
-
hyperformula
HyperFormula is an open-source headless spreadsheet for business web apps. It comes with over 400 formulas, CRUD operations, undo-redo, clipboard support, and sorting.
My initial thoughts were how does a spreadsheet do it? but it's a different kind of beast.
In search of a parser toolkit I had come across this https://github.com/handsontable/hyperformula which uses chevrotain to parse spreadsheet formulas and decided to use chevrotain for the parsing.
-
I made a list of calculators like this which were shared here on HN over time https://gist.github.com/SMUsamaShah/6546011091d53380354484a3...
From these https://bbodi.github.io/notecalc3/ and https://notepadcalculator.com/ are the most programmer friendly (supporting <<, ^, binary, hex etc)
-
Emacs has literate-calc-mode which I use with org-mode: https://github.com/sulami/literate-calc-mode.el