- Home
- Tag: user
Posts tagged user
A person or application under an account that needs to make API calls to AWS products. Each user has a unique name within the AWS account, and a set of security credentials not shared with other users. These credentials are separate from the AWS account’s security credentials. Each user is associated with one and only one AWS account.
Tag: user
5 reasons developers love the KronoGraph timeline SDK

Feed: Cambridge Intelligence. Author: Katerina Baousi. We know a few things about building great SDK products here at Cambridge Intelligence.Over the years, thousands of developers have put our toolkits through their paces. Every comment, suggestion and request from them has fed back into our products, driving a program of continuous development and improvement.The result is a collection of SDKs that make building powerful, intuitive and insightful data visualization tools a breeze.The latest addition to those SDKs is KronoGraph – the world’s first toolkit for visual timeline analysis. We’ve blogged before about the great end-user experience you can design with KronoGraph, ... Read More
Amazon RDS for MySQL M6g and R6g instances now available in N. California, Canada, São Paulo, and London regions
Feed: Recent Announcements. Amazon Relational Database Service (RDS) for MySQL now supports AWS Graviton2-based (https://aws.amazon.com/ec2/graviton/) database instances in the additional regions of US West (N. California), Canada (Central), South America (São Paulo), and Europe (London). Graviton2 instances provide up to 35% performance improvement and up to 52% price/performance improvement over comparable current generation x86-based instances for RDS open source databases depending on database engine, version, and workload. If your instance is using a major version that supports Graviton2, such as RDS for MySQL 8.0.20, you can move to Graviton2 by modifying the instance type to R6g or M6g using the ... Read More
Modern Data Warehouse & Reverse ETL
Feed: James Serra's Blog. Author: James Serra. An extension to the Modern Data Warehouse (MDW) that I have heard a bit about lately is called “Reverse ETL”. Before I describe what that is, first I wanted to give a quick review of a typical MDW, which consists of five stages: Ingest: Data is ingested from multiple sources via ELTStore: The ingested data is stored in a data lake in a raw layer in the format that it came from the sourceTransform: The data is then cleaned and written to a cleaned layer in the data lake, and then joined and/or ... Read More
Getting started with serverless for developers: Part 1

Feed: AWS Compute Blog. Author: Benjamin Smith. Developers around the world are already running serverless applications in production without worrying about servers. This new getting started series is for developers who want to join them. Follow along with blog posts, code examples, and practical exercises to learn how to build serverless applications from your local integrated development environment (IDE). In this post, you learn why developers need serverless technologies and which challenges serverless technologies help to solve. You deploy a small serverless application to your AWS account that connects Slack to GitHub and see first-hand why serverless technologies spark joy ... Read More
Andreas ‘ads’ Scherbaum: Devrim Gündüz
Feed: Planet PostgreSQL. Date: 12.04.2021 Tags: postgresql community enterprisedb edb london friends rpm redhat fedora centos Category: Interviews Interviewed by: Andreas Scherbaum PostgreSQL is the World’s most advanced Open Source Relational Database. The interview series “PostgreSQL Person of the Week” presents the people who make the project what it is today. Read all interviews here. Please tell us about yourself, and where you are from. I’m a community person. Ex-Turkey, now Londoner. Started using Linux in 1996, and PostgreSQL in 1998. Love to travel, listen to music, ... Read More
Check ‘Developer Tools’ First To Avoid Heavy-ish Dependencies
Feed: R-bloggers. Author: hrbrmstr. [This article was first published on R – rud.is, and kindly contributed to R-bloggers]. (You can report issue about the content on this page here) Want to share your content on R-bloggers? click here if you have a blog, or here if you don't. Guillaume Pressiat (@GuillaumePressiat) did a solid post & video on using Selenium to scrape a paginated table from understat[.]com/league/EPL/2020 (I just cannot bring myself to provide an active link to any SportsBall site). He does a great job walking folks through acquiring & orchestrating the heavy dependency that is Selenium. I did ... Read More
Trends in custom software development in 2021
Feed: Featured Blog Posts - Data Science Central. Author: OLIVIA CUTHBERT. The increasing constraints of the perimeter have opened up avenues for technological invention. Although there are some serious concerns regarding web applications' security, developments around the world have not stopped. However, this has resulted in the increased use of technology, providing companies with new ways of doing business and recent software trends. In almost every industry sector, the market dynamics are changing, which has changed the phase of technology as we know it today. But it's not just technology and technology trends evolving; many things have changed this ... Read More
Robust Artificial Intelligence of Document Attestation to Ensure Identity Theft
Feed: Featured Blog Posts - Data Science Central. Author: Ryan Jason. It’s no riddle that identity fraud has become one of the greatest challenges for online corporations. As stated by the report on identity scams, there were 15.4 million innocents of crimes associated with identity scams and theft in 2020 only. Therefore, as online payments rise due to the COVID-19, the number of malicious activities and data breaches and the occurrences of cyber attacks are also rising. Therefore, online identification document scanning solutions are becoming rising prevalent and common. Included with automated advancements, document attestation makes sure user verification adopts ... Read More
5 perspectives on modern data analytics
Feed: CIO. Author: . Some things don't change, even during a pandemic. Consistent with previous years, in CIO’s 2021 State of the CIO survey, a plurality of the 1,062 IT leaders surveyed chose “data/business analytics” as the No.1 tech initiative expected to drive IT investment.Unfortunately, analytics initiatives seldom do nearly as well when it comes to stakeholder satisfaction.Last year, CIO contributor Mary K. Pratt offered an excellent analysis of why data analytics initiatives still fail, including poor-quality or siloed data, vague rather than targeted business objectives, and clunky one-size-fits-all feature sets. But a number of fresh approaches and technologies are making ... Read More
Using Github Actions & drat to Deploy R Packages
Feed: R-bloggers. Author: R on Chemometrics & Spectroscopy using R. Last summer, a GSOC project was approved for work on the hyperSpec package which had grown quite large and hard to maintain. The essence of the project was to break the original hyperSpec package into smaller packages. As part of that project, we needed to be able to: Provide development versions of packages Provide large data-only packages (potentially too large to be hosted on CRAN). In this post I’ll describe how we used Dirk Eddelbuettel’s drat package and Github Actions to automate the deployment of packages between repositories. What is ... Read More
Recent Comments