futil-js / contexture-core

Contexture DSL Processor
MIT License
21 stars 1 forks source link

Raw type #31

Closed daedalus28 closed 4 years ago

daedalus28 commented 4 years ago

Summary

This was a proposed hackathon topic, originally planned just for contexture-mongo but generalized to work with any provider. If there's ever a node that doesn't quite do what you need, you can use raw to just pass a native filter/result thing.

With contexture-mongo, you might use it like this:

{
  key: 'customReport',
  type: 'raw',
  result: fancyOneOffCustomAggregationPipelineArray
}

Alternatively, we might want to call this native

Changes

decrapifier commented 4 years ago
Warnings
:warning: The README has not been updated. Please update the README.
Messages
:book: Awesome! Thanks for the well-formatted PR!

Generated by :no_entry_sign: dangerJS