Coder Social home page Coder Social logo

zio-connect's Introduction

ZIO Logo

Project Stage CI Release Snapshot Issues
Project stage CI Release Artifacts Snapshot Artifacts Average time to resolve an issue
Scaladoc Scaladex Discord Twitter Gitpod
Scaladoc Badge-Scaladex-page Badge-Discord Badge-Twitter Gitpod ready-to-code

Welcome to ZIO

ZIO is a zero-dependency Scala library for asynchronous and concurrent programming.

Powered by highly-scalable, non-blocking fibers that never waste or leak resources, ZIO lets you build scalable, resilient, and reactive applications that meet the needs of your business.

  • High-performance. Build scalable applications with minimal runtime overhead.
  • Type-safe. Use the full power of the Scala compiler to catch bugs at compile time.
  • Concurrent. Easily build concurrent apps without deadlocks, race conditions, or complexity.
  • Asynchronous. Write sequential code that looks the same whether it's asynchronous or synchronous.
  • Resource-safe. Build apps that never leak resources (including threads!), even when they fail.
  • Testable. Inject test services into your app for fast, deterministic, and type-safe testing.
  • Resilient. Build apps that never lose errors, and which respond to failure locally and flexibly.
  • Functional. Rapidly compose solutions to complex problems from simple building blocks.

To learn more about ZIO, see the following references:


Adopters

Following is a partial list of companies happily using ZIO in production to craft concurrent applications.

Want to see your company here? Submit a PR!

Sponsors

Ziverge

Ziverge is a leading contributor to ZIO.

Scalac

Scalac sponsors ZIO Hackathons and contributes work to multiple projects in ZIO ecosystem.

Septimal Mind

Septimal Mind sponsors work on ZIO Tracing and continuous maintenance.

YourKit

YourKit generously provides use of their monitoring and profiling tools to maximize the performance of ZIO applications.



Code of Conduct

See the Code of Conduct


Support

Come chat with us on Badge-Discord.


Legal

Copyright 2017 - 2024 John A. De Goes and the ZIO Contributors. All rights reserved.

zio-connect's People

Contributors

adrianfilip avatar asragab avatar bxiang avatar etandon-coatue avatar ghostdogpr avatar github-actions[bot] avatar grouzen avatar irach-ramosh avatar jdegoes avatar kevchuang avatar khajavi avatar rbraley avatar renovate[bot] avatar softinio avatar tewecske avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

zio-connect's Issues

FS2Connector - new connector

#Steps

FTPConnector - new connector and documentation

#Steps

Setup scalafix

We would like to have the config for scalafix. It should be the same as in the other zio projects.

MongoConnector - new connector

#Steps

Xml Connector

@jypma started with zio-xml

Alpakka also has a connector like this, would be cool to add it as well

https://github.com/jypma/zio-xml

Also a XPath-like combinator would be a cool idea, to stream a certain subset (where you know each node set is bounded) of scala.xml.Elem from a large xml file

S3Connector - use subtype instead of newtype and refactor out redundant _.toString calls

The existing implementation uses subtype for the connector domain types. This leads to a lot of use of _.toString. We could achieve the same level of typesafety with Subtype and without having to call _.toString everythere.

The new implementation would look like this

  object BucketName extends Subtype[String] //previously was Newtype[String]
  type BucketName = BucketName.Type

  object ObjectKey extends Subtype[String] //previously was Newtype[String]
  type ObjectKey = ObjectKey.Type

DynamoDBConnector - new connector

#Steps

CassandraConnector - new connector

#Steps

Use us-east-2 in the S3Connector tests

We noticed that using us-east-1 region with tests does not trigger BucketAlreadyExists exception with localstack. Could not find an explanation for this bad behaviour.

Create TestFileConnector

zio.connect.testkit.file.TestFileConnector - in memory representation of a fileConnector

We want a layer that provides a in memory representation of a FileConnector version.
Users testing code that needs a FileConnector in R will be able to use this instead and avoid touching the filesystem.

FileConnect - Inotify for directory watching

The context is:

"
Does it manages inotify for directory watching? It's such a mess and jdk impl with its OVERFLOW is not helping, no more than not knowing when file is closed, I needed to implement smthg far too much complicated for a rather simple "watch for pair file+signature"

I mean, it remains understandable thanks to zio queue / cancellable effects / etc, but it horribly looks like a sausage factory internals in need for a good and robust api :)
"

Run tests as part of PR checks

Right now when a PR is created tests are not ran so the PR can be merged even if tests would fail. We want tests to be ran for PR's and not allow merging unless tests pass.

RedisConnector - new connector

#Steps

KinesisDatastreamsConnector - new connector

#Steps

JMSConnector - new connector

#Steps

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.