Loading repository data…
Loading repository data…
clouedoc / repository
An Obsidian plugin to upload your notes' metadata to your database.
I personally prefer to self-host PostgreSQL on an offshore server to protect my privacy. However, do note that it takes a bit more knowledge since if you host on a remote server, you will learn how to enable network encryption (SSL) to prevent unauthorized intermediaries from snooping on your data.
I did not try the managed providers that I listed above, but they are from reputable companies and provide way more storage and compute power than you will ever need to host the data generated by this plugin.
The data produced by postgresql-obsidian is made available to you under the obsidian database schema.
You can use PostgreSQL views to extract and format the information that you need.
Sending the metadata of your notes to a PostgreSQL database will allow you to explore it with other tools, such as Grafana.
Here is a screenshot of the Grafana dashboard I made to monitor my personal health:
Contributions are what make the open source community such an amazing place to be, learn, inspire, and create. Any contributions you make are greatly appreciated!
See the developer documentation for more information.