Difference between revisions of "Personal Knowledge Management"
m (→Suggested data model) |
|||
(2 intermediate revisions by the same user not shown) | |||
Line 9: | Line 9: | ||
== Design goals == | == Design goals == | ||
− | * The first interface for the tool is | + | * The first interface for the tool is the command line |
* It should be able to replace the majority of the functionality of Evernote, Delicious and preferably Goodreads | * It should be able to replace the majority of the functionality of Evernote, Delicious and preferably Goodreads | ||
+ | * All notes data is stored in a single SQLite3 file, binary files are stored on disk | ||
== Personal goals == | == Personal goals == | ||
* This project should wean me off some of the cloud provider that I currently use. | * This project should wean me off some of the cloud provider that I currently use. | ||
− | * | + | * The project will improve my skills with SQLite, Bash, Vim, Git and later on with Python |
− | == | + | == Draft data model == |
== Dependencies == | == Dependencies == |
Latest revision as of 23:48, 15 June 2013
Projects | |
---|---|
Participants | Hdez |
Skills | Software, Coding, SQLite, Bash, Git |
Status | Planning |
Niche | Software |
Purpose | Education |
Personal Knowledge Management is "A set of processes, individually constructed, to help each of us make sense of our world & work more effectively." (see Harold Jarche). This project tries to create a piece of software that can help with that.
Contents
Design goals
- The first interface for the tool is the command line
- It should be able to replace the majority of the functionality of Evernote, Delicious and preferably Goodreads
- All notes data is stored in a single SQLite3 file, binary files are stored on disk
Personal goals
- This project should wean me off some of the cloud provider that I currently use.
- The project will improve my skills with SQLite, Bash, Vim, Git and later on with Python