0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

ScalaAdvent Calendar 2024

Day 25

Scalaの有名なソフトウェア

Posted at

はじめに

この記事は、Scala Advent Calendar 2024 25日目の記事です。

内容

Scala初心者としてScala製のソフトウェアにどんなものがあるのか気になったので軽く調べてみました。

Apache Kafka: 分散型ストリーミングプラットフォームで、リアルタイムデータの処理に広く使用されています。Scalaで開発されており、高いスループットと低レイテンシを実現しています。
https://kafka.apache.org/

Apache Spark: ビッグデータ処理のためのフレームワークで、Scalaで書かれています。大規模なデータセットの高速処理が可能で、データ分析や機械学習に広く利用されています。
https://spark.apache.org/

Akka: 分散システムや並行処理のためのツールキットで、Scalaで開発されています。アクターモデルを使用して、高いスケーラビリティとフォールトトレランスを提供します。
https://akka.io/

Play Framework: Webアプリケーションフレームワークで、ScalaとJavaで開発されています。非同期処理をサポートし、高いパフォーマンスを提供します。
https://www.playframework.com/

Finagle: Twitterが開発したRPCシステムで、Scalaで書かれています。分散システムのための高性能なネットワークスタックを提供します
https://twitter.github.io/finagle/

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?