Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fferegrino/mybib
My bibliography in neo4j
https://github.com/fferegrino/mybib
neo4j python research-paper
Last synced: 21 days ago
JSON representation
My bibliography in neo4j
- Host: GitHub
- URL: https://github.com/fferegrino/mybib
- Owner: fferegrino
- License: apache-2.0
- Created: 2018-12-10T20:55:57.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-08T01:32:18.000Z (about 2 years ago)
- Last Synced: 2024-10-28T03:43:50.669Z (3 months ago)
- Topics: neo4j, python, research-paper
- Language: Python
- Homepage: https://my-bib.herokuapp.com
- Size: 247 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# MyBib
Keep track of your bibliography using Neo4j. With a simple user interface add research papers from their BibTex citations, query them and link them together.
## Deploy to Heroku:
Simply follow the [steps outlined here](https://devcenter.heroku.com/articles/getting-started-with-python#deploy-the-app), but instead of cloning their source code, clone this repository instead (`https://github.com/fferegrino/mybib.git`).
You'll also need a running instance of Neo4j, I used [GrapheneDB](https://elements.heroku.com/addons/graphenedb), which is free and easy to install into your recently created Heroku app.
After deployment, there are two configurations that you must set in order to interact with your app: `MYBIB_USER` and `MYBIB_PASS`, these values will be used for authentication.