Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
haskell-gargantext
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
160
Issues
160
List
Board
Labels
Milestones
Merge Requests
8
Merge Requests
8
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
gargantext
haskell-gargantext
Commits
e98eef56
Commit
e98eef56
authored
Dec 09, 2019
by
Alexandre Delanoë
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[README] draft
parent
8ac68c77
Pipeline
#657
failed with stage
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
40 additions
and
9 deletions
+40
-9
README.md
README.md
+40
-9
No files found.
README.md
View file @
e98eef56
# Gargantext Instance, Backend
[
Release soon, help welcome
]
## Releases
[
Release soon, bugs are welcome, please help to contribute
]
.
## About this project
Gargantext is a collaborative web protocol for the exploration of sets
of unstructured texts.
Scientificatlly, it combines tools from natural language processing,
text-mining, complex networks analysis and interactive data
visualization to pave the way toward new kinds of interactions with your
digital corpora.
Scientifically, its ergonomic experimental tools help to combine tools
from natural language processing, text and data mining, complex networks
analysis and interactive data visualization.
"To pave the way toward new kinds of interactions with your
digital corpora."
Technically, there is a
[
client
](
#gargantext-purescript
)
which connects
to the instance. If the client is try to be ergonomic, it only ask for
the instance API, either locally or remote.
Technically, the
[
client
](
#gargantext-purescript
)
connects to the
instances. If the client tries to be ergonomic, it only ask for the
instance API, either locally or remote; with some local secured
optimizations.
This software is a free software, developed by the CNRS Complex Systems
Institute of Paris Île-de-France (ISC-PIF) and its partners.
## Public Rest API for Gargantext
Source code is the master spec of this project. It explains its
algorithmic protocol to map knowledge in a collaborative way. Three main
parts:
-
Core.(Text|...)
-
Api.Rest
-
Data.SQL
The types map the transition between each state, either from outside
(Api.Rest).
## Database schema (garGraph)
In our database, which is a way to manage persistence of data, the
schema describes the geometrical structure of our data.
In data-base, atoms of Text are ngrams or context(ngrams) in nodes.
Nodes are branches in a Tree and
[
Node Node
]
is an link in Graph.
Node Node is either a corpus and its documents (collection of texts)
or an annuaire and its contacts (collective of individuals).
Node, Node Ngrams is each ngrams but with its full context of nodes.
metrics. Why not Node-Ngrams only ? We add a "Node" as a layer for list.
That enable to have a layer on our data.
## Public Rest API (GargApi)
## General API Information
*
The base endpoint is:
**https://api.gargantext.org**
...
...
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