Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
H
HEPnOS
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
sds
HEP
HEPnOS
Commits
db7cfa42
Commit
db7cfa42
authored
Mar 05, 2020
by
Matthieu Dorier
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
more docs
parent
fea13a2a
Changes
7
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
27 additions
and
6 deletions
+27
-6
docs/source/accessing_datasets.rst
docs/source/accessing_datasets.rst
+2
-0
docs/source/accessing_events.rst
docs/source/accessing_events.rst
+2
-0
docs/source/accessing_products.rst
docs/source/accessing_products.rst
+2
-0
docs/source/accessing_runs.rst
docs/source/accessing_runs.rst
+2
-0
docs/source/accessing_subruns.rst
docs/source/accessing_subruns.rst
+1
-1
docs/source/connection.rst
docs/source/connection.rst
+13
-3
docs/source/index.rst
docs/source/index.rst
+5
-2
No files found.
docs/source/
produc
ts.rst
→
docs/source/
accessing_datase
ts.rst
View file @
db7cfa42
Storing and retrieving produc
ts
Creating and accessing DataSe
ts
===============================
docs/source/accessing_events.rst
0 → 100644
View file @
db7cfa42
Creating and accessing events
=============================
docs/source/accessing_products.rst
0 → 100644
View file @
db7cfa42
Creating and accessing Products
===============================
docs/source/accessing_runs.rst
0 → 100644
View file @
db7cfa42
Creating and accessing Runs
===========================
docs/source/accessing.rst
→
docs/source/accessing
_subruns
.rst
View file @
db7cfa42
Creating and accessing
object
s
Creating and accessing
SubRun
s
==============================
docs/source/connection.rst
View file @
db7cfa42
Client connection
=================
Client connection
and service shutdown
=================
=====================
.. literalinclude:: ../../../examples/01_init_shutdown/main.cpp
The following code sample showcases how to initialize a DataStore
object in a client program. This object is the main entry point to
the HEPnOS storage system. Its :code:`connect()` function takes
the name of a YAML file as a parameter, which should be the file
created by HEPnOS when starting up.
.. literalinclude:: ../../examples/01_init_shutdown/main.cpp
:language: cpp
The :code:`DataStore::shutdown()` method can be used to tell
HEPnOS to shutdown. This method should be called by only one client
and will terminate all the HEPnOS processes. If HEPnOS is setup to
use in-memory databases, you will loose all the data store in HEPnOS.
docs/source/index.rst
View file @
db7cfa42
...
...
@@ -27,8 +27,11 @@ Contents
organization.rst
deployment.rst
connection.rst
accessing.rst
products.rst
accessing_datasets.rst
accessing_runs.rst
accessing_subruns.rst
accessing_events.rst
accessing_products.rst
optimizations.rst
theta.rst
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment