https://github.com/7bridges-eu/carter
Twitter analysis with Clojure and OrientDB
https://github.com/7bridges-eu/carter
clojure clojurescript graph orientdb twitter
Last synced: about 1 month ago
JSON representation
Twitter analysis with Clojure and OrientDB
- Host: GitHub
- URL: https://github.com/7bridges-eu/carter
- Owner: 7bridges-eu
- License: apache-2.0
- Created: 2017-09-18T10:28:58.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-05-09T09:50:05.000Z (about 6 years ago)
- Last Synced: 2025-04-08T01:42:16.939Z (2 months ago)
- Topics: clojure, clojurescript, graph, orientdb, twitter
- Language: Clojure
- Size: 479 KB
- Stars: 4
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
![]()
# carter
**carter** is an example project to show the usage of
[OrientDB](http://orientdb.com/orientdb/) binary protocol through
[7bridges](https://7bridges.eu) Clojure driver
[clj-odbp](https://github.com/7bridges-eu/clj-odbp).Give it a try: https://carter.7bridges.eu/
## Self-hosted setup
If you want to self-host the project, or intend to use the code as a base for a
personal project, create a `conf/config.edn` file in the root of the project
with the following format.``` clojure
{:http {:port 8080}
:orient {:host
:port
:db-name
:properties {:user
:password
:consumer-secret }}
````consumer-key` and `consumer-secret` are the Consumer Key and Consumer Secret
you will find in “Keys and Access Tokens” of your Twitter application
management.Then run:
``` shell
$ lein init-db
$ lein cljsbuild once
$ lein run
```Now point your browser to `http://localhost:8080/` and have fun.
## License
Copyright © 2017 7bridges
Distributed under the Apache License 2.0.