twitter/scrooge
A Thrift parser/generator
This project helps developers define data structures and service interfaces once and then automatically generate efficient, idiomatic code in multiple programming languages (Scala, Java, Cocoa, Android, Lua). It takes a Thrift definition file as input and produces source code files that can be used to build high-performance data transfer and service communication components. It's used by software engineers building distributed systems and microservices.
797 stars. No commits in the last 6 months.
Use this if you need to create data serialization and remote procedure call (RPC) mechanisms across different programming languages and platforms, ensuring consistent data handling and service interfaces.
Not ideal if you are working on a single-language application or primarily using modern serialization formats like JSON or Protocol Buffers, which might have different tooling or performance characteristics.
Stars
797
Forks
247
Language
Scala
License
Apache-2.0
Category
Last pushed
Apr 02, 2025
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ai-coding/twitter/scrooge"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Related tools
marcosschroh/dataclasses-avroschema
Generate avro schemas from python dataclasses, Pydantic models and Faust Records. Code...
sbt-dao-generator/sbt-dao-generator
code generator sbt plugin from database schema
GW2ToolBelt/api-generator
A library for creating programs that interface with data exposed by the official Guild Wars 2 API.
olafurpg/scala-db-codegen
Scala code/boilerplate generator from a db schema
Chymyst/curryhoward
Automatic code generation for Scala functions and expressions via the Curry-Howard isomorphism