-
Updated
Dec 3, 2020 - TypeScript
{{ message }}
The flexible game engine.
A library for development of single-page full-stack web applications in clj/cljs
Graph is a semantic database that is used to create data-driven applications.
Micro-framework for data-driven architecture
a Hypermedia Function
A Clojure(script) SQL library for building APIs: Datomic® (GraphQL-ish) pull syntax, data driven configuration, dynamic filtering with relations in mind
modm: a C++17 library generator for AVR and ARM Cortex-M devices
Learning Named Entity Tagger from Domain-Specific Dictionary
Realtime 3D Game-Engine with a focus on space sim. Written in C++ 14
A common framework enabling companies to work together to protect consumers' privacy and data rights.
Python Dynamic Mode Decomposition
The Generated Client API is remains largely undocumented...
It would also be awesome if we could include the documentation of the API in the Generated DSL
C# Framework to automate tests using Selenium WebDriver
A data-driven Ring routing and destructuring library
A data-driven UITableView framework
Architectural framework that assists building data-driven apps with React or React Native.
pyMOR - Model Order Reduction with Python
A Python toolbox for quantitative, reproducible flow cytometry analysis
redux helper tool to abstract action and reducer with getDefaultState and updaters.
The Refreshingly Simple Cross-Platform C++ Dataflow / Pipelining / Stream Processing / Reactive Programming Framework
Add a description, image, and links to the data-driven topic page so that developers can more easily learn about it.
To associate your repository with the data-driven topic, visit your repo's landing page and select "manage topics."
Swagger feature docstring (and spec?) places tags on route-data root:
https://github.com/metosin/reitit/blob/master/modules/reitit-swagger/src/reitit/swagger.cljc#L55
Examples place tags key under swagger:
https://github.com/metosin/reitit/blob/master/examples/ring-swagger/src/example/server.clj#L30
Both seem to generate proper swagger.json, but first one fails spec validation. Why? Sp