-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME.txt
36 lines (20 loc) · 1.22 KB
/
README.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
===================================
HBP Neuromorphic Computing Platform
===================================
This repository contains code related to the Human Brain Project Neuromorphic Computing Platform.
There are 6 main components:
(1) Job queue service
This is a Django project which provides a REST API implemented in the "simqueue" app.
(2) Job manager app
An AngularJS application which provides a Collaboratory app for the job queue service.
(3) Quota service
This is a Django project which provides a REST API implemented in the quotas app.
(4) Resource manager app
An AngularJS application which provides a Collaboratory app for the quota service.
(5) Resource manager coordinator app
An AngularJS application which provides a Collaboratory app for administration of the quota service.
(6) Documentation for developers
Documentation for developing and deploying the platform is in the "documentation" subdirectory
as a Sphinx project. End-user documentation is provided by the Neuromorphic Platform Guidebook,
see [email protected]:hbp-sp9-guidebook.git
All code is copyright 2015-2016 CNRS unless otherwise indicated.