How I analyse my markdown files using Obsidian, PostgreSQL database and Python.
Download the project, go to download directory and run:
streamlit run myapp.py
This will show a dashboard of a map and two charts that sumamarises your (journal) notes for the past week. If you wish so you can also use the monthly anlaysis.
Packages you need:
- streamlit
- pandas
- numpy
- psycopg2
- folium
- geopandas
- plotly