perspective
godbledger
Our great sponsors
perspective | godbledger | |
---|---|---|
32 | 8 | |
5,203 | 462 | |
1.3% | - | |
9.6 | 0.0 | |
about 13 hours ago | 3 months ago | |
C++ | Go | |
Apache License 2.0 | GNU General Public License v3.0 only |
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.
perspective
-
Ask HN: Who is hiring? (February 2023)
We're looking for senior product managers and engineers of all experience levels to build the next generation of collaborative data visualization. At the Prospective Co., you'll contribute to our existing open-source project as well as help design our enterprise offering.
https://perspective.finos.org/
We're looking for any of:
- Familiarity with WebAssembly, data visualization, WebGL/OpenGL, data science, Jupyter/notebook, web/desktop/mobile UI development, compiler/language or database design, finance services.
- Primary stack is Rust (targeting WebAssembly). JavaScript, C++ and Python are a big plus.
- We <3 GitHub contributors - opt to discuss your GitHub work in lieu of a technical interview.
Contact [email protected]
- NYC Slice
- Data Visualization Framework for React, Angular, Svelte, TypeScript, JavaScript
- Nocodb: Turns Any MySQL, Postgres, SQLite into a Spreadsheet with REST APIs
- Ask HN: Who is hiring? (October 2022)
- Ask HN: Who is hiring? (September 2022)
-
Official /r/rust "Who's Hiring" thread for job-seekers and job-offerers [Rust 1.63]
DESCRIPTION: We're looking for senior product managers and engineers of all experience levels to build the next generation of collaborative data visualization. At the Prospective Co., you'll contribute to our existing open-source project (Perspective https://perspective.finos.org/) as well as help design our enterprise offering. We're looking for any of: - Familiarity with WebAssembly, data visualization, WebGL/OpenGL, data science, Jupyter/notebook, web/desktop/mobile UI development, compiler/language or database design, finance services. - Primary stack is Rust (targeting WebAssembly, especially Yew). JavaScript, C++ and Python are a big plus. - We <3 GitHub contributors - opt to discuss your GitHub work in lieu of a technical interview.
- Show HN: Grid.js – Advanced table library that works everywhere (2020)
- Memray is a memory profiler for Python by Bloomberg
-
Is React performant enough for trading applications?
Thank you. I saw this, https://github.com/finos/perspective
godbledger
-
Beancount: Double-Entry Accounting from Text Files
Shameless self plug: ive been building a similar open source command line accounting system
https://github.com/darcys22/godbledger
Its heavily inspired by both ledger and beancount but my biggest issue with them is that text files arnt great for double entry bookkeeping. Having a relational database is the better option which is what GoDBLedger has.
After a certain point a business cant keep track of its transactions in text files because there are simply too many of them, so these systems really only scale to personal finance levels (few hundred transactions maybe thousand transactions).
In addition building plugins that can import your whole text file into a sql system so you can query them is redundant. Just have it in a relational database to start with.
- Have been building an open source accounting system with features for programmers.
-
Ask HN: Who Wants to Collaborate?
I’ve been building an open source accounting system in go.
https://github.com/darcys22/godbledger
Id love for any seasoned golang experts to do a review of my code and highlight any areas that could be improved.
-
Open Source Is Finally Coming to Financial Services
This has also been my opinion for the accounting industry. Just like c compilers before gcc were proprietary and poor performing the accounting software that exists has many limitations. That means there is a huge opportunity for an open source system to blow them out of the water.
Ive been building one myself but i know there are many more coming for this industry :)
-
How you can track your personal finances using Python
https://github.com/darcys22/godbledger
I love these command line self hosted accounting software packages. But double entry bookkeeping was invented using ledgerbooks with ruled tables. I feel the plain text dataformats are a regression compared to a sql database. A general ledger just works so well with columns that you can sum.
It also saves you from needing a custom tool like bean-query to replicate sqlite-ish queries because it could have been in a database from the start
- Show HN: Double Entry Bookkeeping Server with SQL Back End and gRPC Inputs
-
Ask HN: Show me your Half Baked project
GoDBLedger https://github.com/darcys22/godbledger
Its the core of my open source accounting system. Its slightly further along than half baked because the core works but that just means you can do double entry bookkeeping on the command line. Currently building a web interface to interact with it which hopefully will attract non technical users
What are some alternatives?
arquero - Query processing and transformation of array-backed data tables.
nocodb - 🔥 🔥 🔥 Open Source Airtable Alternative
datapane - Datapane is the easiest way to create data science reports from Python.
ag-Grid - The best JavaScript Data Table for building Enterprise Applications. Supports React / Angular / Vue / Plain JavaScript.
ClickHouse - ClickHouse® is a free analytics DBMS for big data
SandDance - Visually explore, understand, and present your data.
arrow-julia - Official Julia implementation of Apache Arrow
Apache Arrow - Apache Arrow is a multi-language toolbox for accelerated data interchange and in-memory processing
vega-loader-arrow - Data loader for the Apache Arrow format.
magic-trace - magic-trace collects and displays high-resolution traces of what a process is doing
Vizzu - Library for animated data visualizations and data stories.
ledger - Double-entry accounting system with a command-line reporting interface