Skip to content

A demo to test with large JSON data at client end with Angular, lodash/plain JS

Notifications You must be signed in to change notification settings

ranveerkumar/ng-large-data

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AngularJS Large Dataset Performance Demo

The repo contains sample data files (10K 100K and 1M records) as well as the data file generator script (generate-records.py). The NG app simply displays data and allows the user to search/sort the dataset.

The dataset is in the following format: [ {"company":"COMPANY","email":"EMAIL","firstName":"FNAME","id":ID,"lastName":"LNAME","phone":"PHONE-NUMBER","state":"US_STATE"},... ]

About

A demo to test with large JSON data at client end with Angular, lodash/plain JS

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published