File tree Expand file tree Collapse file tree 1 file changed +31
-1
lines changed
Expand file tree Collapse file tree 1 file changed +31
-1
lines changed Original file line number Diff line number Diff line change @@ -6,4 +6,34 @@ A decentralized megaphone for decentralized people.
66
77```
88docker 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
You can’t perform that action at this time.
0 commit comments