• This repository has been archived on 04/Oct/2023
  • Stars
    star
    187
  • Rank 199,679 (Top 5 %)
  • Language
    TypeScript
  • License
    MIT License
  • Created over 1 year ago
  • Updated 8 months ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Custom built data types leveraged by the Effect ecosystem

Installation

To install the alpha version:

npm install @effect/data

Warning. This package is primarily published to receive early feedback and for contributors, during this development phase we cannot guarantee the stability of the APIs, consider each release to contain breaking changes.

Requirements

  • TypeScript 4.9 or newer
  • The strict flag enabled in your tsconfig.json file
{
  // ...
  "compilerOptions": {
    // ...
    "strict": true,
  }
}

Documentation (WIP)

License

The MIT License (MIT)

Contributing Guidelines

Thank you for considering contributing to our project! Here are some guidelines to help you get started:

Reporting Bugs

If you have found a bug, please open an issue on our issue tracker and provide as much detail as possible. This should include:

  • A clear and concise description of the problem
  • Steps to reproduce the problem
  • The expected behavior
  • The actual behavior
  • Any relevant error messages or logs

Suggesting Enhancements

If you have an idea for an enhancement or a new feature, please open an issue on our issue tracker and provide as much detail as possible. This should include:

  • A clear and concise description of the enhancement or feature
  • Any potential benefits or use cases
  • Any potential drawbacks or trade-offs

Pull Requests

We welcome contributions via pull requests! Here are some guidelines to help you get started:

  1. Fork the repository and clone it to your local machine.
  2. Create a new branch for your changes: git checkout -b my-new-feature
  3. Install dependencies: pnpm install ([email protected])
  4. Make your changes and add tests if applicable.
  5. Run the tests: pnpm test
  6. Commit your changes: git commit -am 'Add some feature'
  7. Push your changes to your fork: git push origin my-new-feature
  8. Open a pull request against our main branch.

Pull Request Guidelines

  • Please make sure your changes are consistent with the project's existing style and conventions.
  • Please write clear commit messages and include a summary of your changes in the pull request description.
  • Please make sure all tests pass and add new tests as necessary.
  • If your change requires documentation, please update the relevant documentation.
  • Please be patient! We will do our best to review your pull request as soon as possible.

License

By contributing to this project, you agree that your contributions will be licensed under the project's MIT License.

More Repositories

1

effect

A fully-fledged functional effect system for TypeScript with a rich standard library
TypeScript
3,762
star
2

match

Functional pattern matching with the full power of TypeScript
TypeScript
179
star
3

io

Effect's core runtime, a fiber-based implementation of structured concurrency
TypeScript
124
star
4

website

Source code for Effect's documentation website
MDX
62
star
5

cli

Rapidly build powerful and composable command-line applications
TypeScript
60
star
6

examples

A repository of examples showing how to use Effect
TypeScript
54
star
7

stream

An implementation of pull-based streams built with Effect
TypeScript
50
star
8

platform

Unified interfaces for common platform-specific services
TypeScript
39
star
9

discord-bot

The Effect Community's custom Discord bot, built with Effect
TypeScript
34
star
10

typeclass

A collection of re-usable typeclasses for the Effect ecosystem
TypeScript
32
star
11

language-service

TypeScript
31
star
12

query

Efficiently pipeline, batch, and cache requests to any data source
TypeScript
30
star
13

rpc

TypeScript
29
star
14

stm

An implementation of software transactional memory built with Effect
TypeScript
26
star
15

schema

Next Gen Data Modelling
TypeScript
17
star
16

cluster

TypeScript
17
star
17

opentelemetry

OpenTelemetry integration with Effect
TypeScript
16
star
18

docgen

An opinionated documentation generator for Effect projects
TypeScript
15
star
19

printer

An easy to use, extensible pretty-printer for rendering documents
TypeScript
14
star
20

cache

An Effect native cache with a simple and compositional interface
TypeScript
12
star
21

eslint-plugin

A set of ESlint and TypeScript rules to work with Effect
TypeScript
11
star
22

node

TypeScript
11
star
23

process

A simple library for interacting with external processes and command-line programs via Effect-TS (port of zio-process)
TypeScript
10
star
24

express

Wrapper around Express
TypeScript
9
star
25

otel

OpenTelemetry integration with Effect
TypeScript
8
star
26

monocle

Optics for your data (port of monocle-ts)
TypeScript
6
star
27

vscode-extension

Tools to assist development with the Effect Typescript framework
TypeScript
6
star
28

fastify

Fastify integration with Effect
TypeScript
5
star
29

experimental

A repository for experimental Effect libraries
TypeScript
5
star
30

html

TypeScript
4
star
31

morphic

Domain Modelling and Structural Derivation (port of morphic-ts)
TypeScript
4
star
32

test

TypeScript
4
star
33

build-utils

Custom utilities used to assist with building and packaging Effect libraries
TypeScript
3
star
34

infra

Infrastructure relevant to the Effect organization
Nix
3
star
35

remix-plugin

TypeScript
2
star
36

jest

Jest Test Runtime
TypeScript
2
star
37

codemod

Code mod's for the Effect ecosystem
TypeScript
2
star
38

monorepo-testing

TypeScript
1
star
39

awesome-effect

1
star
40

vite-plugin-react

TypeScript
1
star
41

sqlite

1
star