legend-pure
legend-pure copied to clipboard
Legend Pure module
Provide a facility for testing persistence specifications. In particular, allow users to: * Verify that the data shape output by the service aligns with the persistence specification * Understand the...
## Bug Report ### Steps to Reproduce: 1. Clone the repo. 2. Edit the main pom.xml to remove `legend-pure-ide-light` -- this is my attempt to operationalize the comment in the...
Generate a Persistence specification that can be used to run on Aws. Builds on top of https://github.com/finos/legend-pure/issues/425 Starting from an already-crafted Persistence, this capability will enable users to File Generate...
Extensions to persistence model for Cloud Native Alloy Streaming, including logic for file generation.
## Feature Request ### Description of Problem: Suppose I want to define a type that models a bijective Map like so: ``` Class BiMap { to: Map[1]; from: Map[1]; }...
## Feature Request / Question ### Description of Problem: I am currently trying to implement a Database via my own class. Hence, I define my database via the use of...
## Feature Request Expand relational grammar to allow dashes in schema names. ### Description of Problem: In some databases/dataservices (e.g BigQuery), the schema name does not allow "_" (underscore) but...
Support `mod` operator for memsql.