Skip to content

Commit

Permalink
docs: update various readmes
Browse files Browse the repository at this point in the history
  • Loading branch information
postspectacular committed Apr 24, 2018
1 parent 781ae21 commit 97a6e94
Show file tree
Hide file tree
Showing 6 changed files with 37 additions and 1 deletion.
3 changes: 3 additions & 0 deletions packages/cache/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@

[![npm (scoped)](https://img.shields.io/npm/v/@thi.ng/cache.svg)](https://www.npmjs.com/package/@thi.ng/cache)

This project is part of the
[@thi.ng/umbrella](https://github.com/thi-ng/umbrella/) monorepo.

## About

In-memory cache implementations with different [eviction
Expand Down
3 changes: 3 additions & 0 deletions packages/heaps/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@

[![npm (scoped)](https://img.shields.io/npm/v/@thi.ng/heaps.svg)](https://www.npmjs.com/package/@thi.ng/heaps)

This project is part of the
[@thi.ng/umbrella](https://github.com/thi-ng/umbrella/) monorepo.

## About

Type agnostic binary heap & d-ary heap implementations with customizable
Expand Down
3 changes: 3 additions & 0 deletions packages/rstream-dot/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@

[![npm (scoped)](https://img.shields.io/npm/v/@thi.ng/rstream-dot.svg)](https://www.npmjs.com/package/@thi.ng/rstream-dot)

This project is part of the
[@thi.ng/umbrella](https://github.com/thi-ng/umbrella/) monorepo.

## About

Graphviz DOT conversion of @thi.ng/rstream dataflow graph topologies.
Expand Down
3 changes: 3 additions & 0 deletions packages/rstream-gestures/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@

[![npm (scoped)](https://img.shields.io/npm/v/@thi.ng/rstream-gestures.svg)](https://www.npmjs.com/package/@thi.ng/rstream-gestures)

This project is part of the
[@thi.ng/umbrella](https://github.com/thi-ng/umbrella/) monorepo.

## About

Unified mouse, mouse wheel & single-touch event stream abstraction.
Expand Down
24 changes: 23 additions & 1 deletion packages/rstream-query/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,29 @@

[![npm (scoped)](https://img.shields.io/npm/v/@thi.ng/rstream-query.svg)](https://www.npmjs.com/package/@thi.ng/rstream-query)

This project is part of the
[@thi.ng/umbrella](https://github.com/thi-ng/umbrella/) monorepo.

## About

TODO...
@thi.ng/rstream based [triple
store](https://en.wikipedia.org/wiki/Triplestore) & reactive query
engine with high re-use ratio of sub-query results. Inserted
facts/triples are broadcast to multiple indexing streams and query
subscriptions attached to them. This enables push-based, auto-updating
query results, which are only changing if upstream transformations &
filters have been triggered.

Unlike with traditional RDF triple stores, any JS data types can be used
as subject, predicate or object (though support for such must be
explicitly enabled).

### Status

This project is currently in pre-ALPHA and intended as a continuation of
the Clojure based [thi.ng/fabric](http://thi.ng/fabric) project, this
time built on the streaming primitives provided by
[@thi.ng/rstream](https://github.com/thi-ng/umbrella/tree/master/packages/rstream).

## Installation

Expand All @@ -16,6 +36,8 @@ yarn add @thi.ng/rstream-query

```typescript
import * as rstream-query from "@thi.ng/rstream-query";


```

## Authors
Expand Down
2 changes: 2 additions & 0 deletions packages/rstream/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,9 +71,11 @@ are provided too:
## Supporting packages

- [@thi.ng/rstream-csp](https://github.com/thi-ng/umbrella/tree/master/packages/rstream-csp) - CSP channel-to-stream adapter
- [@thi.ng/rstream-dot](https://github.com/thi-ng/umbrella/tree/master/packages/rstream-dot) - GraphViz DOT conversion of rstream dataflow graph topologies
- [@thi.ng/rstream-gestures](https://github.com/thi-ng/umbrella/tree/master/packages/rstream-gestures) - unified mouse, single-touch & wheel event stream
- [@thi.ng/rstream-graph](https://github.com/thi-ng/umbrella/tree/master/packages/rstream-graph) - declarative dataflow graph construction
- [@thi.ng/rstream-log](https://github.com/thi-ng/umbrella/tree/master/packages/rstream-log) - extensible multi-level, multi-target structured logging
- [@thi.ng/rstream-query](https://github.com/thi-ng/umbrella/tree/master/packages/rstream-query) - triple store & reactive query engine

## Conceptual differences to RxJS

Expand Down

0 comments on commit 97a6e94

Please sign in to comment.