https://github.com/damieng/sampledomaindata
Sample data for a few common domains
https://github.com/damieng/sampledomaindata
Last synced: about 1 year ago
JSON representation
Sample data for a few common domains
- Host: GitHub
- URL: https://github.com/damieng/sampledomaindata
- Owner: damieng
- Created: 2015-04-18T21:00:45.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2022-05-25T14:05:44.000Z (about 4 years ago)
- Last Synced: 2025-03-24T08:51:51.837Z (about 1 year ago)
- Language: PowerShell
- Size: 40 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Sample Domain Data
Sample fictitious data and scripts to populate databases.
## JSON
- WebUsers - User login data for a web site including login activity.
- JobOpenings - Open job positions for various companies.
The script Populate-Elasticsearch.ps1 can populate Elasticsearch with this data:
```powershell
./Populate-Elasticsearch.ps1 https://elasticlinq.cloudapp.net:9200 Test *
```
You can also specify a username and password as optional trailing args should your server require auth.
## Restrictions
This data was generated by [Mockaroo](https://www.mockaroo.com) and as such may not be used by data-generation tools as per their [terms of use](https://www.mockaroo.com/help/terms_of_use).