planetary-social / planetary-pub

A pub
MIT License
7 stars 0 forks source link

SSB pub test data -- blobs #3

Closed rabble closed 2 years ago

rabble commented 2 years ago

As a developer, I want to see the sample posts from the JSON file, so I can start implementing the Preact components along with their CSS customization

Here's the URL to the JSON file -- https://github.com/planetary-social/planetary-ios/blob/master/Resources/Preload.bundle/Feeds/consolidatedFeed.json

We should either have a script that populates the DB with data, or have the server follow another ssb pub so that it replicates data

sbot is in a local process. You could make an idempotent function that writes to the DB when it starts iff there is not already things in the DB.

nichoth commented 2 years ago

Depends on render markdown issue