Shadow
Shadow copied to clipboard
An internal analytics engine used to track meta data and user relations for objects in your application
GitHub changed the way Markdown headings are parsed, so this change fixes it. See [bryant1410/readmesfix](https://github.com/bryant1410/readmesfix) for more information. Tackles bryant1410/readmesfix#1
Any plans of implementing a Graph Database (notably Neo4j) to store the relationships between objects? I think that it would bring some advantages and it will make queries more natural.
Allow anonymous items to be tracked, i.e. metadata that is not associated with an item (i.e. global tracks)
Allow metadata to be consolidated by a user defined time interval. ``` php $shtuff->type( 'post' )->item( 5 )->meta( 'foo/bar' )->group('7 days')->track(); ``` This would track the metada `foo/bar` for `post`...