- 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
7 years a Leader: 2019 Gartner Magic Quadrant is here!
Feed: What's New. Author: Adriana Gil Miner. As the standard language of analytics for business users and analytics professionals, Tableau is one of the fastest-growing technical job skills in today's job market. And Tableau helps people learn and develop data skills fast. When people explore data in an easy, iterative way that provides immediate feedback, users feel more connected to their data, which leads to deeper understanding and better decisions. Tableau’s unique user experience paired with our industry-leading education and user enablement resources are proven to help people develop skills, unlock curiosity, and unleash their creativity using data—helping our customers ... Read More
Under the hood: Performance, scale, security for cloud analytics with ADLS Gen2

Feed: Microsoft Azure Blog. Author: James Baker. On February 7, 2019 we announced the general availability of Azure Data Lake Storage (ADLS) Gen2. Azure is now the only cloud provider to offer a no-compromise cloud storage solution that is fast, secure, massively scalable, cost-effective, and fully capable of running the most demanding production workloads. In this blog post we’ll take a closer look at the technical foundation of ADLS that will power the end to end analytics scenarios our customers demand. ADLS is the only cloud storage service that is purpose-built for big data analytics. It is designed to integrate ... Read More
Automatically update instances in an Amazon ECS cluster using the AMI ID parameter

Feed: AWS Compute Blog. Author: Anuneet Kumar. This post is contributed by Adam McLean – Solutions Developer at AWS and Chirill Cucereavii – Application Architect at AWS In this post, we show you how to automatically refresh the container instances in an active Amazon Elastic Container Service (ECS) cluster with instances built from a newly released AMI. The Amazon ECS-optimized AMI comes prepackaged with the ECS container agent, Docker agent, and the ecs-init upstart service. We recommend that you use the Amazon ECS-optimized AMI for your container instances unless your application requires any of the following: A specific operating system Custom security and monitoring agents installed ... Read More
Mastering your day as a programmer
Feed: R-bloggers. Author: Lorenz Walthert. How do you program? I feel like there is a lot of advice out there, but most ofit focuses on the micro level rather than on the macro level. That’s why Idecided to think about what makes one an efficient programmer on a macro level. Spend time on improving skills that help you become more productive inthe long run.For example, it’s a fact that git is the version control system of choice. Andthere is no reason why this should change tomorrow. Or in 5 year’s time. Thatin turn means that you need to know the ... Read More
What Makes a Successful AI Company – Data Dominance
Feed: Featured Blog Posts - Data Science Central. Author: William Vorhies. Summary: A defensible data strategy increasingly defines those AI businesses that will be successful. VCs know this and are steering the funding to this strategy. Read here about what a defensible data strategy is and how to identify your next AI opportunity using this technique. The most recent issue of MIT Technology Review shows their annual list of 35 Innovators Under 35. Of these, 15 are AI-based - 43%. Another 3 are in Computational Synthetic Biology that depends on deep learning. Similarly the website Angel.co which tracks the formation ... Read More
IBM Db2 Query Optimization Using AI
Feed: Databasejournal.com - Feature Database Articles. Author: . In September 2018, IBM announced a new product, IBM Db2 AI for z/OS. This artificial intelligence engine monitors data access patterns from executing SQL statements, uses machine learning algorithms to decide on optimal patterns and passes this information to the Db2 query optimizer for use by subsequent statements. Machine Learning on the IBM z Platform In May of 2018, IBM announced version 1.2 of its Machine Learning for z/OS (MLz) product. This is a hybrid zServer and cloud software suite that ingests performance data, analyzes and builds models that represent the health ... Read More
Graph Algorithms in Neo4j: Strongly Connected Components

Feed: Neo4j Graph Database Platform. Author: Jocelyn Hoppa. Graph algorithms provide the means to understand, model and predict complicated dynamics such as the flow of resources or information, the pathways through which contagions or network failures spread, and the influences on and resiliency of groups.This blog series is designed to help you better utilize graph analytics and graph algorithms so you can effectively innovate and develop intelligent solutions faster using a graph database like Neo4j.Last week we wrapped up our look at Centrality algorithms, with our look at the Closeness Centrality algorithm.This week we begin our exploration of Community Detection ... Read More
5 (quirky) ways to style combos for maximum impact

Feed: Cambridge Intelligence. Author: Dan Williams. To help users make sense of their complex data, KeyLines – the graph visualization toolkit – offers an intuitive way to group and combine different nodes. We call these groupings combos. They’re great for reducing clutter and organizing your networks into something more manageable.Insightful user feedback has helped us make combos even better (you’ll have spotted the latest batch of great enhancements in KeyLines 5.1). There are more improvements to come as this powerful feature will soon move out of Beta development and become an established part of the KeyLines toolkit.How you style nodes ... Read More
7 JavaScript Playgrounds to Use in 2019

Feed: Planet MySQL; Author: Scotch.io; The importance of online code editing platforms cannot be overemphasized. As much as we love our local IDE's, one too many times we find ourselves needing to quickly share and or collaborate with a friend or colleague in our local projects. Table of ContentsIn cases like this, online playgrounds give us that added functionality to write and run codes as well as share snippets and have colleagues test it out and give us feedback. In this post, we'll be looking at the top 5 online code editors for JavaScript in no particular order. CodePen is ... Read More
Jonathan Katz: WITH Queries: Present & Future
Feed: Planet PostgreSQL. Common table expressions, aka CTEs, aka WITH queries, are not only the gateway to writing recursive SQL queries, but also help developers write maintainable SQL. WITH query clauses can help developers who are more comfortable writing in imperative languages to feel more comfortable writing SQL, as well as help reduce writing redundant code by reusing a particular common table expressions multiple times in a query.A new patch, scheduled to be a part of PostgreSQL 12 major release later in the year, introduces the ability, under certain conditions, to inline common table expressions within a query. This is a huge ... Read More
Recent Comments