https://github.com/arangodb-community/arango-spreadsheet-loader
https://github.com/arangodb-community/arango-spreadsheet-loader
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/arangodb-community/arango-spreadsheet-loader
- Owner: ArangoDB-Community
- Created: 2021-07-21T20:12:38.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2021-07-21T21:02:16.000Z (almost 4 years ago)
- Last Synced: 2024-12-28T06:27:50.283Z (5 months ago)
- Language: JavaScript
- Size: 32.2 KB
- Stars: 0
- Watchers: 5
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# arango-data-loader
```
yarn install
yarn test-loader
```## Notes
This code was excised from another project. A few enhancements are needed in order for this to be generally useful, which is the focus for the tasks outlined in the Alpha 0.0.1 roadmap
The follow-on Release, 1.0.0 focuses on making `arango-spreadsheet-loader` a full featured, fully tested, arango data and graph loading tool
## Restrictions
Currently the arangodb server username/password is hard coded in `load-spreadsheet.js`.
### Roadmap 0.0.1 (alpha)
- [ ] get arango creds from env/command line
- [ ] evolve deprecated useDatabase() -> createDatabase()
- [ ] remove returning of loaded data optional
- [ ] evolve command line load-spreadsheet.js -> bin/arango-loader (or similar)
- [ ] build scripts / packaging for npm
- [ ] documentation for 0.0.1
- [ ] publish### Roadmap 1.0.0
- [ ] Implement graphs
- [ ] Implement data type specifiers for document fields
- [ ] Add tests
- [ ] Update documentation
- [ ] publish