an opinionated implementation of resque in node
Wasm bindings and typescript types for Cedar lib
This is the built-in router for Cedar apps. It takes inspiration from Ruby on Rails, React Router, and Reach Router, but is very opinionated in its own way.
> **Warning** > > This is a new internal package. There are still changes we want to make, so > we're marking it as experimental for now. > **Don't depend on this directly in a Cedar project**.
AWS SDK for JavaScript Verifiedpermissions Client for Node.js, Browser and React Native
<!-- toc -->
Custom ESLint plugins used for standalone CedarJS ESLint lint rules. These rules are ment to be consumed via the larger [`@cedarjs/eslint-config`](https://github.com/cedarjs/cedar/tree/main/packages/eslint-config).
JS/TS tools for authorization with the Cedar language
The CedarJS Command Line
Cedar believes the future is serverless and multi-client. And `@cedarjs/api` makes Cedar serverless and multi-client ready. Cedar has one API to rule them all. Your API is abstracted away from any one side of your application, so you can have as many side
<p align="center"> <img src="https://avatars.githubusercontent.com/u/211931789?s=200&v=4" width="200" /> <h1 align="center">CedarJS</h1> <p align="center"> <a href="https://cedarjs.com/discord"> <img src="https://img.shields.io/badge/Disco
The form package provides a set of components and utilities for building forms in Cedar applications.
This CLI package is intended to be used with the [Storybook Framework package](../../storybook/README.md). Get started as follows:
Visualization framework for the ArcGIS Platform
Middlewares to authorize expressJS applications with Cedar
noun: the arrangement of and relations between the parts or elements of something complex
amCharts engine for @esri/cedar
CedarJS's development studio
A component library for @esri/cedar written in Stencil.js
Resque Queue for AdonisJS v6
The real-time solution for CedarJS is initially for GraphQL.
This package contains code for the global context used on the API side of a Cedar application. It's automatically available in services, auth functions and custom functions.
Storybook for CedarJS
Highflame Cedar policy types and engine wrapper
A patched version of Resque that interprets Heroku's TERM as a graceful shutdown. Visit http://quickleft.com/blog/heroku-s-cedar-stack-will-kill-your-resque-workers for more information. Resque is a Redis-backed Ruby library for creating background jobs, placing those jobs on multiple queues, and processing them later. Background jobs can be any Ruby class or module that responds to perform. Your existing classes can easily be converted to background jobs or you can create new classes specifically to do work. Or, you can do both. Resque is heavily inspired by DelayedJob (which rocks) and is comprised of three parts: * A Ruby library for creating, querying, and processing jobs * A Rake task for starting a worker which processes jobs * A Sinatra app for monitoring queues, jobs, and workers.
Handles establishing and disconnecting db connections when running Resque on Heroku cedar stack.