An open API service indexing awesome lists of open source software.

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

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).