flatterer VS strop

Compare flatterer vs strop and see what are their differences.

flatterer

Opinionated JSON to CSV/XLSX/SQLITE/PARQUET converter. Flattens JSON fast. (by kindly)

strop

Stochastically generates machine code (by omarandlorraine)
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
flatterer strop
14 31
165 97
- -
6.6 5.4
3 months ago about 1 month ago
Rust Rust
MIT License MIT License
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

flatterer

Posts with mentions or reviews of flatterer. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-11-06.
  • How to convert a massive JSON into CSV
    2 projects | /r/data | 6 Nov 2022
    This tool was built for this purpose https://github.com/kindly/flatterer
  • Show HN: Flatterer Lite, A Rust WASM JSON to tabular converter, for nested data
    1 project | news.ycombinator.com | 22 Oct 2022
    I have been working on this Rust based JSON flattener (https://github.com/kindly/flatterer) to XLSX/CSV/SQLITE/PARQUET/POSTGRES for about 2 years. I finally made a WASM based one for CSV/XLSX which is really easy to play with. You can use it via a url (if the data has CORS headers), for example https://lite.flatterer.dev?url=https%3A%2F%2Fdummyjson.com%2....

    The main difference with other converters/flatteners is that for one-to-many relationships (lists of objects in JSON) it produces a multi table output with keys to help join the tables together. Essentially produces a relational schema, along with some type information, of the JSON provided. For simple non-nested JSON it works too, but is a bit overkill.

    Its all opensource and free, and I think that it will become more and more useful as JSON/Graphql APIs proliferate.

  • Create table from JSON
    1 project | /r/dataengineering | 4 Aug 2022
    flatterer is the easiest option and will do this for you. It will also load the data into a sqlite or postgres database for you.
  • Robust Rust Library for Converting JSON Objects into CSV Rows
    2 projects | /r/rust | 30 Jul 2022
    I have also written something similar but higher level flatterer which is python but is a binding to libflatterer. Its main difference is when there is a list of objects it treats it a one to many and creates a separate CSV file.
  • Flatten a massive json file
    1 project | /r/dataengineering | 26 Jul 2022
    flatterer (github) is designed for this.
  • Simple GUI tool to query JSON or CSV databases [I have no coding skills]
    1 project | /r/dataengineering | 25 Jul 2022
    This looks great and using duckdb as a backend us a great choice. For JSON I suggest using flatterer https://flatterer.opendata.coop/ . Which will convert most JSON into CSV/Parquet with very little technical knowledge.
  • Rust for Data Engineering
    2 projects | /r/dataengineering | 22 Jun 2022
    My project flatterer (used for flattening JSON into tables) also is mainly a python cli/libarary but is written in Rust for speed/memory efficiency and better concurrency.
  • JSON Processing
    4 projects | /r/datascience | 17 Jun 2022
    I have been working on a similar tool for the last while called flatterer (github). It has a similar aim and works with most kinds of JSON well (but not very well with top level objects like yours).
  • Stream processing - Nested JSON to Parquet
    2 projects | /r/dataengineering | 30 May 2022
    You could try Option B with flatterer https://flatterer.opendata.coop/ which purpose is to convert nested JSON into other formats without a schema upfront including parquet.
  • Turning JSON arrays into tables - Data flattening
    2 projects | /r/dataengineering | 14 Apr 2022
    flatterer docs (github)

strop

Posts with mentions or reviews of strop. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-06-08.
  • Why isn't clippy warning me?
    4 projects | /r/learnrust | 8 Jun 2023
    I am completely rewriting strop, (the code sucks, and I know Rust a lot better than when I started, so I wanted to make it a bit better structured and more idiomatic). And I like to have static analysis make sure my code has certain qualities, so I stick this:
  • What's everyone working on this week (16/2023)?
    19 projects | /r/rust | 17 Apr 2023
    Do you think it's an architecture for strop then? It has a focus on code-generation on platforms not well supported by mainstream compilers
  • strop v0.1.1
    2 projects | /r/rust | 5 Sep 2022
    Here is a project for generating code for CPUs that do not have much support from mainstream compilers. Currently supported are the 6502 and the STM8 (I'll possibly be adding others in the future, feature requests welcome).
  • Willing to work for free on rust projects
    3 projects | /r/rust | 9 Aug 2022
    I could use some help on my project strop. Feel free to take a look and see if it's the kind of thing you feel you could contribute to! but be aware that the quality of the codebase is poor. There's a pull request to address this though.
  • Why aren't my things turning up in my library?
    2 projects | /r/learnrust | 1 Aug 2022
    It is my first time of making a Rust library. Actually, my project strop has been a binary crate and only recently have I started trying to use it from a different crate. This is happening on the breakapart branch.
  • What's everyone working on this week (31/2022)?
    11 projects | /r/rust | 1 Aug 2022
    Still working on a big rewrite of strop.
  • Want to volunteer for your projects
    1 project | /r/embedded | 19 Jul 2022
    If you're offering free help, then I could use some help with my project strop. (TL;DR: instead of compiling code, it's evolving code. And it has a focus on architectures that don't have good support from mainstream compilers, but I'm open to adding other architectures as well).
  • Are PIC controllers still used in industries?
    1 project | /r/embedded | 19 Jul 2022
    My frustration with this kind of situation (and PICs are not unique here, the 6502, CP1600 and other very low end chips have similarly problematic toolchaining) led me to invent strop, for evolving code sequences. It has some basic PIC support.
  • Rust's Option and Result. In Python.
    6 projects | /r/rust | 25 Jun 2022
    Hadn't thought of this. I even encountered it recently too.
  • What's everyone working on this week (23/2022)?
    6 projects | /r/rust | 6 Jun 2022
    I am still working on strop. (TL;DR alternative to compiled code, it's evolved code. Tell it which function you want and which registers to use, and it'll randomly generate an assembly language program that does what you wanted)

What are some alternatives?

When comparing flatterer and strop you can also consider the following projects:

json2csv - command line tool to convert json to csv

nvim-bacon - bacon's companion for neovim

libflatterer - Lib flatterer: A lib to make JSON flatterer

hlbc - Hashlink bytecode disassembler, analyzer, decompiler and assembler.

miller - Miller is like awk, sed, cut, join, and sort for name-indexed data such as CSV, TSV, and tabular JSON

uom - Units of measurement -- type-safe zero-cost dimensional analysis

flatten-tool - Tools for generating CSV and other flat versions of the structured data

rtrb - A realtime-safe single-producer single-consumer (SPSC) ring buffer

jq - Command-line JSON processor [Moved to: https://github.com/jqlang/jq]

rust-rocksdb - rust wrapper for rocksdb

json-roller - Command line tool for converting json data structures to tables

cargo-mutants - :zombie: Inject bugs and see if your tests catch them!