Skip to content

Commit 2620b47

Browse files
committed
chore: update readme
1 parent 17d37d5 commit 2620b47

File tree

1 file changed

+31
-1
lines changed

1 file changed

+31
-1
lines changed

README.md

Lines changed: 31 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,34 @@ A decentralized megaphone for decentralized people.
66

77
```
88
docker compose up
9-
```
9+
```
10+
11+
## Project Structure Explanation
12+
13+
### api-feed
14+
15+
A REST Endpoint Provider for post feeds, and looking up individual posts.
16+
17+
### api-likes
18+
19+
A REST Endpoint Provider for looking up likes by post hash, or reply hash.
20+
21+
### indexer-feed
22+
23+
A mini-indexer that parses memos from a given starting block, and builds feed data into a separate MongoDB database.
24+
25+
### indexer-likes
26+
27+
A mini-indexer that parses memos from a given starting block, and builds vote data into a separate MongoDB database.
28+
29+
### indexer-search
30+
31+
TBD.
32+
33+
### indexer-users
34+
35+
A mini-indexer that parses memos from a given starting block, and builds follower data into a separate MongoDB database.
36+
37+
### nginx
38+
39+
Just an nginx configuration for gateway access to APIs

0 commit comments

Comments
 (0)