frictionlessdata / DataPackage.jl

A Julia library for working with Data Package.
MIT License
9 stars 3 forks source link

Getting started #1

Closed pwalsh closed 5 years ago

pwalsh commented 6 years ago

Description

This issue documents the initial steps to get started with a new Frictionless Data implementation.

Tasks

roll commented 6 years ago

Some implementation notes:

loleg commented 6 years ago

Thanks @roll @pwalsh for this, really helps to have wayposts.

scls19fr commented 6 years ago

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

scls19fr commented 6 years ago

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

roll commented 6 years ago

@scls19fr Thanks!

Related to the repo naming - it's because of the Github org standard.

scls19fr commented 6 years ago

https://github.com/davidanthoff/IterableTables.jl from @davidanthoff and https://github.com/JuliaData/DataStreams.jl from @quinnj are probably related projects to consider

loleg commented 6 years ago

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

scls19fr commented 5 years ago

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

oxinabox commented 5 years ago

At some point we should talk. Will you be at juliacon?

scls19fr commented 5 years ago

Unfortunately I won't be there

roll commented 5 years ago

@loleg I'm closing meta issue as this stage is far behind us. Let's just use individual issues for everything left/reported/etc