Coder Social home page Coder Social logo

directory-schema's People

Contributors

mccalluc avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

Forkers

piyushahuj

directory-schema's Issues

Directory structure validation tool

Specifying directory structures has come up in a couple different contexts (default for zarr, and for datasets, of whatever type, etc.).

I propose that the formal definition of these structures be JSON schema targeting the output of tree -J . , which looks like:

[
  {"type":"directory","name":".","contents":[
    {"type":"file","name":"CHANGELOG.md"},
    {"type":"file","name":"LICENSE"},
    {"type":"file","name":"README.md"},

In the schema, items and contains will be be used on the lists, and regexes will be used on the filenames.

(It will take a few lines of python to emulate tree -J : I don’t see anything that does it out of the box.)

Trevor:

I think this makes sense for our zarr purposes. Zarr is restrictive enough that files are limited to .zgroup, .zarray, .zattrs, and the binary files, but arrays and groups are each named directories and having something to parse a zarr store and say “Yes this is a valid pyramid” would be great.

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.