DEV Community

Discussion on: Which language(s) would you recommend to Transform a large volume of data?

Collapse
 
msoedov profile image
Alex Miasoiedov

Better to choose a right set of tools. You can perform ETL for 1TB of data using one single machine and bash. I would look into map-reduce like frameworks and infrastructure. Like SQS + AWS lambda + RedShift/Snowflake
or on our own infra Kafka + map and reduce in go/python/java-Spark + Cassandra/HBase/BigTabe/Mongo/Elastic/etc..