No Clocks

No Clocks

2764 bookmarks
Newest
SignPath.io
SignPath.io
SignPath product home page: secure code signing
·about.signpath.io·
SignPath.io
Lightweight Object-Relational Mapper for R
Lightweight Object-Relational Mapper for R
oRm is a lightweight Object-Relational Mapper (ORM) for R. It simplifies database interactions by allowing users to define table models, insert and query records, and establish relationships between models without writing raw SQL. oRm uses a combination of DBI, dbplyr, and R6 to provide compatibility with most database dialects.
·kent-orr.github.io·
Lightweight Object-Relational Mapper for R
Analyzing the OpenAPI Tooling Ecosystem
Analyzing the OpenAPI Tooling Ecosystem
Diagram of the OpenAPI Specification tooling ecosystem, focusing on how tasks relate to the specification
·modern-json-schema.com·
Analyzing the OpenAPI Tooling Ecosystem
How to Generate JSON Schema Effectively and Efficiently
How to Generate JSON Schema Effectively and Efficiently
Creating a JSON schema can be a crucial step in ensuring data consistency and quality, especially when dealing with APIs and data exchange. Below is a detailed guide on how to create a JSON schema:
·apidog.com·
How to Generate JSON Schema Effectively and Efficiently
API Spec Validator | Appear
API Spec Validator | Appear
Upload your API spec and see validation errors directly mapped to your code.
·validator.appear.sh·
API Spec Validator | Appear
OpenAPI 3.1 - The Cheat Sheet
OpenAPI 3.1 - The Cheat Sheet
Everything you need to keep in mind when writing an OpenAPI contract, on a one-pager.
·docs.bump.sh·
OpenAPI 3.1 - The Cheat Sheet
The Perfect Modern OpenAPI Workflow
The Perfect Modern OpenAPI Workflow
Discover how OpenAPI can revolutionize your API development process with a streamlined, Git-centric workflow. Learn about design, governance, and automated deployment of documentation, mocks, and SDKs, all while maintaining a single source of truth.
·docs.bump.sh·
The Perfect Modern OpenAPI Workflow
Hoisting | Speakeasy
Hoisting | Speakeasy
Hoisting enables flattening of an API request or API response body to make it more tightly align with the resource semantics.
·speakeasy.com·
Hoisting | Speakeasy
PROPERTY
PROPERTY
·ddwiki.reso.org·
PROPERTY
LAND
LAND
·ddwiki.reso.org·
LAND
Data Dictionary | RESO - Real Estate Standards Organization
Data Dictionary | RESO - Real Estate Standards Organization
The RESO Data Dictionary is the real estate industry’s universal language for data. It allows a wide range of systems to talk to each other in a seamless manner. The Read More »
·reso.org·
Data Dictionary | RESO - Real Estate Standards Organization
Loading large nested JSON files into Azure SQL db using Azure Data Factory - Microsoft Q&A
Loading large nested JSON files into Azure SQL db using Azure Data Factory - Microsoft Q&A
Hi all, I am currently working with large nested JSON files stored inside a blob container. Each file has a different structure with varying fields and data types, and nested arrays. My goal is to load these files into an Azure SQL database in an…
·learn.microsoft.com·
Loading large nested JSON files into Azure SQL db using Azure Data Factory - Microsoft Q&A
seascapemodels
seascapemodels
Marine Science
·seascapemodels.org·
seascapemodels
Getting Creative with OpenAPI - by David Biesack
Getting Creative with OpenAPI - by David Biesack
Defining resource creation and update operations with OpenAPI
unevaluatedProperties: false
This article pulls in lots of aggregated knowledge from earlier articles in the Language of API Design series: Mapping a domain model to OpenAPI Patterns for clean URLs and URL structure Defining the request body for a POST operation Defining API responses with OpenAPI response objects and response body data format with JSON Schema Composing JSON Schemas to keep the OpenAPI definition DRY Understanding the subtleties of JSON schema (notably, unevaluatedProperties) Defining reusable response objects to keep the OpenAPI definition DRY Defining how the API handles problems with client requests as well as server errors
·apidesignmatters.substack.com·
Getting Creative with OpenAPI - by David Biesack