Code Monkey home page Code Monkey logo

tukana's Introduction

Tukana - A General Purpose Knowledge Tracking Application

“Great books are meant to be read, then read again backwards or upside down!” — Ettovard, Tolarian archivist

What is it?

Tukana is a self-hosted general knowledge store, meant for tracking books, podcasts, papers, and other forms of information you want to keep around.

What it does:

  1. Tracks your books, podcasts, and papers.
  2. Tags the things you’ve learned and read
  3. Set notes and log items for rereading.
  4. Set goals for papers and books.
  5. Export list of what you’ve read.

Why?

I end up consuming a lot of books and papers, and I’ve always wanted a nice way to track them, without having a weird social aspect tacked onto it. Tukana aims to solve that, by allowing you to self-host a datastore of things you’ve read and consumed.

Integrations

  • Pinboard for general tracking
  • Altemetric API for papers
  • isbndb for books
  • ??? for podcasts

Tech Details:

Why is stuff stored as YAML?

It’s so that if you ever want to perform operations on your data, or write your own application on top of the data there’s minimum barriers. Loading a lot of YAML isn’t fast, but that’s why there’s a database with a subset of the data.

What’s the naming format?

All your stuff is stored by its type:

/books/
  |- Filename: <ISBN_NUMBER>.yaml 
  |- All books are identified by their ISBN number, or lacking that, their name.
/podcasts/
  |- Filename: <PODCAST_NAME>_<PODCAST_EPISODE>.yaml
  |- All podcasts are identified by their name, followed by their underscore, then the episode number
/papers/
  |- Filename: <GIVEN_NAME>.yaml
  |- This one is wonky, it's the one of the two that uses a user-defined name. This may change in the future once I figure out a better way of tagging papers. 
/other/
  |- Filename: <GIVEN_NAME>.yaml
  |- Same as papers, everything else gets shoved with a user-defined name. 

tukana's People

Contributors

peixian avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.