Architecture — AWS Serverless Data Lake Framework 0.0.1 documentation

Development
Monitor data quality in your data lake using PyDeequ and AWS Glue | AWS Big Data Blog
In our previous post, we introduced PyDeequ, an open-source Python wrapper over Deequ, which enables you to write unit tests on your data to ensure data quality. The use case we ran through was on static, historical data, but most datasets are dynamic, so how can you quantify how your data is changing and detect […]
How I Use Obsidian to Connect Ideas and Remember More of What I’ve Read | by Kat Moody | Playing With Words | Medium
Using Markdown, note-taking, and regularly reviewing quotes and notes, I remember more of what I read
haciduru/kal: This is a script that you can use to encrypt data using Rscript command line tool. It would be impossibly difficult to decrypt the data if you had not seen the code in this file.
This is a script that you can use to encrypt data using Rscript command line tool. It would be impossibly difficult to decrypt the data if you had not seen the code in this file. - GitHub - hacidur...
msberends/hashing: Simple Shiny app to encrypt data for safe, anonymised data transfer
Simple Shiny app to encrypt data for safe, anonymised data transfer - GitHub - msberends/hashing: Simple Shiny app to encrypt data for safe, anonymised data transfer
phildias/cryptR: R code that allows you to encrypt and decrypt large sensitive files
R code that allows you to encrypt and decrypt large sensitive files - GitHub - phildias/cryptR: R code that allows you to encrypt and decrypt large sensitive files
encryptrpak/tests at main · gipso/encryptrpak
🔒 Encrypt/decrypt files of R packages. Contribute to gipso/encryptrpak development by creating an account on GitHub.
encryptr/encryptr.R at master · ebinabo/encryptr
Encrypt text, data, files, etc. Contribute to ebinabo/encryptr development by creating an account on GitHub.
nasilabednego/shinysecure: Encrypt shiny app
Encrypt shiny app. Contribute to nasilabednego/shinysecure development by creating an account on GitHub.
jmrothen/encrypt: Small project on creating encryption methods
Small project on creating encryption methods. Contribute to jmrothen/encrypt development by creating an account on GitHub.
encryptedCredentials/crypt.R at master · dirkschumacher/encryptedCredentials
Small, opinionated package to manage encrypted credentials in R - encryptedCredentials/crypt.R at master · dirkschumacher/encryptedCredentials
Puppet – Powerful infrastructure automation and delivery
Puppet automates away the challenges, complexity, and risk of securing and running global hybrid and cloud-native infrastructure. Learn more here.
R Language Tutorial
Welcome to WikiOD - Wiki Online Documentation WikiOD is a collaborative writing project to build the highest quality online documentation of all programming languages, education-related subjects and concepts.
Have we got NEWS.md for you
When developing a package it is essential to track the changes you make to your code. This is especially vital if they are breaking changes which have implications for any code written that depends on your package, i.e. a major version bump. Although you can always look back at your version control history in git, it is also convenient to have documentation which summarises the changes. This is where the NEWS file comes in.
Codebook generator
Automatic Codebooks from Metadata Encoded in Dataset Attributes
Easily automate the following tasks to describe data frames: Summarise the distributions, and labelled missings of variables graphically and using descriptive statistics. For surveys, compute and summarise reliabilities (internal consistencies, retest, multilevel) for psychological scales. Combine this information with metadata (such as item labels and labelled values) that is derived from R attributes. To do so, the package relies on rmarkdown partials, so you can generate HTML, PDF, and Word documents. Codebooks are also available as tables (CSV, Excel, etc.) and in JSON-LD, so that search engines can find your data and index the metadata. The metadata are also available at your fingertips via RStudio Addins.
Modernize your apps with new innovations across SQL Server 2022 and Azure SQL - Events
Get to know SQL Server 2022 and Azure SQL with continued performance and security innovation
Shiny for Python
Files-community/Files · GitHub
Efficient list recursion with rrapply
rrapply
Install R in Ubuntu: A Complete Guide to Setting up R Development Environment - LinuxForDevices
In this guide, we'll learn to install R in Ubuntu. R is an open-source programming language used extensively for statistical and scientific computing. Due to
{rspm}: easy access to RSPM binary packages with automatic management of system requirements
There are many community projects out there that provide binary R packages for various distributions. You may know Michael Rutter’s legendary c2d4u.team/c2d4u4.0+ PPA, but this situation has …
Powerful Terminal And Command-Line (CLI) Tools For Modern Web Development — Smashing Magazine
What’s your favorite command-line tool? In this post, Louis Lazaris shares a collection of relevant command-line apps and utilities that he has personally come across in the past few years. If there’s a useful one that hasn’t been mentioned and one you use regularly, please do share it in the comments.
Modeling Relational Data in R with ReDaMoR
r/actuary - What R functions and packages do you use?
13 votes and 12 comments so far on Reddit
Welcome to The Quantum Well! - The Quantum Well - Obsidian Publish
Welcome to The Quantum Well! - The Quantum Well - Powered by Obsidian Publish.
Create a CLI for R with npm
How to build a CLI for R, with npm.BackgroundThis blog post was triggered by a discussion on Twitter with MartinSkarzynski,who was looking for a way to build a CLI that launches an RScript.Here’s a way to do this using npm.Please note that this blog post won’t teach you how to build the commandline tool, it will quickly go over the way to create a system-widecommand line interface, using npm.If you want to learn more about building the utility, see thisfantastic series of blogpostsby Mark Sellor.Now, the idea is to have a CLI, i.e. a way to launch your utility with:$ mytoolAnd that, system-wide.What you’ll need An R script (script.R) with in it, for example:#!/usr/bin/env Rscript --vanillacli::cat_rule("yeay")cli::cat_bullet(Sys.time()) npm, which you can get fromthere.Let’s goCreate a new folder, and go inside it.mkdir cli && cd cliCreate the R Script there.echo '#!/usr/bin/env Rscript --vanilla' script.Recho 'cli::cat_rule("yeay")' script.Recho 'cli::cat_bullet(Sys.time())' script.RTry your script to see if it works:Rscript script.RNow launch an npm project:npm init -y(You can also run it without the -y to interactively add informationto the package.json.)Now the important part: add a "bin" value in the package.json, withthe name of the bin you want to create, and the path to the script,relatively to the package file. Here is an example of a package.json(I removed some elements).{ "name": "cli", "version": "1.0.0", "description": "CLI example with npm", "bin" : { "clir" : "./script.R" }, "author": "Colin Fay", "license": "MIT"}Install it globally (need sudo rights):sudo npm linkAnd, voilà! Open your terminal, and you’re done!clirOther way to go See the {littler}implementation
(Actuarial) tools with R
How to write a well-structured and understandable R program
Calling R from Excel
Illustrating with a Principal Component Analysis
PnP PowerShell | PnP PowerShell
PnP PowerShell is an open source, community driven, PowerShell Module designed to work with Microsoft 365.