Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bookmarks-tools/bookmarks2db
:bookmark: examples of storing bookmarks data in a database (Neo4j, PostgreSQL using mptt and ltree)
https://github.com/bookmarks-tools/bookmarks2db
bookmarks ltree mptt neo4j postgresql sqlalchemy
Last synced: 3 months ago
JSON representation
:bookmark: examples of storing bookmarks data in a database (Neo4j, PostgreSQL using mptt and ltree)
- Host: GitHub
- URL: https://github.com/bookmarks-tools/bookmarks2db
- Owner: bookmarks-tools
- Created: 2019-01-12T19:41:49.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-01-17T22:18:01.000Z (almost 6 years ago)
- Last Synced: 2024-05-11T07:35:38.972Z (6 months ago)
- Topics: bookmarks, ltree, mptt, neo4j, postgresql, sqlalchemy
- Language: Python
- Homepage:
- Size: 20.5 KB
- Stars: 10
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- project-awesome - bookmarks-tools/bookmarks2db - :bookmark: examples of storing bookmarks data in a database (Neo4j, PostgreSQL using mptt and ltree) (Python)
README
Practice of storing and manipulating hierarchical data on database
Each implementation should
1. Import hierarchical bookmarks dictionary
2. Remove bookmark from folder
4. Remove folder with all nested bookmarks and folders
5. Move folder to other folder with all nested bookmarks and folders