Closed pwalsh closed 5 years ago
Some implementation notes:
Package/Resource/Profile/validate
.Profile
class - https://github.com/frictionlessdata/datapackage-js/blob/master/src/profile.js - it's very simple class. A Python version has some old code not really fully used so it's much more verbose.Thanks @roll @pwalsh for this, really helps to have wayposts.
Hello,
to create a sample Julia project you should use PkgDev
Pkg.add("PkgDev")
using PkgDev
PkgDev.generate("DataPackages", "MIT")
This sample project will be generated and you will have sample unit tests. Badges for Travis, coverage... in README.md
Kind regards
You should notice that most Julia packages use plural in their name and their Github repository url finish using .jl
(not -jl
).
Julia users like package name with CamelCase
@scls19fr Thanks!
Related to the repo naming - it's because of the Github org standard.
https://github.com/davidanthoff/IterableTables.jl from @davidanthoff and https://github.com/JuliaData/DataStreams.jl from @quinnj are probably related projects to consider
Thanks very much for pointing it out @scls19fr ~ glad to have someone new watching this project :-) Also, I have added your links to a Related Projects page on the wiki: https://github.com/frictionlessdata/datapackage-jl/wiki/Related-projects
Some other projects that may be related to DataPackage.jl and could be add to wiki
Queryverse https://github.com/davidanthoff/Queryverse.jl
And for downloading / caching data https://github.com/oxinabox/DataDeps.jl https://github.com/helgee/RemoteFiles.jl https://github.com/JuliaPackaging/BinaryProvider.jl
At some point we should talk. Will you be at juliacon?
Unfortunately I won't be there
@loleg I'm closing meta issue as this stage is far behind us. Let's just use individual issues for everything left/reported/etc
Description
This issue documents the initial steps to get started with a new Frictionless Data implementation.
Tasks