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 ...
随机推荐
- OpenERP7测试手记之 - EMail配置 转
转自http://blog.sina.com.cn/s/blog_6d5929a00101b74y.html 在OpenERP中进行Email配置要注意以下几点: 1.如下面两个图,公司的“电子邮件” ...
- 利用JQuery 来操作 ListBox和ListBox内移动
[导读]利用jquery 来操作 listbox和listbox内移动function listbox_move(listfrom,listto) { var size = $(" &quo ...
- 通过ribbon 根据服务名获取所有服务实例的IP和端口列表
代码使用SpringCloud版本E3 业务场景: 今天遇到一个业务场景,要求根据服务名获取当前微服务集群中所有的对应服务实例的IP和端口,通过分析源码推算出了写法. 原理简述: 如果代码中引入了sp ...
- Effective前端(3)用CSS画一个三角形
来源:https://zhuanlan.zhihu.com/p/26160325 三角形的场景很常见,打开一个页面可以看到各种各样的三角形: 由于div一般是四边形,要画个三角形并不是那么直观.你可以 ...
- 使用eclipse生成文档(javadoc)主要有三种方法:
使用eclipse生成文档(javadoc)主要有三种方法: 1,在项目列表中按右键,选择Export(导出),然后在Export(导出)对话框中选择java下的javadoc,提交到下一步. 在Ja ...
- MongoDB中的一些坑( 2.4.10 版本)
http://www.jb51.net/article/62654.htm 1.MongoDB 数据库级锁 MongoDB的锁机制和一般关系数据库如 MySQL(InnoDB), Oracle 有很大 ...
- 转:Linux网卡驱动程序编写
Linux网卡驱动程序编写 [摘自 LinuxAID] 工作需要写了我们公司一块网卡的Linux驱动程序.经历一个从无到有的过程,深感技术交流的重要.Linux作为挑战微软垄断的强有力武器,日益受到大 ...
- 【TP5.0】model的操作方法
tp5 中 model 的新增方法 //默认主键为自动识别,如果需要指定,可以设置属性: namespace app\index\model; use think\Model; class User ...
- Git/Github的使用以及与Eclipse的整合
Git简介 Git是一个免费的.分布式的版本控制工具,或是一个强调了速度快的源代码管理工具.每一个Git的工作目录都是一个完全独立的代码库,并拥有完整的历史记录和版本追踪能力,不依赖于网络 ...
- 远程阿里云window服务器报错身份验证错误
整理文章,很久之前遇到的一个问题,一直呆在草稿箱,特发布出来,帮助可能遇到该问题的人 mstsc连接时报错如下 解决方法: 修改本地安全组策略[安全组 gpedit.msc]