forked from VAMDC/NodeSoftware
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathREADME
More file actions
14 lines (11 loc) · 618 Bytes
/
Copy pathREADME
File metadata and controls
14 lines (11 loc) · 618 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
This repository holds "node software" for VAMDC, which provides the tools
for running data services according to the standards defined by
http://www.vamdc.eu
Documentation at http://vamdc-nodesoftware.rtfd.org
The directories in this repository contain:
vamdctap/ The library that all the nodes use.
nodes/ The different VAMDC nodes that run with this software.
imptools/ The import tools for reading data into a database.
doc/ Documentation, run "make html" inside to build it.
static/ Static files like CSS, template and the like.
other/ Some scripts, data verification and legacy code.