Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
CaosDB Crawler
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
caosdb
Software
CaosDB Crawler
Commits
72f0dde3
Commit
72f0dde3
authored
2 years ago
by
florian
Browse files
Options
Downloads
Plain Diff
Merge branch 'f-real-path' into f-prefix
parents
0035e11d
b7f26e00
No related branches found
No related tags found
Loading
Pipeline
#33880
passed
2 years ago
Stage: info
Stage: setup
Stage: cert
Stage: style
Stage: test
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
CHANGELOG.md
+1
-1
1 addition, 1 deletion
CHANGELOG.md
INSTALL.md
+8
-7
8 additions, 7 deletions
INSTALL.md
src/doc/cfood.rst
+2
-2
2 additions, 2 deletions
src/doc/cfood.rst
with
11 additions
and
10 deletions
CHANGELOG.md
+
1
−
1
View file @
72f0dde3
...
@@ -11,7 +11,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
...
@@ -11,7 +11,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
-
DateElementConverter: allows to interpret text as a date object
-
DateElementConverter: allows to interpret text as a date object
-
the restricted_path argument allows to crawl only a subtree
-
the restricted_path argument allows to crawl only a subtree
-
You can now access the file system path of a structure element (if it has one) using the variable
-
You can now access the file system path of a structure element (if it has one) using the variable
name
"
<converter
name
>
\_
path
"
name
``
<converter name>
.
path
``
-
added the arguments 'add-prefix' and 'remove-prefix' to the command line and
`crawler_main`
-
added the arguments 'add-prefix' and 'remove-prefix' to the command line and
`crawler_main`
### Changed ###
### Changed ###
...
...
This diff is collapsed.
Click to expand it.
INSTALL.md
+
8
−
7
View file @
72f0dde3
# Installation ##
# Installation ##
...
@@ -41,16 +40,18 @@ installation](#generic-installation).
...
@@ -41,16 +40,18 @@ installation](#generic-installation).
## Generic installation ####
## Generic installation ####
---
The CaosDB crawler is available as
[
PyPi
package
](
https://pypi.org/project/caoscrawler/
)
and can simply installed by
```
sh
pip3
install
caoscrawler
```
O
btain the sources from GitLab and install from there (
`git`
must
be installed for
Alternatively, o
btain the sources from GitLab and install from there (
`git`
must
this option):
be installed for
this option):
```
sh
```
sh
git clone https://gitlab.com/caosdb/caosdb-crawler
git clone https://gitlab.com/caosdb/caosdb-crawler
cd
caosdb-crawler
cd
caosdb-crawler
pip3
install
--user
.
pip3
install
--user
.
```
```
**Note**
: In the near future, this package will also be made available on PyPi.
This diff is collapsed.
Click to expand it.
src/doc/cfood.rst
+
2
−
2
View file @
72f0dde3
...
@@ -173,8 +173,8 @@ in a vairable with the same name (as it is the case for other Records).
...
@@ -173,8 +173,8 @@ in a vairable with the same name (as it is the case for other Records).
records:
records:
fileEntity:
fileEntity:
role: File # necessary to create a File Entity
role: File # necessary to create a File Entity
path: somefile
_
path # defines the path in CaosDB
path: somefile
.
path # defines the path in CaosDB
file: somefile
_
path # path where the file is found locally
file: somefile
.
path # path where the file is found locally
SomeRecord:
SomeRecord:
ParameterFile: $fileEntity # creates a reference to the file
ParameterFile: $fileEntity # creates a reference to the file
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment