Skip to content
Snippets Groups Projects

Initial POC

Merged Ivanov, Ivan (UG - Computer Science) requested to merge initial into master
4 files
+ 105
0
Compare changes
  • Side-by-side
  • Inline
Files
4
example.json 0 → 100644
+ 32
0
[
{
"userid": "user1",
"url": "http://www.someamazingwebsite.com/1",
"type": "POST",
"timestamp": 1360662163000
},
{
"userid": "user2",
"url": "http://www.someamazingwebsite.com/2",
"type": "GET",
"timestamp": 1360662163000
},
{
"userid": "user2",
"url": "http://www.someamazingwebsite.com/1",
"type": "GET",
"timestamp": 1360662163000
},
{
"userid": "user2",
"url": "http://www.someamazingwebsite.com/1",
"type": "GET",
"timestamp": 1360462163000
},
{
"userid": "user2",
"url": "http://www.someamazingwebsite.com/3",
"type": "POST",
"timestamp": 1360462163000
}
]
\ No newline at end of file
Loading