Skip to content

Commit

Permalink
clean up examples
Browse files Browse the repository at this point in the history
  • Loading branch information
dimitri-yatsenko committed Jan 14, 2025
1 parent ea220af commit 5faf6a7
Show file tree
Hide file tree
Showing 4 changed files with 160 additions and 7,948 deletions.
6 changes: 4 additions & 2 deletions book/00-introduction/00-purpose.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,10 @@ authors:
This book is a comprehensive guide to *DataJoint for Python* — a specialized framework designed to implement scientific data pipelines that manage data and orchestrate computations in collaborative and AI-powered scientific projects. At its core, DataJoint builds upon the traditional relational database model, enabling scientists, data engineers, and programmers to design and query relational databases. However, DataJoint’s main innovation lies in introducing computational dependencies as a first-class feature within the relational database. This allows researchers to define, execute, and reproduce data processing pipelines with precision and efficiency.

Existing documentation for DataJoint can be found here:
* Current documentation: https://datajoint.com/docs/core/datajoint-python/ (hosted at https://github.com/datajoint/datajoint-python/)
* Legacy documentation: https://datajoint.github.io/datajoint-docs-original/python/ (hosted at https://github.com/datajoint/datajoint-docs-original)
* Current documentation: https://datajoint.com/docs/core/datajoint-python/
- hosted at https://github.com/datajoint/datajoint-python/
* Legacy documentation: https://datajoint.github.io/datajoint-docs-original/python/
- hosted at https://github.com/datajoint/datajoint-docs-original

# Purpose of This Book

Expand Down
Loading

0 comments on commit 5faf6a7

Please sign in to comment.