How to download data from a bucket?
Hi guys, how do I download / get data from a storage bucket on the client side? Let's say I have a file in the following path
articles/en/1/3.json
where en
is one of many languages, 1
stands for article id and 3 represents a subheading.
Thanks in advance! 🙏2 Replies
Or would I have to maybe somehow put those articles inside table? I'm quite confused.
What's the difference between a data in a table and data in a bucket? When should I use one over the other?
You can store json data in either. Your tradeoffs are cost first, then performance. You can also search data in the database. I store 2k json data in data base as part of a note. Some people store images in the database.