ghostfolio VS PostgreSQL

Compare ghostfolio vs PostgreSQL and see what are their differences.

PostgreSQL

Mirror of the official PostgreSQL GIT repository. Note that this is just a *mirror* - we don't work with pull requests on github. To contribute, please see https://wiki.postgresql.org/wiki/Submitting_a_Patch (by postgres)
SurveyJS - Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App
With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.
surveyjs.io
featured
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
ghostfolio PostgreSQL
17 408
3,593 14,734
5.4% 2.0%
9.8 10.0
7 days ago 7 days ago
TypeScript C
GNU Affero General Public License v3.0 GNU General Public License v3.0 or later
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.

ghostfolio

Posts with mentions or reviews of ghostfolio. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-09-26.
  • Hacktoberfest 2023 with Ghostfolio
    9 projects | dev.to | 26 Sep 2023
    At Ghostfolio, we are very excited to participate in Hacktoberfest for the second time, looking forward to connecting with new and enthusiastic open-source contributors. Hacktoberfest is a month-long celebration of open-source projects, their maintainers, and the entire community of contributors. Each October, open source maintainers from all over the world give extra attention to new contributors while guiding them through their first pull requests on GitHub. This year the event celebrates its 10th anniversary.
  • Announcing Ghostfolio 2.0
    1 project | dev.to | 9 Sep 2023
    Give us a Star: If you have found value in Ghostfolio or appreciate our commitment to simplifying investment tracking, please consider giving us a star on GitHub. Your support helps us reach a wider audience and make a difference in the world of wealth management.
  • Ghostfolio: Open-Source Wealth Management Software
    8 projects | news.ycombinator.com | 31 Aug 2023
    A manual action where I multiply and divide all actions. It works, bit hardly. Won't do it again. A next time, I'll probably try to do a sell all old stocks for X/stock, and then buy all for X/splitamt/stock to handle this.

    https://github.com/ghostfolio/ghostfolio/discussions/1072

  • Selfhosted finance portal like Google/Yahoo Finance?
    1 project | /r/selfhosted | 7 Jun 2023
    100 requests a minute for a free API isn't gonna cut it for automated trading, and extreme pedantic preferences aren't very conducive for a "community project" type thing. You can track specific stocks using something https://github.com/ghostfolio/ghostfolio but I don't about a generic Stock Ticker type thing either.
  • CoinMarketCap personal alternative
    2 projects | /r/selfhosted | 14 Jan 2023
    Don't know CoinMarketCap well and what you use it for, but maybe ghostfol.io is interesting for you?
  • Hacktoberfest 2022
    9 projects | dev.to | 3 Oct 2022
    We are very excited to join Hacktoberfest for the first time with Ghostfolio and meet new and ambitious open-source contributors. Hacktoberfest is a month-long celebration of open-source projects, their maintainers, and the entire community of contributors. Each October, open source maintainers from all over the world give extra attention to new contributors while guiding them through their first pull requests on GitHub.
  • What kind of open source self-hosted solution is needed in your industry?
    21 projects | /r/selfhosted | 13 Aug 2022
    Does Ghostfolio cover your needs? I know there has been a lack of selfhosted portfolio trackers up until its recent release.
  • Invest portfolio manager
    1 project | /r/selfhosted | 27 May 2022
    go to the github page, Thomas is very active there https://github.com/ghostfolio/ghostfolio and he has a Slack channel too you can join.
  • Need help setting up Ghostfolio - missing environment variables
    4 projects | /r/selfhosted | 14 May 2022
    The yml files I'm using are the ones here: https://github.com/ghostfolio/ghostfolio/tree/main/docker
  • Ghostfolio – First months in Open Source
    1 project | dev.to | 16 Jan 2022
    When I decided to publish the project as open source software (OSS), I did not know what exactly to expect. In the worst case, nobody would care. And in the best case, the repository would be overrun with contributions. The truth is probably somewhere in between.

PostgreSQL

Posts with mentions or reviews of PostgreSQL. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-05-01.
  • System Design: Databases and DBMS
    12 projects | dev.to | 1 May 2024
    PostgreSQL
  • PresentaciĂłn del Operador LMS Moodle
    5 projects | dev.to | 29 Apr 2024
  • Introducing LMS Moodle Operator
    5 projects | dev.to | 29 Apr 2024
    The LMS Moodle Operator serves as a meta-operator, orchestrating the deployment and management of Moodle instances in Kubernetes. It handles the entire stack required to run Moodle, including components like Postgres, Keydb, NFS-Ganesha, and Moodle itself. Each of these components has its own Kubernetes Operator, ensuring seamless integration and management.
  • Integrate txtai with Postgres
    2 projects | dev.to | 25 Apr 2024
    Another key feature of txtai is being able to quickly move from prototyping to production. This article will demonstrate how txtai can integrate with Postgres, a powerful, production-ready and open source object-relational database system. After txtai persists content to Postgres, we'll show it can be directly queried with SQL from any Postgres client
  • Understanding SQL vs. NoSQL Databases: A Beginner's Guide
    5 projects | dev.to | 9 Apr 2024
    SQL (Structured Query Language) databases are relational databases. They organize data into tables with rows and columns, and they use SQL for querying and managing data. Examples include MySQL, PostgreSQL, and SQLite.
  • From zero to hero: using SQL databases in Node.js made easy
    3 projects | dev.to | 19 Mar 2024
    Node.js, MySQL and PostgreSQL servers installed on your machine
  • I Deployed My Own Cute Lil’ Private Internet (a.k.a. VPC)
    8 projects | dev.to | 18 Mar 2024
    Each app’s front end is built with Qwik and uses Tailwind for styling. The server-side is powered by Qwik City (Qwik’s official meta-framework) and runs on Node.js hosted on a shared Linode VPS. The apps also use PM2 for process management and Caddy as a reverse proxy and SSL provisioner. The data is stored in a PostgreSQL database that also runs on a shared Linode VPS. The apps interact with the database using Drizzle, an Object-Relational Mapper (ORM) for JavaScript. The entire infrastructure for both apps is managed with Terraform using the Terraform Linode provider, which was new to me, but made provisioning and destroying infrastructure really fast and easy (once I learned how it all worked).
  • How to dump and restore a Postgres DB with new table ownership
    2 projects | dev.to | 14 Mar 2024
    I've used MySQL for years. But recently, I found myself working PostgreSQL and simple things like dumping and restoring a database are different enough that I decided to document the process. It's straightforward enough once I knew how.
  • Test Driving a Rails API - Part One
    11 projects | dev.to | 11 Mar 2024
    A running Rails application needs a database to connect to. You may already have your database of choice installed, but if not, I recommend PostgreSQL, or Postgres for short. On a Mac, probably the easiest way to install it is with Posrgres.app. Another option, the one I prefer, is to use Homebrew. With Homebrew installed, this command will install PostgreSQL version 16 along with libpq:
  • Um jĂșnior e um teste tĂ©cnico: The battle.
    5 projects | dev.to | 3 Mar 2024
    PostgreSQL

What are some alternatives?

When comparing ghostfolio and PostgreSQL you can also consider the following projects:

goplan-app - An intuitive portfolio mangaer !

psycopg2 - PostgreSQL database adapter for the Python programming language

mintable - 🍃 Automate your personal finances – for free, with no ads, and no data collection.

ClickHouse - ClickHouseÂź is a free analytics DBMS for big data

ib_api - Interactive Brokers API in TypeScript / Kotlin / Java / Nim

phpMyAdmin - A web interface for MySQL and MariaDB

trading-signals - Technical indicators to run technical analysis with JavaScript & TypeScript. 📈

Firebird - FB/Java plugin for Firebird

actual - A local-first personal finance app

Adminer - Database management in a single PHP file

tradingview-syariah-indicator - Add a small indicator in tradingview.com, Add a small green indicator in tradingview.com. At the moment, only cover Malaysia, NYSE, Nasdaq, Shenzhen, Shanghai, Indonesia.

SQLAlchemy - The Database Toolkit for Python