Articles

Big Data: What Is Spark - An Easy Explanation For Absolutely Anyone

04/03/2016 23:05
Big Data: What Is Spark - An Easy Explanation For Absolutely Anyone Basically Spark is a framework - in the same way that Hadoop is - which provides a number of inter-connected platforms, systems and standards for Big Data projects. Like Hadoop, Spark is open-source and under the wing of the Apache...

Example: Big Data in cluster by MBrace

04/03/2016 23:04
MBrace is fully open source framework written in F# and offers very clear and easy programming model. It aims to create all the necessary conditions to make distributed cloud scale computations and data as simple as possible. At the same time it is totally straightforward to setup MBrace...

Example: Is it worth work In Memory?

04/03/2016 23:02
Really nice link covering all the downsides of In Memory tables which is quite interesting! Sounds like they could be good for an ETL staging workload though!   Why I don’t (yet) recommend In-Memory OLTP to my customers March 11, 2015 · Klaus Aschenbrenner · 16 Comments (Be sure to...

Example: Cloud-distributed WordCount in F#

04/03/2016 23:02
This example implements the classic word count example commonly associated with distributed Map/Reduce frameworks. We use CloudFlow for the implementation and textfiles.com as our data source. First, some basic type definitions: 1: 2: 3: 4: 5: 6: 7: 8: 9:...

Hadoop - Soluções de Big Data

04/03/2016 23:01
Abordagem tradicional da Empresa Nesta abordagem, a empresa terá um computador para armazenar e processar dados grandes. Para armazenagem, os programadores terão a ajuda de sua escolha de fornecedores de bancos como Oracle, IBM, etc. neste tipo de abordagem, o usuário interage com o aplicativo, que...

Octopus -- Handle a SQL Job

10/01/2016 17:44
  #Octopus -- Disable a SQL Job  #================================================= $SrssTargetServer = $OctopusParameters['SrssTargetServer'] $SQLJobName = $OctopusParameters['SQLJobName']   $str = "SQLCMD -S " + $SrssTargetServer + " -Q ""exec msdb..sp_update_job...

Powershell - Documentation

10/01/2016 10:18
    https://blogs.technet.com/b/heyscriptingguy/archive/2009/05/06/how-can-i-use-the-if-statement-in-windows-powershell.aspx     https://powershell.com/cs/blogs/tips/  

Criar seu próprio servidor NuGet (NuGet.Server)

10/01/2016 10:11
Pode ser interessante para algumas empresas e desenvolvedores criar seus próprios pacotes NuGet e hospedá-los em seu servidor local. Assim seu código fica protegido e pode continuar utilizando toda a praticidade do NuGet. A ideia é compartilhar, mas caso tenha algum código protegido ou algo do...

Octopus - Powerful software for deployment

06/01/2016 18:26
Octopus is a powerful software that can help you to handle the environment changes, for further information access this video: https://www.youtube.com/watch?v=66FLYTEoLhM

Renew a strong name key in assembly for a DLL file

06/01/2016 18:10
In VS, do the unload from the class that is loaded and edit the source, change the path to be updated automaticaly, the steps were produced in DOS command line:   --// Show the Strong Name Key "C:\Program Files (x86)\Microsoft SDKs\Windows\v8.0A\bin\NETFX 4.0 Tools\sn.exe" -Tp...
<< 4 | 5 | 6 | 7 | 8 >>