Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
C
Crawler Template
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
Crawler Template
Commits
bf89fb24
Commit
bf89fb24
authored
1 year ago
by
Henrik tom Wörden
Browse files
Options
Downloads
Patches
Plain Diff
MAINT: Rename CaosDB to LinkAhead
parent
181f0fa1
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.md
+7
-7
7 additions, 7 deletions
README.md
with
7 additions
and
7 deletions
README.md
+
7
−
7
View file @
bf89fb24
...
@@ -3,21 +3,21 @@
...
@@ -3,21 +3,21 @@
## Welcome
## Welcome
This is a small collection of code snippets that may serve as a bases for the
This is a small collection of code snippets that may serve as a bases for the
development of
CaosDB
Crawler modules.
development of
LinkAhead
Crawler modules.
The setup is such that makes it very easy to start with it. This also implies
The setup is such that makes it very easy to start with it. This also implies
that we are working with files that lie locally (where the script is executed)
that we are working with files that lie locally (where the script is executed)
and are not accessible by the server.
and are not accessible by the server.
## Prerequisites
## Prerequisites
You need to have a
[
caosdb-pylib
](
https://docs.indiscale.com/caosdb-
advanced-user-tools
/
)
You need to have a
[
LinkAhead Python Client
](
https://docs.indiscale.com/caosdb-
pylib
/
)
and
[
caosdb-advancedt
ools
](
https://docs.indiscale.com/caosdb-advanced-user-tools/
)
installed.
and
[
LinkAhead Python Advanced User T
ools
](
https://docs.indiscale.com/caosdb-advanced-user-tools/
)
installed.
You need a working connection to a
CaosDB
instance. We strongly recommend to use one that
You need a working connection to a
LinkAhead
instance. We strongly recommend to use one that
is explicitly intended for testing and not for productive use.
is explicitly intended for testing and not for productive use.
## Setup
## Setup
You can check out the data model that will be used in
`insert_model.py`
. You
You can check out the data model that will be used in
`insert_model.py`
. You
may check in your
CaosDB
instance that no such model exists (although it may).
may check in your
LinkAhead
instance that no such model exists (although it may).
You can simply test the crawler by calling
`python3 crawl.py data`
in the directory
You can simply test the crawler by calling
`python3 crawl.py data`
in the directory
where this file resides.
where this file resides.
Afterwards adjust the data model, the data and the crawler implementation in
Afterwards adjust the data model, the data and the crawler implementation in
...
@@ -36,13 +36,13 @@ records.
...
@@ -36,13 +36,13 @@ records.
## Contributing
## Contributing
Thank you very much to all contributers—
[
past,
Thank you very much to all contributers—
[
past,
present
](
https://gitlab.com/
caosdb/caosdb
/-/blob/dev/HUMANS.md
)
, and prospective
present
](
https://gitlab.com/
linkahead/linkahead
/-/blob/dev/HUMANS.md
)
, and prospective
ones.
ones.
### Code of Conduct
### Code of Conduct
By participating, you are expected to uphold our
[
Code of
By participating, you are expected to uphold our
[
Code of
Conduct
](
https://gitlab.com/
caosdb/caosdb
/-/blob/dev/CODE_OF_CONDUCT.md
)
.
Conduct
](
https://gitlab.com/
linkahead/linkahead
/-/blob/dev/CODE_OF_CONDUCT.md
)
.
## License
## License
...
...
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