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

https://github.com/utdemir/composable-indexes-js

Index arbitrary JavaScript objects with multiple dimensions.
https://github.com/utdemir/composable-indexes-js

Last synced: about 1 month ago
JSON representation

Index arbitrary JavaScript objects with multiple dimensions.

Awesome Lists containing this project

README

        

# composable-indexes

[![tests](https://github.com/utdemir/composable-indexes/actions/workflows/build_and_test.yaml/badge.svg)](https://github.com/utdemir/composable-indexes/actions/workflows/build_and_test.yaml?query=branch%3Amain)
[![bundle size](https://img.shields.io/bundlephobia/minzip/composable-indexes)](https://bundlephobia.com/result?p=composable-indexes)
[![codecov](https://codecov.io/gh/utdemir/composable-indexes/branch/main/graph/badge.svg?token=CYXNRQQ07B)](https://codecov.io/gh/utdemir/composable-indexes)
[![documentation](https://img.shields.io/badge/documentation-available-blue)](https://utdemir.github.io/composable-indexes)
[![npm](https://img.shields.io/npm/v/composable-indexes)](https://www.npmjs.com/package/composable-indexes)

Index arbitrary JavaScript objects with multiple dimensions. Build on top of included indexes and combinators, or extend the library with your own index.

## Features

* **TypeScript** - Written in TypeScript, with full IDE & typechecker support.
* **Built-in indexes** - Comes with built-in indexes backed by performant data structures.
* **Aggregations** - Maintain aggregate values from the collections.
* **Composable** - Build complex indexes from simple ones with combinators.
* **Extensible** - Write your own index and aggregations.

## Documentation

* [The Book](https://utdemir.github.io/composable-indexes/modules/composable_indexes_docs.html)
* [API Reference](https://utdemir.github.io/composable-indexes/modules/composable_indexes.html)

## See Also

* [**Dexie.js**](https://dexie.org): A Minimalistic Wrapper for IndexedDB
* [**LokiJS**](https://github.com/techfort/LokiJS): Javascript embeddable / in-memory database
* [**multi-index**](https://github.com/arielshaqed/multi-index): A container with multiple indexes