This open source software code was developed in part or in whole in the Human Brain Project, funded from the European Union's Horizon 2020 Framework Programme for Research and Innovation under Specific Grant Agreements No. 720270, No. 785907 and No. 945539 (Human Brain Project SGA1, SGA2 and SGA3).
âšī¸ This is the new documentation of the EBRAINS KG. It's going to be extended continuously.
If you find any issues / have any comment, please contact kg@ebrains.eu to give us your feedback!
If you find any issues / have any comment, please contact kg@ebrains.eu to give us your feedback!
Indexing
Index event
sequenceDiagram
autonumber
Calling service ->> Indexing: index event
Indexing ->> Indexing: Validate event
alt is valid event
Indexing ->> Indexing: Translate event into todo list
Indexing ->> Graph DB: process todo list
Indexing -->> Calling service: Ok (200)
else is invalid event
Indexing -->> Calling service: Bad request (400)
end
This open source software code was developed in part or in whole in the Human Brain Project, funded from the European Union's Horizon 2020 Framework Programme for Research and Innovation under Specific Grant Agreements No. 720270, No. 785907 and No. 945539 (Human Brain Project SGA1, SGA2 and SGA3).