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 ...
随机推荐
- scala VS python2 操作shell对比例子
Scala: /** * Created by sunxu on 2015/9/30. */ import scala.sys.process._ import java.io.File //在相应目 ...
- VS2015使用小技巧
VS2015常用快捷键 1.回到上一个光标位置/前进到下一个光标位置 1)回到上一个光标位置:使用组合键“Ctrl + -”; 2)前进到下一个光标位置:“Ctrl + Shift + - ” 2.复 ...
- 转:VS2013快捷键大全
Ctrl+E,D ----格式化全部代码 Ctrl+E,F ----格式化选中的代码 CTRL + SHIFT + B生成解决方案 CTRL + F7 生成编译 CTRL + O 打开文件 CTRL ...
- github使用入门
连接地址 github使用入门 连接地址: https://zhuanlan.zhihu.com/p/21193604?refer=passer
- SpringBoot引入freemaker前端模板
1.引入freeMarker的依赖包 <!-- 引入freeMarker的依赖包. --> <dependency> <groupId>org.springfram ...
- CentOS6.x 图形界面(gnome)安装
CentOS6默认的安装选项 Desktop :基本的桌面系统,包括常用的桌面软件,如文档查看工具. Minimal Desktop :基本的桌面系统,包含的软件更少. Minimal :基本的系统, ...
- 【Android】ant编译aidl的错误
使用ant编译Android应用程序工程时,出现的错误: 错误信息(Cygwin): [aidl] This application has requested the Runtime to term ...
- nmake构建Geos库
1.下载源码包 下载地址 http://download.osgeo.org/geos/geos-3.6.1.tar.bz2 下载之后解压即可. 2.编译 geos源码包中自带了makefile.vc ...
- Docker修改默认存储位置(转)
方法一.软链接 默认情况下Docker的存放位置为:/var/lib/docker 可以通过下面命令查看具体位置: sudo docker info | grep "Docker Root ...
- 使用Maven Jenkins和JMeter自动化测试
有两个插件能够实现在Maven build集成Jmeter测试, jmeter-maven-plugin 和 chronos-maven-plugin. 选择哪一个取决于情况,下面是一些判断标准: ...