Skip to content

Commit 907443e

Browse files
authored
Update README.md
1 parent 5ecb9ee commit 907443e

File tree

1 file changed

+32
-2
lines changed

1 file changed

+32
-2
lines changed

README.md

+32-2
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,32 @@
1-
# books
2-
Private book library data load and exploration.
1+
# Books data load and exploration
2+
3+
This is a private book library data load and exploration.
4+
5+
Since our private library was first assembled (my husband's and mine), some years ago, we have been keeping track of our books in text files, using a proprietary format based in key-value to make the data easy to be read. Something like this:
6+
7+
```
8+
type=book
9+
subtype=nonfiction
10+
subtype=fiction
11+
12+
title=There Are No Electrons
13+
subtitle=Electronics for Earthlings
14+
author=Kenn Amdahl
15+
alt_author=Kenneth Amdahl
16+
publisher=Clearwater Publishing
17+
year=1998
18+
year_first_publication=1991
19+
num_pages=322
20+
21+
isbn=0-9627815-9-2
22+
lang=en_US
23+
24+
keyword=Electronics
25+
keyword=Jargon
26+
keyword=Static Electricity
27+
...
28+
```
29+
30+
Each book has its own file, stored in folders from A-Z according to the main author's last name. With time, new books arrived, and their data was added to this text files collection as well. It's a large collection we're very proud of, but not even close as large as [Umberto Eco's home library](https://www.openculture.com/2017/03/watch-umberto-eco-walk-through-his-immense-private-library.html) (well, not yet).
31+
32+
Now it's the first time I'm actually reading the book files, to extract stats and indulge ourselves by looking at our beautiful library from a different angle. 📚❤️

0 commit comments

Comments
 (0)