KaraKaraWitch
commited on
Update README.md
Browse files
README.md
CHANGED
@@ -15,12 +15,22 @@ We present data as is with minimum enrichment.
|
|
15 |
|
16 |
- Any cryptographic CIDs are stripped as they do not possess any useful textual data.
|
17 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
18 |
### Streams
|
19 |
|
20 |
The firehose is split into 2 jsonl file for your usage:
|
21 |
|
22 |
- `..._atproto_interactions.jsonl`: Contains interaction events, such as likes, follows, reposts and blocks
|
23 |
-
- `..._atproto_general.jsonl`: Contains accounts
|
|
|
24 |
|
25 |
### Common Fields
|
26 |
|
|
|
15 |
|
16 |
- Any cryptographic CIDs are stripped as they do not possess any useful textual data.
|
17 |
|
18 |
+
### Changelog
|
19 |
+
|
20 |
+
- 21/11/24:
|
21 |
+
- Fixed Videos being uploaded as `null`
|
22 |
+
- Code is more robust. Should be less prone to dropouts.
|
23 |
+
- Did some code refactoring...
|
24 |
+
- ...and subsequently broke some MiracleSpec messages...
|
25 |
+
- ...But it has been fixed.
|
26 |
+
|
27 |
### Streams
|
28 |
|
29 |
The firehose is split into 2 jsonl file for your usage:
|
30 |
|
31 |
- `..._atproto_interactions.jsonl`: Contains interaction events, such as likes, follows, reposts and blocks
|
32 |
+
- `..._atproto_general.jsonl`: Contains posts and replies. Used to contain accounts & identities but they have been moved to `_accounts.jsonl`
|
33 |
+
- `..._atproto_accounts.jsonl`: Accounts & identities.
|
34 |
|
35 |
### Common Fields
|
36 |
|