Giter Club home page Giter Club logo

astraces1's Introduction

Traces packages APIv1

This ActionScript package provides a basic API for activity trace storage and access. It defines a basic data model (Obsel, Trace), which allows to instrument an actionscript application to capture and display traces. Obsels can be un/serialized from/to RDF Turtle syntax or from/to a JSON structure. A concise API is provided to ease trace collection: it consists of a single Trace.trace() static method.

This is a transitionary package, current developments are made on the v2 of the API called ktbs4as, available at https://github.com/ktbs/ktbs4as

astraces1's People

Contributors

oaubert avatar sayfulin avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

astraces1's Issues

Serialisation the Obsel

Scenario : obsel add in BDD/kTBS(exemple 1),
get it in VISU,
If property text is empty(exemple 1) => aftre Obsel.fromRdf() => transforme to NaN (exemple 2 ).

@Prefix xsd: http://www.w3.org/2001/XMLSchema# .
@Prefix ktbs: http://liris.cnrs.fr/silex/2009/ktbs# .
@Prefix : <../visu/> .

[] a :SetTextComment;
ktbs:hasTrace ;
ktbs:hasBegin 1321610995056;
ktbs:hasEnd 1321611005056;
ktbs:hasSubject "1";
:hasCommentforuserid "1";
:hasTimestamp "1322046399170";
:hasSession "405";
:hasParentTrace "trace-20111118110952-1";
:hasText "";
.
Exemple 1.

@Prefix xsd: http://www.w3.org/2001/XMLSchema# .
@Prefix ktbs: http://liris.cnrs.fr/silex/2009/ktbs/ .
@Prefix : <../visu/> .

[] a :SetTextComment ;
ktbs:hasTrace <> ;
ktbs:hasBegin 1321610995056 ;
ktbs:hasEnd 1321611005056 ;
ktbs:hasSubject "1" ;
:hasText NaN ;
:hasParentTrace "trace-20111118110952-1" ;
:hasCommentforuserid "1" ;
:hasTimestamp "1322046399170" ;
:hasSession "405" ;
.
Exemple 2.

Type the property text came Number => NaN (image 1)

Alt Debug mode
Image 1. Screen-shot IDE FB, mode débogage.

Implement progressive loading of data

The .ttl parser is slow, and cannot process more than a few hundred obsels in the 15 seconds standard timeout of flashplayer.
It should anyway give some feedback on its progress.
Asynchronous loading with progress report must be implemented.

CSV export

Implement a CSV export for the trace.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.