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 ...
随机推荐
- Python实现微信扫码支付模式二(NativePay)
转载请注明原文地址:http://www.cnblogs.com/ygj0930/p/7649207.html 核心代码github地址:https://github.com/ygj0930/Pyth ...
- java 判断字符串中是否包含中文并过滤掉中文
java判断字符串中是否包含中文并过滤掉中文 CreateTime--2017年9月6日08:48:59 Author:Marydon 1.判断字符串中是否包含中文方法封装 /** * 判断字符串 ...
- jquery 如何获取有多个class名的元素
1.情景展示 如何使用jquery获取带有多个class样式的元素? 2.解决方案 $("p.opinion.mb15.gray2e.max2line.mr20:contains('大摩 ...
- 【DB2】查看表空间对应的物理文件地址
使用的命令: db2 list tablespaces show detail db2 list tablespace containers for [Tablespace ID] [show det ...
- 全向轮运动学与V-rep中全向移动机器人仿真
Wheeled mobile robots may be classified in two major categories, omnidirectional and nonholonomic. O ...
- PRM路径规划算法
路径规划作为机器人完成各种任务的基础,一直是研究的热点.研究人员提出了许多规划方法:如人工势场法.单元分解法.随机路标图(PRM)法.快速搜索树(RRT)法等.传统的人工势场.单元分解法需要对空间中的 ...
- Mybatis-Dao层开发之Mapper接口
Mapper接口开发方法只需要程序员编写Mapper接口(相当于Dao接口),由Mybatis框架根据接口定义创建接口的动态代理对象,代理对象的方法体同上边Dao接口实现类方法. Mapper接口开发 ...
- Centos下和Win7下查看端口占用情况
Centos #会列出所有正在使用的端口及关联的进程/应用 netstat -nap #portnumber要用具体的端口号代替,可以直接列出该端口听使用进程/应用 lsof -i :portnumb ...
- Ubuntu下,terminal经常使用快捷键
# ctrl + l - 清屏 . cLear # ctrl + c - 终止命令. # ctrl + d - 退出 shell,好像也能够表示EOF. # ctrl + r - 从命令历史中找 . ...
- 如何解决input file 选取相同文件后,change事件不起作用解决方法
两种方法 1.在你的input所属的form表单reset()就可以了! $("#avatorForm")[0].reset(); 2.设置你的input file value值为 ...