dgraph

module
v0.0.0-...-546184d Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 9, 2020 License: Apache-2.0

README

Dgraph

Copyright 2020 Ardan Labs
[email protected]

Licensing

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

    http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.

About The Project

Please read the project wiki (Comming Soon)

https://github.com/ardanlabs/dgraph/wiki

Learn More

To learn about Corporate training events please contact Ardan Labs:

William Kennedy
ArdanLabs (www.ardanlabs.com)
[email protected]

Getting Started https://developer.twitter.com/en/docs/basics/getting-started

Get an account https://developer.twitter.com/en/docs/basics/developer-portal/overview

Apply for a developer account https://developer.twitter.com/en/application/use-case

Create an App

curl -u ${DGRAPH_TWITTER_API_KEY}:${DGRAPH_TWITTER_SECRET_KEY}
--data 'grant_type=client_credentials'
'https://api.twitter.com/oauth2/token'

curl --request GET
--url https://api.twitter.com/1.1/friends/ids.json?screen_name=goinggodotnet
--header "authorization: bearer ${TWITTER_TOKEN}"
--header "content-type: application/json"

curl --request GET
--url https://api.twitter.com/1.1/users/show.json?user_id=699263
--header "authorization: bearer ${TWITTER_TOKEN}"
--header "content-type: application/json"

curl --request GET
--url https://api.twitter.com/1.1/users/show.json?screen_name=goinggodotnet
--header "authorization: bearer ${TWITTER_TOKEN}"
--header "content-type: application/json"

Directories

Path Synopsis
app
admin/commands
Package commands contains the functionality for the set of commands currently supported by the CLI tooling.
Package commands contains the functionality for the set of commands currently supported by the CLI tooling.
business
data
Package data contains the schema and models for data access.
Package data contains the schema and models for data access.
data/ready
Package ready provides support for waiting for the database to be ready to receive commands.
Package ready provides support for waiting for the database to be ready to receive commands.
data/schema
Package schema provides schema support for the database.
Package schema provides schema support for the database.
data/user
Package user provides CRUD access to the database.
Package user provides CRUD access to the database.
feeds/twitter
Package twitter provides support for extracting a rescurion of followers from a single account.
Package twitter provides support for extracting a rescurion of followers from a single account.
foundation
tests
Package tests provides foundational support for running unit and integration tests.
Package tests provides foundational support for running unit and integration tests.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL