An open API service indexing awesome lists of open source software.

https://github.com/fluidsonic/fluid-dataloader


https://github.com/fluidsonic/fluid-dataloader

Last synced: 4 months ago
JSON representation

Awesome Lists containing this project

README

          

fluid-dataloader
================

[![Maven Central](https://img.shields.io/maven-central/v/io.fluidsonic.dataloader/fluid-dataloader?label=Maven%20Central)](https://search.maven.org/artifact/io.fluidsonic.dataloader/fluid-dataloader)
[![Tests](https://github.com/fluidsonic/fluid-dataloader/workflows/Tests/badge.svg)](https://github.com/fluidsonic/fluid-dataloader/actions?workflow=Tests)
[![Kotlin](https://img.shields.io/badge/Kotlin-1.8.22%20(Darwin,%20JVM,%20JS)-blue.svg)](https://github.com/JetBrains/kotlin/releases/v1.8.22)
[![#fluid-libraries Slack Channel](https://img.shields.io/badge/slack-%23fluid--libraries-543951.svg?label=Slack)](https://kotlinlang.slack.com/messages/C7UDFSVT2/)

Facebook's [DataLoader](https://github.com/graphql/dataloader) library ported to Kotlin multiplatform using coroutines.

# TODO

- FIXMEs
- TODOs
- KDoc
- README
- actually use this thing in a project
- release

Installation
------------

`build.gradle.kts`:

```kotlin
dependencies {
implementation("io.fluidsonic.dataloader:fluid-dataloader:0.2.0")
}
```

License
-------

Apache 2.0