akiradeveloper / akashic-storage

Filey system backed S3-compatible storage in Scala/Akka-Http
Apache License 2.0
22 stars 2 forks source link

Moving to akka-http #33

Closed akiradeveloper closed 8 years ago

akiradeveloper commented 8 years ago

Unfortunately, I concluded finch doesn't fit for developing s3. Sorry, it's not blame for finch but finagle-http.

I found that I need to work around to talk with aws-sdk-java and it's not possible to speak with minio/mc or s3cmd. This is critical. Too critical so it's time to leave finch.

It's a nice framework that I started to get in. It's purely functional and gave me many chances to learn about finagle/netty a widely-used state-of-the-art async io framework. And a good community.

I am very sad to leave finch but I have no choice to discard this project.

akiradeveloper commented 8 years ago

Would be a very huge rewrite... I am tired.

akiradeveloper commented 8 years ago

I just started a branch akka-http-migration. GetService is done