All Projects → curiositry → ReaDB

curiositry / ReaDB

Licence: MIT License
ReaDB is your private digital bookshelf. Read. Review. Remember.

Programming Languages

javascript
184084 projects - #8 most used programming language
CSS
56736 projects
HTML
75241 projects

Projects that are alternatives of or similar to ReaDB

awesome-reading
Notes from some books that I've read.
Stars: ✭ 43 (-48.81%)
Mutual labels:  books, reading
computer book list
一个综合了豆瓣,goodreads综合评分的计算机书籍书单
Stars: ✭ 1,535 (+1727.38%)
Mutual labels:  books, goodreads
bookwyrm
Social reading and reviewing, decentralized with ActivityPub
Stars: ✭ 1,499 (+1684.52%)
Mutual labels:  books, reading
Awesome Ai Books
Some awesome AI related books and pdfs for learning and downloading, also apply some playground models for learning
Stars: ✭ 855 (+917.86%)
Mutual labels:  books, reading
Annual-Reading-List
A list of things to read every year.
Stars: ✭ 124 (+47.62%)
Mutual labels:  books, reading
Book Notes
Notes from books and other interesting things that I've read. Table of contents at the end 👇
Stars: ✭ 2,636 (+3038.1%)
Mutual labels:  books, reading
software-architecture-books
A comprehensive list of books on Software Architecture.
Stars: ✭ 7,397 (+8705.95%)
Mutual labels:  books, goodreads
good-reads
List of inspiring articles, blogs, tutorials and books. Tech stuff.
Stars: ✭ 14 (-83.33%)
Mutual labels:  books, reading
reading-list
My reading list
Stars: ✭ 15 (-82.14%)
Mutual labels:  books, reading
point-us-to-a-book
📚 reading list
Stars: ✭ 50 (-40.48%)
Mutual labels:  books, reading
Kindleclippings
Extract kindle highlights into organised text files
Stars: ✭ 24 (-71.43%)
Mutual labels:  books, reading
book-sentences
A collection of sentences from different books.
Stars: ✭ 43 (-48.81%)
Mutual labels:  books, reading
Bookwyrm
Social reading and reviewing, decentralized with ActivityPub
Stars: ✭ 483 (+475%)
Mutual labels:  books, reading
bookmarker
A personal project to help me retain information from books
Stars: ✭ 63 (-25%)
Mutual labels:  books, goodreads
Kindle Highlights
Get your Kindle highlights.
Stars: ✭ 469 (+458.33%)
Mutual labels:  books, reading
Mastering-Algorithms-with-C
This repository contains example files organized by chapters in Mastering Algorithms with C, by Kyle Loudon
Stars: ✭ 48 (-42.86%)
Mutual labels:  books, reading
notes
📖 What I'm reading lately
Stars: ✭ 85 (+1.19%)
Mutual labels:  books, reading
goodreads-toolbox
9 tools for Goodreads.com, for finding people based on the books they’ve read, finding books popular among the people you follow, following new book reviews, etc
Stars: ✭ 56 (-33.33%)
Mutual labels:  books, goodreads
meteor-getting-started
Урок для хабры. Разработка первого метеор приложения.
Stars: ✭ 36 (-57.14%)
Mutual labels:  meteor
spiderable-middleware
🤖 Prerendering for JavaScript powered websites. Great solution for PWAs (Progressive Web Apps), SPAs (Single Page Applications), and other websites based on top of front-end JavaScript frameworks
Stars: ✭ 29 (-65.48%)
Mutual labels:  meteor

ReaDB: Your Private Digital Bookshelf

ReaDB is a privacy-aware, self-hosted, open-source alternative to propriatary services like GoodReads and LibraryThing.

ReaDB Demo Screenshot

An FAQ of sorts

  1. Who is ReaDB for? Me. Anyone who reads more than five books a year, and wants to remember what they learned from them.

  2. Why did you build this thing? Why not use Goodreads, or LibraryThing, or ____? I do use Goodreads but I don’t use Goodreads. I don’t use Goodreads, even though I have an account because Goodreads does too many things and doesn’t do them well enough. I don’t care about buying books and having friends and all that. I care about me and my books and what I learned from them. And Goodreads knows more about my books and what I learned from them than it tells me. It doesn’t respect my privacy, and it’s owned by Amazon, which would like to sell me more books even if I wouldn’t learn anything from them. Or even read them.

    That’s the same reason I have accounts with RocketReads and other library apps and haven’t added my books to them. They give me too many features that are neat and not enough that are useful; they take too much of my personal information.

    I built ReaDB to be exactly what I was looking for.

  3. What does ReaDB do? It lets you find your books and keep a handle on what you’ve read about what when and what you thought about it.

  4. How do I use ReaDB? You add your books, and ReaDB automatically gets more data about your books than you can remember, by querying the Google Books API (if you let it). You can import lots of books at a time or add them as you read them. It’s pretty simple, and if you don’t like it you can always export your data and move on.

That’s it. ReaDB is open source. You can use the hosted version if you want, or you can host your own instance. It’s built with Meteor and bunch of other stuff:

  • Install meteor and login
  • Clone the repo: git clone https://github.com/Curiositry/ReaDB
  • Enter directory with cd readb
  • Rename settings.exmaple.json to settings.json and enter your Mandrill API credentials to allow it to send email verifications.
  • Start meteor: meteor --settings settings.json. You should have a fully functional ReaDB instance at http://localhost:3000
  • (Optional) deploy with meteor deploy your-readb-instance.meteor.com
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].