Find Jobs
Hire Freelancers

Develop a Database

$250-750 CAD

キャンセル
投稿日: 約9年前

$250-750 CAD

完了時にお支払い
I have a rather interesting Database that we need built. Our device will send it’s earth’s geomagnetic field values along with a time stamp. What we need is a Database that has the World Magnetic Model (WMM) values. Then do a Reverse Lookup using the values from our device, against the World Magnetic Model values to give a location positioning on Earth. The WMM can be downloaded here. [login to view URL] A Magnetic Field Calculator can be found here. [login to view URL] Questions? Just message me. Thanks, Neil
プロジェクト ID: 7492104

プロジェクトについて

12個の提案
リモートプロジェクト
アクティブ 9年前

お金を稼ぎたいですか?

Freelancerで入札する利点

予算と期間を設定してください
仕事で報酬を得る
提案をご説明ください
登録して仕事に入札するのは無料です
この仕事に12人のフリーランサーが、平均$607 CADで入札しています
ユーザーアバター
Hello, This looks like an interesting project and a chance to learn something new. I do not have much knowledge about the geomagnetic field other than what I quickly read on Wikipedia. I do however have experience with databases (PostgreSQL, MongoDB) and I have managed large instances (over 1 TB of data) and sharded clusters. I have been involved with a project that required storing vehicle tracking data so I'm familiar with GPS coordinates, GIS software (QGIS, Google Earth), libraries (python-shapely, Rtree, pyproj) and platforms (Google Maps, Openstreetmap) I also have experience with writing APIs; I generally use Python and JSON over HTTP for them. I did a quick search and I also found the WMM COF for 2015 and a Python library that makes use of it. Do you have an estimate about the number of records that need to be stored and what data they should include? Thank you for your time! Best wishes, Ionut
$500 CAD 6日以内
5.0 (1 レビュー)
4.6
4.6
ユーザーアバター
Hi, I am 12+ years experienced Database Programmer at CMMI-5 level company. I am working on : RDBMS: Ms Access,Oracle,MySQL,MSSQL Server 7.0/2000/2008R2 and Onwards. Data Base Tools : Database Configuration Assistant, Database Migration Assistant, OEM, SQL/Oracle Trace, EXP/IMP, SQL*Loader, RMAN, DataPump, AWR, ADDM, Asmcmd, Asmca, Tkprof I Can do your work easily. Let me know when we can discuss.
$736 CAD 10日以内
4.6 (21 レビュー)
4.6
4.6
ユーザーアバター
Hello, I'm a PostgreSQL developer with an extensive experience in geospatial data and an active interest in data science. I haven't looked into the database yet since it requires registration to download it but if you're interested in my services I could spend some time to take a closer look at the problem.
$500 CAD 7日以内
5.0 (9 レビュー)
4.4
4.4
ユーザーアバター
Dear I have strong experience design databases. I also develop ETL (Extract, Transform & Load) process among different engines databases. If you are interested, please contact me. Regards!
$500 CAD 10日以内
5.0 (1 レビュー)
1.4
1.4
ユーザーアバター
----_--------------------------------------------------------------------------------
$556 CAD 7日以内
0.0 (0 レビュー)
0.0
0.0
ユーザーアバター
Successful Database Developer with over 5 years of experience in design, architecture, and data modeling SUMMARY OF QUALIFICATIONS • Proven track record managing all phases of Software Development Life Cycle (SDLC). • Background successfully developing database applications and systems in deadline-oriented environments. • Proven background improving process quality and providing system automation recommendations and strategies to manage solutions and data efficiently. • Strong knowledge of data warehousing, including Extract, Transform, and Load Process. • Working knowledge of Microsoft .NET Technologies • Strong troubleshooting and organizational skill and ability to work in groups as well as independently with minimal supervision.
$444 CAD 7日以内
0.0 (0 レビュー)
0.0
0.0
ユーザーアバター
I currently work with quite a bit of database development and it would be an interesting project to hop on board.
$555 CAD 10日以内
0.0 (0 レビュー)
0.0
0.0
ユーザーアバター
Hi, Neil. First of all, let me tell you I'm not familiar with WMM, but I'm ready to study it and I'm sure it won't be too hard for me, as I have a good background on GPS and navigation (I'm a computer engineer and recently attended to a theoretical flight training). I have been working with PostgreSQL for more than 10 years as DBA, so you can be sure I'm used to large databases and complex queries handling, as well as query optimization and the calculations you mentioned using SQL language. By accepting me as part of your team, you can be sure of the maximum effort to deliver quality work. I'd like to know more about your project, so that I can give you a better feedback on whether I can do it or not. You can expect a straight and sincere answer from me. I'm also open to discuss the bid value, considering this may be the first of many other opportunities we'll have to work together. Hope to hear from you soon. Alex.
$700 CAD 10日以内
0.0 (0 レビュー)
1.3
1.3
ユーザーアバター
I can do the job. select me ASAP and get the job done. If you want to know anything else just drop a message to me.
$444 CAD 10日以内
0.0 (1 レビュー)
0.0
0.0
ユーザーアバター
Hello there. I’m interested in finding out more about your exact needs and the type of integration you require. Do you need a UI built for the queries, or just a view in the database that can be utilized by some other application? What database engine are you using, or would you prefer to use? My day job involves server management for a large public university and our web environments depend heavily on MySQL, MS SQL and PostgreSQL for our needs, and all have capability for this type of data. Please let me know if you have any questions about what I can offer you, and I look forward to hearing from you about this project further.
$1,111 CAD 14日以内
0.0 (0 レビュー)
0.0
0.0
ユーザーアバター
Hi, my name is Matt and I your project is interesting - and I could help you. I understand the big picture yet I am asking if you will have the same fields e.g. measured data values as in the calculator you have provided a link. NOAA has created mobile apps too so looks like WMM data can be saved to a small database (as mobile apps are not that big, 4 megabytes). At this moment I suggest using a PostgreSQL database (and not those new "NoSQL" databases without solid operations that ensure database stability etc e.g. MongoDB). Though I would like to know how many devices will submit data (hardly believe that is only one) and if there are any variable length measured parameters - if for example MySQL database would be used the performance will be really bad without all fixed length data fields over 1 million of records. Reverse lookup could be done entirely within a database using a stored procedure (precompiled query that expects parameters). So checking a WMM best match would basically be calling a stored procedure with measured data as parameters and returning best match from the WMM table in the database. Querying a database using whatever scripting or programming language would be then much easier to implement, taking one row in measured data (or just came in parameters) to call a stored procedure with it and returning longitude and lattitude (or an error). OK, will read your answers in next 7 hours due to time difference. Looking forward to your reply, Matt
$570 CAD 10日以内
0.0 (0 レビュー)
0.0
0.0
ユーザーアバター
I have good experience in implementing new database. Please get in touch for further discussions
$555 CAD 15日以内
0.0 (0 レビュー)
0.0
0.0

クライアントについて

CANADAのフラグ
Sherwood Park, Canada
5.0
55
メンバー登録日:1月 11, 2010

クライアント確認

ありがとうございます!無料クレジットを受け取るリンクをメールしました。
メールを送信中に問題が発生しました。もう一度お試しください。
登録ユーザー 投稿された仕事の合計
Freelancer ® is a registered Trademark of Freelancer Technology Pty Limited (ACN 142 189 759)
Copyright © 2024 Freelancer Technology Pty Limited (ACN 142 189 759)
プレビューを読み込み中
位置情報へのアクセスが許可されました。
あなたのログインセッションの有効期限がきれ、ログアウトされました。もう一度ログインしてください。