I was working on a personal project where I needed some way to to save URL's / Bookmarks of websites that I come across that I would like to reference at a later time. I eventually decided to develop a web
Python
A collection of 46 posts
Generating Sensible Transaction Data with Python
The other day, I was facing a scenario where I had to setup bucketing with Hive and I needed some sample data, but in the same way I thought it would've been nice to have some random data, but that
AWS Elasticsearch Register S3 Repository for Snapshots using the CLI
In order to make a manual Snapshot in Amazon's Elasticsearch Service, we need to create a S3 repository where the data will reside. In order to do this, we need to sign the request with an IAM role that grants
Generate Random Data for MongoDb
a Python script to generate random data to MongoDb using the Faker library for Python. I will include some of my scripts for Elasticsearch, DynamoDB and CSV at the bottom of this post. Dependencies: $ pip install pymongo $ pip install fake-factory
Searching Data with Python and ElasticSearch
In this tutorial I will show you how to get started with Python and Elasticsearch, to be able to search for people's Name and Email addresses, based on their Job Descriptions. I will show you how to get setup, populate
Generate Random Data with Python
A couple of times before, I had to generate massive amounts of sample data in order to reproduce certain issues/scenarios etc. You get some awesome tools online, but most of the time, free versions that they offer, limits you
Subscribe to Sysadmins
Subscribe today and get access to a private newsletter and new content every week!