Thank you for the response, I think putting spin-api to the public repository is the best way to make it widely adopted and get more feedback and contributions from the community.
At the moment I am trying to apply SPIN in my app (that uses BigData as repository) to store and retrieve SPARQL quires and SPIN Templates ( I am not interested in other features right now ), is there any Sesame adapter for SPIN-API or at least a test suite ( + guidlines) that one can use for implementing it? I think lack of Sesame support together with lack of public repository is the main obstacle to wide SPIN adoption. >We had thought about branching off a second, public repository but this appeared to be too difficult to synchronize so we haven't done this yet. Well, you can have several branches (you can use git submodule to get them directly from github) as well as put a github hook to the build server (I did this with travis but actually it is possible to configure a variety of build servers there) so if somebody makes a pull request that breaks integration with other TopBraid code you will immediately know it and will not merge that commit to the master branch. P.S. By the way, http://spinrdf.org/ is down now ( =( On Monday, January 27, 2014 12:20:28 AM UTC+2, Holger Knublauch wrote: > > Hi Anton, > > On 1/26/2014 3:52, Anton Kulaga wrote: > > Hi all, > > I downloaded the latest Spin API library http://topbraid.org/spin/api/ > but I did not find any documentation for the library. Could you tell me > where is it (if anybody wrote it at all)? > > > There is no real documentation - please use the examples from the examples > folder to get started. Being a maven project, you can also generate the > JavaDoc if you prefer to look at that. I will file an enhancement request > to publish this on our own web page. > > > I am also curios where is official sourcecode repository of it (github > and mercurial search did not find any spin-api projects) > > > The source code is part of TopQuadrant's internal repository, because it > evolves as part of the TopBraid product line. We had thought about > branching off a second, public repository but this appeared to be too > difficult to synchronize so we haven't done this yet. > > Thanks > Holger > > -- -- You received this message because you are subscribed to the Google Group "TopBraid Suite Users", the topics of which include Enterprise Vocabulary Network (EVN), TopBraid Composer, TopBraid Live, TopBraid Insight, SPARQLMotion, SPARQL Web Pages and SPIN. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/topbraid-users?hl=en --- You received this message because you are subscribed to the Google Groups "TopBraid Suite Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
