$ git clone https://github.com/ogerly/xp-collector.git
$ cd xp-collector
Bitte führe im frontend und im backend folgende befehle aus.
$ cd frontend
$ npm install
$ npm run serve
App running at:
- Local: http://localhost:8080/
- Network: http://192.168.0.248:8080/
Öffne eine zweite Konsole und
$ cd backend
$ npm install
$ node index
Server is running on port http://localhost:5000.
Im Order **Database** findet ihr ein backup der Beispieldatenbank
XP-COLLECTOR is a simple data structure used to store and organise data. It is a structure because it arranges and links data in the simplest possible way to allow them to be accessed and managed efficiently.
Two options are available for recording and linking data.
Data input
Linking data
Complex structures can be created by simply linking individual data records. Similar to a mind map.
It should always be possible to enter data in the simplest way. The simplest way is ONE data set. In the following, we will call the individual data record a NODE.
Linking should always be done by connecting TWO individual data sets. The linking of two data records is referred to in the following as KANTS.
- ISO 8601 - Data elements and interchange formats; Information interchange; Representation of date and time.
To create, manage and visualise complex data structures in the simplest possible way. Make data structures possible for visual viewing.
##Technology
- Vue
- MySQL
- graphs
additional:
- The ability to import large amounts of data from table structures and turn them into nodes.
- The ability to import large amounts of data from table structures and connect them to existing edges.
Import / Export data Import and Export your query results to CSV, Excel or JSON.