Skip to content

pgrech2/clojure-data

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

clojure-data:

Clojure-Data is a simple Clojure library that makes it easy to load and work with data sets.

Clojure-Data uses the 'component' design pattern to hold datasets in memory for easy and efficient access.

Often times the first step when working with data is a transform or pre-processing function, Clojure-Data makes it easy to extract data via a function and transform data for analysis and exploration.

See example in dev.clj

Releases and Dependency Information

  • Releases are published to TODO_LINK

  • Latest stable release is TODO_LINK

  • All released versions TODO_LINK

Leiningen dependency information:

[clojure-data "0.1.0-SNAPSHOT"]

Maven dependency information:

<dependency>
  <groupId>clojure-data</groupId>
  <artifactId>clojure-data</artifactId>
  <version>0.1.0-SNAPSHOT</version>
</dependency>

Change Log

  • Version 0.1.0-SNAPSHOT

Copyright and License

Copyright © 2018 TODO_INSERT_NAME

TODO: Choose a license

About

Clojure library for loading and working with data sets

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published