๐Ÿ’พ Archived View for bbs.geminispace.org โ€บ u โ€บ flipperzero โ€บ 1152 captured on 2023-09-28 at 19:57:27. Gemini links have been rewritten to link to archived content

View Raw

More Information

โฌ…๏ธ Previous capture (2023-09-08)

โžก๏ธ Next capture (2023-11-04)

๐Ÿšง View Differences

-=-=-=-=-=-=-

Re: "Exporting Bubble data in a "raw" format?"

Comment in: s/Bubble

i'd like to contribute and agree w/ some ppl in the comments in reference to XML

๐Ÿ˜Ž flipperzero

2023-05-28 ยท 4 months ago

Poll Results

1. SQLite3 database file

โ–ˆโ–ˆโ–ˆโ–ˆโ–โ–โ–โ–โ–โ–โ–โ–โ–โ–โ–โ–โ–โ–โ–โ–โ–โ–โ–โ– 16%

2. SQL database dump (text file with SQL)

โ–โ–โ–โ–โ–โ–โ–โ–โ–โ–โ–โ–โ–โ–โ–โ–โ–โ–โ–โ–โ–โ–โ–โ– 0%

3. JSON file with structured data

โ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–โ–โ–โ–โ– 79%

4. YAML file

โ–ˆโ–โ–โ–โ–โ–โ–โ–โ–โ–โ–โ–โ–โ–โ–โ–โ–โ–โ–โ–โ–โ–โ–โ– 5%

5. TOML file

โ–โ–โ–โ–โ–โ–โ–โ–โ–โ–โ–โ–โ–โ–โ–โ–โ–โ–โ–โ–โ–โ–โ–โ– 0%

19 votes were cast.

3 Later Comments โ†“

๐Ÿ Addison

JSON (and to a lesser extent CSV) is pretty much ubiquitous for this kind of thing in my opinion, and is use-case-agnostic (which SQL is not)

I'm in favor of JSON for the sake of its simplicity and universality.

๐Ÿฆ€ jeang3nie

@Addison I agree, and it's the same reasoning I had for voting `json`. Either json or csv are both easy to parse in any language so making sense of the raw data outside the context of a database is possible.

๐Ÿš€ skyjake

I think the results are starting to look pretty clear. I will do a JSON export and consider an SQLite file as a secondary option.

2023-05-29 ยท 4 months ago

Original Post

๐ŸŒ’ s/Bubble

Exporting Bubble data in a "raw" format? โ€” In addition to the human-readable Gempub archives, I've been considering various options for exporting your data out of Bubble in case someone wants to get their data out for other purposes. For example, one might want to use their posts as a basis for a personal capsule, or run some scripts to post-process them somehow. What would be the best "raw" machine-readable export format? Any good alternatives not listed?

๐Ÿ’ฌ skyjake ยท 10 comments ยท 2023-05-25 ยท 4 months ago ยท ๐Ÿ—ณ๏ธ