AWS & ASP.NET
https://dotnetcodr.com/amazon-cloud/
Amazon cloud
Big Data overall architecture
- Architecture of a Big Data messaging and aggregation system using Amazon Web Services part 1
- Architecture of a Big Data messaging and aggregation system using Amazon Web Services part 2
- Architecture of a Big Data messaging and aggregation system using Amazon Web Services part 3
- Architecture of a Big Data messaging and aggregation system using Amazon Web Services part 4
- Architecture of a Big Data messaging and aggregation system using Amazon Web Services part 5
Amazon Big Data components and code
The message handler: Kinesis
- Big Data: using Amazon Kinesis with the AWS.NET API Part 1: introduction
- Using Amazon Kinesis with the AWS.NET API Part 2: stream, NET SDK and domain setup
- Big Data: using Amazon Kinesis with the AWS.NET API Part 3: sending to the stream
- Big Data: using Amazon Kinesis with the AWS.NET API Part 4: reading from the stream
- Using Amazon Kinesis with the AWS.NET API Part 5: validation
- Using Amazon Kinesis with the AWS.NET API Part 6: storage
The raw data storage: S3
- Using Amazon S3 with the AWS.NET API Part 1: introduction
- Using Amazon S3 with the AWS.NET API Part 2: code basics
- Using Amazon S3 with the AWS.NET API Part 3: code basics cont’d
- Using Amazon S3 with the AWS.NET API Part 4: working with folders in code
- Using Amazon S3 with the AWS.NET API Part 5: S3 in Big Data
- Using Amazon S3 with the AWS.NET API Part 6: S3 in Big Data II
Data storage alternative: DynamoDb
- Using Amazon DynamoDb with the AWS.NET API Part 1: introduction
- Using Amazon DynamoDb with the AWS.NET API Part 2: code beginnings
- Using Amazon DynamoDb with the AWS.NET API Part 3: table operations
- Using Amazon DynamoDb with the AWS .NET API Part 4: record insertion
- Using Amazon DynamoDb with the AWS .NET API Part 5: updating and deleting records
- Using Amazon DynamoDb with the AWS .NET API Part 6: queries
- Using Amazon DynamoDb with the AWS .NET API Part 7: its place in Big Data
Data mining and analysis tool: Elastic MapReduce
- Using Amazon Elastic MapReduce with the AWS.NET API Part 1: introduction
- Using Amazon Elastic MapReduce with the AWS.NET API Part 2: the cluster startup GUI
- Using Amazon Elastic MapReduce with the AWS.NET API Part 3: starting and logging into a cluster
- Using Amazon Elastic MapReduce with the AWS.NET API Part 4: Hive basics with Hadoop
- Using Amazon Elastic MapReduce with the AWS .NET API Part 5: cluster-related code
- Using Amazon Elastic MapReduce with the AWS .NET API Part 6: Hive with Amazon S3 and DynamoDb
- Using Amazon Elastic MapReduce with the AWS .NET API Part 7: indirect Hive with .NET
- Using Amazon Elastic MapReduce with the AWS .NET API Part 8: connection to our Big Data demo
Data mining and analysis tool: RedShift
- Using Amazon RedShift with the AWS .NET API Part 1: introduction
- Using Amazon RedShift with the AWS .NET API Part 2: MPP definition and first cluster
- Using Amazon RedShift with the AWS .NET API Part 3: connecting to the master node
- Using Amazon RedShift with the AWS .NET API Part 4: code beginnings
- Using Amazon RedShift with the AWS .NET API Part 5: connecting to master node using ODBC
- Using Amazon RedShift with the AWS .NET API Part 6: Postgresql to master node using ODBC
- Using Amazon RedShift with the AWS .NET API Part 7: data warehousing and the star schema
- Using Amazon RedShift with the AWS .NET API Part 8: data warehousing and the star schema 2
- Using Amazon RedShift with the AWS .NET API Part 9: data warehousing and the star schema 3
- Using Amazon RedShift with the AWS .NET API Part 10: RedShift in Big Data
AWS Big Data summary
Amazon CodePipeline
- Introduction to Amazon Code Pipeline with Java part 1: basics of CI/CD
- Introduction to Amazon Code Pipeline with Java part 2: setup
- Introduction to Amazon Code Pipeline with Java part 3: adding custom job runners
- Introduction to Amazon Code Pipeline with Java part 4: comparison with TeamCity and Jenkins
- Introduction to Amazon Code Pipeline with Java part 5: architecture key terms
- Introduction to Amazon Code Pipeline with Java part 6: third party action overview
- Introduction to Amazon Code Pipeline with Java part 7: the third party action user signup process
- Introduction to Amazon Code Pipeline with Java part 8: the job agent communication process
- Introduction to Amazon Code Pipeline with Java part 9: the job agent continuation token
- Introduction to Amazon Code Pipeline with Java part 10: the client web pages
- Introduction to Amazon Code Pipeline with Java part 11: starting with the job agent
- Introduction to Amazon Code Pipeline with Java part 12: the job agent entry point in code
- Introduction to Amazon Code Pipeline with Java part 13: the client token lookup service
- Introduction to Amazon Code Pipeline with Java part 14: the loadtest executor service
- Introduction to Amazon Code Pipeline with Java part 15: the job processor interface and related objects
Geo-spatial services
- Using Amazon DynamoDb for IP and co-ordinate based geo-location services part 1: introduction and goals
- Using Amazon DynamoDb for IP and co-ordinate based geo-location services part 2: MaxMind source files
- Using Amazon DynamoDb for IP and co-ordinate based geo-location services part 3: IPv4 range strategy
- Using Amazon DynamoDb for IP and co-ordinate based geo-location services part 4: lng/lat range strategy
- Using Amazon DynamoDb for IP and co-ordinate based geo-location services part 5: creating the IPv4 source file for DynamoDb
- Using Amazon DynamoDb for IP and co-ordinate based geo-location services part 6: uploading IPv4 range to DynamoDb
- Using Amazon DynamoDb for IP and co-ordinate based geo-location services part 7: querying the IPv4 range table
- Using Amazon DynamoDb for IP and co-ordinate based geo-location services part 8: creating the lng/lat coordinates source file for DynamoDb
- Using Amazon DynamoDb for IP and co-ordinate based geo-location services part 9: uploading the co-ordinate range to DynamoDb
- Using Amazon DynamoDb for IP and co-ordinate based geo-location services part 10: querying the coordinate range table
- Using Amazon DynamoDb for IP and co-ordinate based geo-location services part 11: uploading the geolocation range to DynamoDb
- Using Amazon DynamoDb for IP and co-ordinate based geo-location services part 12: querying the geolocation range to DynamoDb
AMIs
- How to manage Amazon Machine Images with the .NET Amazon SDK Part 1: starting an image instance
- How to manage Amazon Machine Images with the .NET Amazon SDK Part 2: monitoring and terminating AMI instances, managing Security Groups
Data Pipeline
Elastic Beanstalk
AWS & ASP.NET的更多相关文章
- 基于aws api gateway的asp.net core验证
本文是介绍aws 作为api gateway,用asp.net core用web应用,.net core作为aws lambda function. api gateway和asp.net core的 ...
- 在docker中运行ASP.NET Core Web API应用程序(附AWS Windows Server 2016 widt Container实战案例)
环境准备 1.亚马逊EC2 Windows Server 2016 with Container 2.Visual Studio 2015 Enterprise(Profresianal要装Updat ...
- ASP.NET Core 缓存技术 及 Nginx 缓存配置
前言 在Asp.Net Core Nginx部署一文中,主要是讲述的如何利用Nginx来实现应用程序的部署,使用Nginx来部署主要有两大好处,第一是利用Nginx的负载均衡功能,第二是使用Nginx ...
- 欢迎阅读daxnet的新博客:一个基于Microsoft Azure、ASP.NET Core和Docker的博客系统
2008年11月,我在博客园开通了个人帐号,并在博客园发表了自己的第一篇博客.当然,我写博客也不是从2008年才开始的,在更早时候,也在CSDN和系统分析员协会(之后名为"希赛网" ...
- 一个基于Microsoft Azure、ASP.NET Core和Docker的博客系统
2008年11月,我在博客园开通了个人帐号,并在博客园发表了自己的第一篇博客.当然,我写博客也不是从2008年才开始的,在更早时候,也在CSDN和系统分析员协会(之后名为“希赛网”)个人空间发布过一些 ...
- 开发 ASP.NET vNext 续篇:云优化的概念、Entity Framework 7.0、简单吞吐量压力测试
继续上一篇<开发 ASP.NET vNext 初步总结(使用Visual Studio 2014 CTP1)>之后, 关于云优化和版本控制: 我本想做一下MAC和LINUX的self-ho ...
- 基于Microsoft Azure、ASP.NET Core和Docker的博客系统
欢迎阅读daxnet的新博客:一个基于Microsoft Azure.ASP.NET Core和Docker的博客系统 2008年11月,我在博客园开通了个人帐号,并在博客园发表了自己的第一篇博客 ...
- How to create a jump server in AWS VPC
本来是写的Word文档,给其他国家的同时看的,所以一开始就是英文写的,也没打算翻译成为中文了,顺便抱怨下,网上资料找了很久的资料都没有看到介绍怎么在单机环境下搭建RD Gateway的,写本文的目的是 ...
- Ubuntu & Docker & Consul & Fabio & ASP.NET Core 2.0 微服务跨平台实践
相关博文: Ubuntu 简单安装 Docker Mac OS.Ubuntu 安装及使用 Consul Consul 服务注册与服务发现 Fabio 安装和简单使用 阅读目录: Docker 运行 C ...
随机推荐
- DataTables | Table plug-in for jQuery
DataTables | Table plug-in for jQuery https://datatables.net/
- java 多重循环
//http://www.weixueyuan.net/view/6311.html //多重循环 import java.util.Scanner; public class Test16{ pub ...
- Shell脚本学习之sed详解
在编写shell脚本的过程中,我们经常需要使用sed流编辑器和awk对文本文件进行处理. 一.什么是sed? sed 是一种在线编辑器,它一次处理一行内容.sed是非交互式的编辑器.它不会修改文件,除 ...
- Appium原理及版本变化细节
Appium原理小结 Api接口调用selenium的接口,Android底层用android的instrumentation(API2.3+ 通过绑定另外一个独立的selendroid项目来实现的) ...
- Fiddler配置https
问题描述: fiddler加载认证不成功... 问题解决: 手工生成认证证书 00.配置HTTPS 01.勾选https 02.添加ssh认证 11. 找到fiddler的安装目录 手工生成认证秘钥 ...
- Paint的基本使用
代码地址如下:http://www.demodashi.com/demo/14712.html 前言 在讲述自定义控件的时候,我们讲到了自定义控件的基本步骤,那么在自定义控件中,我们第一个需要了解的就 ...
- java读取txt字符串挨个写入int数组
int []num=new int[1001]; FileReader fr = new FileReader("1.txt"); BufferedReader br = new ...
- std::string begin end
std::string 的begin到end是不包含 ‘\0’的
- Windows Sockets错误标识及对应解释
WSAETIMEDOUT 对应 linux 的 ETIMEDOUT WSAETIMEDOUT 对应 linux 的 ETIMEDOUT IdWinsock2.pas 文件中也有说明. Windows ...
- 安装apr报错rm: cannot remove `libtoolT': No such file or directory
直接打开/usr/local/src/apr-1.4.6/configure 把 $RM“$cfgfile” 那行删除掉 $RM“$cfgfile” 大约在 42302行 然后再重新运行 ./co ...